Bugzilla – Bug 14356
My Apps page empty in IE
Last modified: 2009-10-05 16:43:11 UTC
When visiting the "My Apps" page with Internet Explorer, you'll get a mostly empty page due to a JS error.
If we end up with a stray comma separator in the list, JS in MSIE will throw an exception. We have to make sure there is no trailing comma in the array/object definition. Similar issue might arise with the players page: we can't rely on loop.first/last functions as we might ignore some entries in the list.
Created attachment 5942 [details] keep track of whether we already have an item in the list or not
== Auto-comment from SVN commit #7455 to the network repo by michael == == https://svn.slimdevices.com/network?view=revision&revision=7455 == Fixed Bug: 14356 Description: make sure we don't have any stray commas as IE doesn't like them
This bug has been fixed in the latest release of MySqueezebox.com (formally known as SqueezeNetwork)! If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.