Opened 9 years ago
Closed 9 years ago
#10571 closed bug (fixed)
Selectmenu throws exception when typing in a closed menu containing optgroups
Reported by: | Simen Bekkhus | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.2 |
Component: | ui.selectmenu | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you hav a Selectmenu with optgroup
s, and type while it has focus, it may hit an optgroup
` as a result. If this happens, you get an exception.
Fiddle: http://jsfiddle.net/coLcs5pz/1/
Just put focus on the selectmenu, and type S
, and you'll get an exception in the console.
Uncaught TypeError: Cannot read property 'index' of undefined
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | none → 1.11.2 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Menu: Filter out non-items when typing
Fixes #10571 Closes gh-1329