PolymerElements / iron-menu-behavior

Accessible menu behavior
18 stars 28 forks source link

Selecting items breaks tabindex #19

Closed robdodson closed 9 years ago

robdodson commented 9 years ago

You can see the error on this page: https://polymer-todo.firebaseapp.com

Tab through the menu and click on the last item. It will add tabindex=-1 to the first menu item. Now you can't shift-tab back to that item.

cdata commented 9 years ago

I think this may have been fixed by #25 . Could you verify that there is still a problem, and then re-open if it can be reproduced? Thanks!