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

[Select] Mouse pointer doesn't steal focus on hover #64

Open
michaldudak opened this issue Jan 15, 2024 · 2 comments · May be fixed by #541
Open

[Select] Mouse pointer doesn't steal focus on hover #64

michaldudak opened this issue Jan 15, 2024 · 2 comments · May be fixed by #541
Labels
bug 🐛 Something doesn't work component: select This is the name of the generic UI component, not the React module!

Comments

@michaldudak
Copy link
Member

michaldudak commented Jan 15, 2024

Mousing over an Option should steal focus. Currently, mousing over Options doesn’t move focus to that Option.

select.mov

Compare it to the Menu which highlights items on hover (merged to master but not released yet in Base UI as of Jan 30):

menu.mov

The implementation should be similar to the changes in Menu done in mui/material-ui#40755

Search keywords:

@AbhiGhoghari
Copy link

Could you provide a screenshot or video?

@michaldudak
Copy link
Member Author

@AbhiGhoghari I updated the description.

@michaldudak michaldudak transferred this issue from mui/material-ui Feb 27, 2024
@michaldudak michaldudak changed the title [base-ui][Select] Mouse pointer doesn't steal focus on hover [Select] Mouse pointer doesn't steal focus on hover Feb 27, 2024
@michaldudak michaldudak added component: select This is the name of the generic UI component, not the React module! bug 🐛 Something doesn't work labels Feb 27, 2024
@atomiks atomiks linked a pull request Sep 11, 2024 that will close this issue
2 tasks
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: select This is the name of the generic UI component, not the React module!
Projects
Status: Selected
Development

Successfully merging a pull request may close this issue.

2 participants