Closed (won't fix)
Project:
Active Select
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2007 at 06:24 UTC
Updated:
1 Feb 2013 at 10:34 UTC
I am using Active Select and it works me well in Firefox. But when I use IE7 the dropdown lists stay in white, they don't show anything, alone the "Parent" works.
Some idea of for that this happens?
Thank you
Comments
Comment #1
armand0 commentedApparently I could fix that it worked with the IE changing the following line 173 (aprox) from activeselect.js
after the change to my it is working me very well, with the firefox like with the IE. So that other they prove it
Comment #2
armand0 commentedApparently I could fix that it worked with the IE changing the following line 173 (aprox) from activeselect.js
after the change to my it is working me very well, with the firefox like with the IE. So that other they prove it
Comment #3
francewhoaThe following works for me:
Change line 156 (approx) from activeselect.js
-- $(this.targets[targetIndex]).append(new Option(text, value, false, selected));
++ if (navigator.appName == "Microsoft Internet Explorer") {
++ this.targets[targetIndex].add(new Option(text, value, false, selected));
++ }else{
++ $(this.targets[targetIndex]).append(new Option(text, value, false, selected));
++ }
Thanks to olemsa: http://drupal.org/node/147076#comment-561190
Comment #4
tassoman commentedI've patched and got working into IE6. But going into IE7 and clicking select boxes, any option jump off
Comment #5
Eugene Fidelin commentedFix [#1] and [#3] make Activeselect to work in IE7 and IE6 properly!
Comment #6
hazaThis version of Active Select is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.