Search and Top Navigation
#14915 closed bug (duplicate)
Opened February 08, 2016 11:33AM UTC
Closed February 08, 2016 03:44PM UTC
Disabled items are selectable using the keyboard
Reported by: | AdamWillden | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please see the following jsbin: https://output.jsbin.com/womaci
Initially I wanted to create a header. Being able to create a header appears to have been possible in older versions: http://jsfiddle.net/IrvinDominin/rMkER/
When I added a header I found it was selectable. I could override the mouse events but not the keyboard. I found a solution which suggested I could use "ui-state-disabled" as specified in the menu widget documentation. I attempted to create a disabled header item in the hope it would skip selecting the header. This is when I found a secondary issue where disabled items can be selected via the keyboard.
Also I don't believe it should be possible to select disabled items using the keyboard. This may be a problem with the menu widget but looking a the source it appears the autocomplete implementation is not respecting the menu implementation.
Attachments (0)
Change History (1)
Changed February 08, 2016 03:44PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #9695.This is a duplicate of #9695, but also see #9694 which has some more discussion.