Bugzilla – Bug 5931
SqueezeCenter web settings reports 'Error: 'Event' is undefined' on Extras
Last modified: 2007-10-30 11:43:30 UTC
With svn 14144: 1. Load IE7. 2. Ensure you have the option to report script errors enabled (untick 'Disable script debugging' in the Internet options) 3. Go to the server homepage. 4. Click on the setting button in the bottom right. 5. Click on the Extras tab in the new window that appears. 6. Observe many errors reported saying "Error: 'Event' is undefined". 7. With each 'No' click, another row of the configuration appears, implying that it's a part of the general use of the configuration for those rows which is being used wrongly. (Marked as Major because it affects the settings in a really user-visible way, and IE7 is reasonably common)
Thanks for the reminder - this is due to some JS incompatible with he JS framework we're using now. But not critical by far: it doesn't break the functionality. A user who doesn't care about JS wouldn't even notice the issue.
...and it's browser independant: prototype vs. extjs issue
Change 14193 - rewrite button handler to work with ExtJS
Confirmed here; no longer seen by me.