-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Clicking on scrollbar in autocomplete closes the menu box in IE #5178
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
Comments
Confirming that this bug still happens on IE11 (11.953.14393.0) and latest material UI (0.17.3). |
Does anyone have found a workaround or a fix? Seems that clicking on the scrollbar in IE11 triggers a blur event for the textfield, but I'm not sure how to detect if the click was over the scrollbar. |
camagu
added a commit
to camagu/material-ui
that referenced
this issue
May 18, 2017
camagu
added a commit
to camagu/material-ui
that referenced
this issue
May 18, 2017
Fixes mui#5178 by wrapping the menu in a `div` which uses `onMouseEnter` and `onMouseLeave` to determine if the scrollbar was clicked.
3 tasks
@camagu did you found any workaround for this bug? |
@grzegorzlademan no :( |
Closed by #4783 |
oliviertassinari
added
the
component: autocomplete
This is the name of the generic UI component, not the React module!
label
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
When an Autocomplete is open on clicking the scrollbar (or the arrows) the menu will close
Steps to reproduce
Create an autocomplete component that has enough items for a scrollable list
Versions
The text was updated successfully, but these errors were encountered: