Description
When using 'paper-menu' where one of the 'paper-item's is disabled, traversing the items using up/down keyboard keys or typing the first letter of one of the item's titles does not skip disabled paper-items.
Expected outcome
Disabled paper-items should not be focus-able and should be ignored when using the following methods: _focusNext, _focusPrevious, focusWithKeyboardEvent in IronMenuBehaviorImpl.
Actual outcome
focusNext/focusPrevious should skip disabled paper-items.
Steps to reproduce
Browsers Affected
Description
When using 'paper-menu' where one of the 'paper-item's is disabled, traversing the items using up/down keyboard keys or typing the first letter of one of the item's titles does not skip disabled paper-items.
Expected outcome
Disabled paper-items should not be focus-able and should be ignored when using the following methods: _focusNext, _focusPrevious, focusWithKeyboardEvent in IronMenuBehaviorImpl.
Actual outcome
focusNext/focusPrevious should skip disabled paper-items.
Steps to reproduce
Browsers Affected