Bugzilla – Bug 5127
server settings -> plugins pull down menu doesn't work with Internet Explorer
Last modified: 2008-12-18 11:12:53 UTC
From the web UI go to server settings then click plugins from the pull down menu at the top. Internet Explorer only, not an issue with firefox.
not good. full on crashes safari.
Kevin - prototype.js 1.5.1.1 was released yesterday, fixing a potential crasher with Safari (http://www.prototypejs.org/2007/6/20/prototype-1-5-1-1-bugfix-release). Could you please give it another try (don't have my Mac here at work to test with). Change 12277 - updating prototype.js
As for the main problem here: MSIE doesn't like nested forms. settings/server/plugin.html is the only settings page which comes with it's own form. Disable it and MSIE is happy. OTOH submitting that resulting form will then do a full reload of the page, resulting in a settings page _without_ submit button. These page refreshes without full reload lead to some new trouble...
new prototype solves the crasher. wonder if it would be feasible to take the form out of the header/footer. Let the templates set up each. It would then also avoid the need for settings.js to update the action. the submit button shout be able to be made into it's own javascript hotspot that triggers a submit of the form (they'd have to have to use the standard name and id, of course.
prototype.js - good timing :-). As for the button: I have considered moving the button to the top, next to the selector box. This would simplify some of the settings page (the "frame" rendering). I'll give this a try.
Created attachment 2051 [details] Allow dynamic update of plugins.html Please give this a try...
It works! Note: need to change the paths in your patch from: /Users/mh/Documents/workspace/slimpy/HTML/EN/html/settings.js /Users/mh/Documents/workspace/slimpy/HTML/EN/settings/server/plugins.html to: C:\Program Files\SlimServer\server\HTML\EN\html\settings.js C:\Program Files\SlimServer\server\HTML\EN\settings\server\plugins.html After that and applying the patch, server settings -> plugins now works in IE. Thanks Michael!
Change 12282 - please test
Verified as fixed, thank you again Michael.
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html