Opened 13 years ago
Closed 13 years ago
#13205 closed defect (bug) (fixed)
Add menu item autocompleters throw JS errors when no results found
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
The JS error is located in the jQuery autocomplete module at line 429, which means somewhere, somehow, we're probably doing something wrong.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
I believe the autocomplete plugin requires each match to be on a new line or nothing if no matches. Echoing '-1' was breaking it.