Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListItem focus state not applied when previous focus was outside of iframe #4741

Closed
bdares opened this issue Jul 18, 2016 · 1 comment
Closed
Labels
bug 🐛 Something doesn't work component: list This is the name of the generic UI component, not the React module!

Comments

@bdares
Copy link

bdares commented Jul 18, 2016

Problem description

I have a DOM that looks like this:

div#outside
div#inside
  -iframe
    - List
      - ListItem
      - ListItem

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

  • Material-UI: 0.15.2
  • React: 15.2.1
  • Browser: Chrome 51.0.2704.103 (64-bit)
@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari
Copy link
Member

We have been porting the component on the v1-beta branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.
Still, we will accept PR fixes until v1-beta takes over the master branch.

@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work component: list This is the name of the generic UI component, not the React module! labels Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: list This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

2 participants