Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2005 at 01:46 UTC
Updated:
28 Aug 2005 at 13:17 UTC
IE bug in the new autocomplete dropdown. If you have a select list below the autocomplete field then this field will show though the dropdown list.
Please see my jsbug module which is in sandbox/gordon/jsbug
Comments
Comment #1
Steven commentedThis cannot be fixed because of IE's weird form control layering. Perhaps it is fixed in future incarnations of IE.
Comment #2
gordon commentedI myself does not find this acceptable. Much to my displeasure IE is the most popular browser and other implementations of drop down menus do get around this (I know that it is a bit hacky). I read a few methods and using an IFRAME behind the div seems to be the most popular.
This is also a problem OBJECTS and ActiveX as well.