-
-
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
[Menu] Second level nested menu can't be clicked #3818
Labels
bug 🐛
Something doesn't work
Milestone
Comments
Confirmed in multiple browsers btw |
newoga
added a commit
to newoga/material-ui
that referenced
this issue
Apr 12, 2016
This fixes a regression that was introduced in mui#3360. The previous `click-awayable` mixin listened on `mouseup` and `touchend` events and the new `ClickAwayListener` was implemented to use `mousedown` and `touchstart` events. This commit changes the events to mimick the behavior from the original mixin. Resolves mui#3818
This was referenced Apr 12, 2016
oliviertassinari
added a commit
that referenced
this issue
Apr 18, 2016
[Menu] Fix nested menus that can't be clicked issue
aahan96
pushed a commit
to aahan96/material-ui
that referenced
this issue
Apr 19, 2016
This fixes a regression that was introduced in mui#3360. The previous `click-awayable` mixin listened on `mouseup` and `touchend` events and the new `ClickAwayListener` was implemented to use `mousedown` and `touchstart` events. This commit changes the events to mimick the behavior from the original mixin. Resolves mui#3818
und3fined
pushed a commit
to und3fined/material-ui
that referenced
this issue
Apr 20, 2016
This fixes a regression that was introduced in mui#3360. The previous `click-awayable` mixin listened on `mouseup` and `touchend` events and the new `ClickAwayListener` was implemented to use `mousedown` and `touchstart` events. This commit changes the events to mimick the behavior from the original mixin. Resolves mui#3818
tintin1343
pushed a commit
to tintin1343/material-ui
that referenced
this issue
Apr 25, 2016
This fixes a regression that was introduced in mui#3360. The previous `click-awayable` mixin listened on `mouseup` and `touchend` events and the new `ClickAwayListener` was implemented to use `mousedown` and `touchstart` events. This commit changes the events to mimick the behavior from the original mixin. Resolves mui#3818
I just experienced the same issue with material-ui@0.18.1 with react@15.4.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
The second (or subsequent) level nested menu can't be reached. On clicking to open the second level submenu, the first sub menu closes, causing the second to alo close.
Can be seen on docs site Nested menu example.
Versions
The text was updated successfully, but these errors were encountered: