Ticket #5196 (closed bug: fixed)
Autocomplete: "menu is not defined" error when using with bgiframe
| Reported by: | Demphest | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8 |
| Component: | ui.autocomplete | Version: | 1.8rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In autocomplete, small error: "menu is not defined" when using jquery.bgiframe.js
Line 131 in jquery.ui.autocomplete.js, instead of
menu.element.bgiframe();
=>
this.menu.element.bgiframe();
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r3824.
Thanks.