You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tabbing through the items in the iron-list, the first few items are focused, but then (after I think iron-list dynamically adds more children) tabbing will skip to the next DOM element after the iron-list. I see the same behavior when using a screenreader (I used VoiceOver on OSX Chrome).
Expected outcome
The user should be able to tab through all items in the iron-list.
Actual outcome
Only the first items are focusable; the later items are skipped.
We can't control the tab order because child elements are recycled (e.g. the first element child might follow the last element child), but we do provide a tabIndex property that your child template can bind to so we can control keyboard focus through up/down arrows.
Description
When tabbing through the items in the iron-list, the first few items are focused, but then (after I think iron-list dynamically adds more children) tabbing will skip to the next DOM element after the iron-list. I see the same behavior when using a screenreader (I used VoiceOver on OSX Chrome).
Expected outcome
The user should be able to tab through all items in the iron-list.
Actual outcome
Only the first items are focusable; the later items are skipped.
Live Demo
Try the iron-list that the playlist panel uses on https://www.youtube.com/watch?v=fPgs3qq9CGs&list=PLhcBPsRKi9mUNNaWjSd_xNN9B1IVbJkBQ
Browsers Affected
The text was updated successfully, but these errors were encountered: