Search and Top Navigation
#8791 closed bug (notabug)
Opened November 08, 2012 02:04PM UTC
Closed November 08, 2012 02:13PM UTC
Last modified November 08, 2012 02:17PM UTC
autocomplete broken legacy 1.8 non-minified version
Reported by: | pbor | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.autocomplete | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
autocomplete uses menu, but in the non-minified file menu is included after autocomplete. The minified version seems ok
Attachments (0)
Change History (3)
Changed November 08, 2012 02:13PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed November 08, 2012 02:15PM UTC by comment:2
Well, I get this error and it goes away if I move things around
TypeError: this.menu.element is undefined
[Break On This Error]
this.menu.element.bgiframe();
Changed November 08, 2012 02:17PM UTC by comment:3
Works just fine: http://jsbin.com/esulij/1/edit
I don't see why that matters. Autocomplete doesn't try to use menu until after you initialize an instance, at which point both plugins have been processed.