Bug 9947 - home.html is loaded several times when web UI is opened
: home.html is loaded several times when web UI is opened
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.3.0
: PC Other
: P3 normal (vote)
: Investigating
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-11-10 07:21 UTC by Michael Herger
Modified: 2010-04-15 06:50 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2008-11-10 07:21:23 UTC
...first time in index.html, second time when the player list is updated. Others... I don't know why.

At least the player list update shouldn't reload the home menu if the player didn't change.
Comment 1 Michael Herger 2008-11-12 04:45:39 UTC
left hand panel would be reloaded when the main page is loaded, but no player was defined. Now check whether the new player is the same as is used in the left content frame.

change 23910 
Comment 2 KDF 2008-11-13 16:00:41 UTC
if the Default skin is using global.js and a window OnLoad event, then refreshLibraryInfo is called.  That requests home.html in order to update the global library stats display, primarily on the Nokia770 skin.
Comment 3 Michael Herger 2010-03-31 06:20:54 UTC
don't see this any more
Comment 4 Michael Herger 2010-04-09 05:45:54 UTC
This still seems to be an issue.
Comment 5 SVN Bot 2010-04-15 06:50:51 UTC
 == Auto-comment from SVN commit #30621 to the slim repo by mherger ==
 == http://svn.slimdevices.com/slim?view=revision&revision=30621 ==

Fixed Bug: 9947
Description: Don't define the left hand iframe's content before the layout is done, as the layout would have called a refresh on the frame. This should prevent the double loading of home.html when the web UI is launched.