#887 closed bug (wontfix)
Interface: autocomplete messes up <ul><li> tags on a page
Reported by: | 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.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Correction, this was a bug in jQuery 1.1 - after updating to jQuery 1.1.1 autocomplete seems to function normally.