i figured out my problem - i didnt have my code for the autocomplete inside the $(document).ready block. once i move it in there it started workign nicely.
Charles Capps wrote: > > I ended up hacking the display: block into the code - see around line 150: > > http://leftoversraiding.org/skin/leftovers-main/js/interface/iautocompleter.js > > I've still been trying to figure out the actual source of the behavior > so I can file an actual bug and perhaps more sane patch, but this fixed > the problem of the menu not appearing for me in IE. > > > bdee wrote: >> any luck with this - i still have been unable to get it to work. >> >> Charles Capps wrote: >>> bdee wrote: >>>> I have been playing with the autocomplete feature of the interface >>>> plugin >>>> and >>>> i have it working nicely in firefox but for some reason it doesnt work >>>> in >>>> IE. how can i get it to work in IE? >>>> see my site here: >>>> http://bdee.no-ip.com:9000/asp/index.asp >>>> http://bdee.no-ip.com:9000/asp/index.asp >>>> >>>> and see my previous post about this herE: >>>> http://www.nabble.com/interface-plugin-autocomplete-always-starts-with-a-full-query-tf3202858.html#a8911751 >>>> http://www.nabble.com/interface-plugin-autocomplete-always-starts-with-a-full-query-tf3202858.html#a8911751 >>>> >>> I encountered this myself this weekend, and am currently tinkering with >>> a fix. >>> >>> Right now it looks like IE keeps the "drop-down" menu as display: none >>> when it should appear as display: block, but I'm unable to determine a >>> cause for the behavior. To be more exact, I can't figure out why >>> Firefox is making it display: block when it's never expressly set that >>> way, at least in the code I've been looking at. >>> >>> _______________________________________________ >>> jQuery mailing list >>> [email protected] >>> http://jquery.com/discuss/ >>> >>> >> > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/interface-autocomplete-wont-work-in-IE--tf3215909.html#a8956355 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
