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

Steven’s picture

Status: Active » Closed (won't fix)

This cannot be fixed because of IE's weird form control layering. Perhaps it is fixed in future incarnations of IE.

gordon’s picture

I 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.