ListItem focus state not applied when previous focus was outside of iframe #4741
Labels
bug 🐛
Something doesn't work
component: list
This is the name of the generic UI component, not the React module!
Problem description
I have a DOM that looks like this:
When focus is on
div#outside
and I hit {Tab} then the first ListItem gains focus. However, the focus state visual indicator is not applied.Steps to reproduce
Make DOM structure as above. Focus on an element outside of the iframe, then tab to focus the first ListItem within the iframe. Observe that the first ListItem focus state is not applied.
Versions
The text was updated successfully, but these errors were encountered: