Search and Top Navigation
#5196 closed bug (fixed)
Opened February 17, 2010 10:11PM UTC
Closed February 18, 2010 01:25AM UTC
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();
Attachments (0)
Change History (1)
Changed February 18, 2010 01:25AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r3824.
Thanks.