#8791 closed bug (notabug)
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
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
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();
Note: See
TracTickets for help on using
tickets.
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.