Closed (won't fix)
Project:
Active Select
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2007 at 19:02 UTC
Updated:
1 Feb 2013 at 10:37 UTC
Got a custom module to work with AS in Firefox but in IE7 the target list gets populated with blank lines. Note that it seems like the options array is making it into that as code as the dropdown box is resizing according to the text length (or what would be there, anyway, if the lines weren't blank) and the number of options on the target changes to what would be the correct number of options for the target.
Comments
Comment #1
designerbrent commentedI'm using the Address CCK field (http://drupal.org/project/cck_address) and just noticed the same problem with that module in IE 7.
Comment #2
armand0 commentedDid you already try with this? Because to my it worked me.
changing the following line 173 (approx) from activeselect.js
Comment #3
designerbrent commentedI tried it but it doesn't seem to work for me.
Comment #4
olemsa commentedChange line 156 (approx) from activeselect.js
Comment #5
kaushal commentedYes I had the same problem in IE,
Didn't work for me But
Worked for me. Thanks olemsa.
But I do have one issue with this module and I have submited an issue about it on : http://drupal.org/node/153774
Select Fields are generated fine on change event. But when I sumit the form , I get this error :
" An illegal choice has been detected. Please contact the site administrator. "
Do any of you guys facing same problem.
Thanks in advance
Regards
Kaushal
Comment #6
bradfordcp commentedThis is caused by not using "'#DANGEROUS_SKIP_CHECK' => TRUE," in the target's form item.
For example:
Comment #7
pcorbett commentedThis worked for me as well. The state pulldown for IE 6 was empty until I applied this patch. This should definitely be applied to the next release.
Comment #8
krunar commentedhi all,
I had the same problem with IE and the above patch workded half way for me.
My active select page is working fine at IE but when i print my form in a block it doesnt fire up.
To create my module i have followed the example here http://groups.drupal.org/node/3932
to build my block i do the following
i have also try building a custom block where i call my form as
but again in IE its dead (the values for the first element are correct but wont change)
if anyone has any idea please help me here.
If you needed i can paste the code from the module.
Thanks
Comment #9
krunar commentedPlease ignore me...im about to do the same for myself too
i tried the patch described here http://drupal.org/node/195709
and it worked fine for both block and page. i didnt even need the patch above (they probably do the same but its too late to get smart and check it)
gb
Comment #10
olemsa commentedThey have different approaches, but both changes will most likely fix the IE problem. haven't tested #195709: <select> elements shows empty texts in IE 7.0.5730.11IC and IE 6.0
Comment #11
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.