Bugzilla – Bug 9947
home.html is loaded several times when web UI is opened
Last modified: 2010-04-15 06:50:51 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.
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
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.
don't see this any more
This still seems to be an issue.
== 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.