Side navigation
#887 closed bug (wontfix)
Opened January 25, 2007 03:51PM UTC
Closed February 01, 2007 06:17PM UTC
Last modified June 21, 2007 04:46AM UTC
Interface: autocomplete messes up <ul><li> tags on a page
Reported by: | achaiah@gmail.com | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | 1.1 |
Keywords: | autocomplete <ul> tag | Cc: | |
Blocked by: | Blocking: |
Description
The autocomplete functionality in Interface does not do well when multiple <ul> elements are present on a page. In my case, using jQuery 1.1.1 and Interface 1.1 results in autocomplete populating all <ul> elements on the page with the data returned by the server.
Correction, this was a bug in jQuery 1.1 - after updating to jQuery 1.1.1 autocomplete seems to function normally.