paper-menu-button icon indicating copy to clipboard operation
paper-menu-button copied to clipboard

Selecting an item loses focus position accessibility a11y navigation issue

Open jodekirk opened this issue 9 years ago • 3 comments

Select items using only the tab, arrow, and enter keys. After pressing enter to select an item from the drop-down, pressing tab should move to the next drop-down on the page, but the focus restarts at the 1st drop-down. http://jsbin.com/yulore/edit?html,output a11y issue

jodekirk avatar Oct 01 '15 21:10 jodekirk

Focus should return to the previously focused paper-menu-button (that is, the one that was just opened).

cdata avatar Jan 28 '16 23:01 cdata

Fixed test case here: http://jsbin.com/calora/edit?html

cdata avatar Jan 28 '16 23:01 cdata

Just ran into this, would be great if it could be fixed!

mjjohnson avatar Feb 20 '17 23:02 mjjohnson