Closed cdata closed 9 years ago
@cdata i think this generally looks ok. tests are a bit grumpy.
@notwaldorf I had to tweak some stuff in iron-menubar-behavior
. Also, I added unresolved
to the demo body. PTAL!
There is a corresponding paper-item
PR here: https://github.com/PolymerElements/paper-item/pull/27
lgtm :+1:
This change looks big, but most of it is actually just cleaning up the file and adding comments. Here is a summary of meaningful changes in this commit:
tap
).tabindex
of0
. All other items receive atabindex
of-1
. This fixes the problem of elements with magical defaulttabindex
(button
,a
etc.) messing up focus order.IronSelectableBehavior
:iron-items-changed
), andtabindex
values are reset when it is deemed appropriate to do so.