Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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();
Note: See
TracTickets for help on using
tickets.
Fixed in r3824.
Thanks.