-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug]: overflowmenu nested with 3 level of menus has bad display #18320
Comments
@guidari this looks like a reoccurence of #17781? That shipped in 1.69.0. The reported version here is 10.71.0 but I'm assuming that might be a typo @laurentdeltourbe? |
yes, I'm on 1.71.0 (not 10.17.0) and this can be reproduced with stackblitz using latest version (I assume 1.73.0) (see https://stackblitz.com/edit/github-df8gmeej?file=package.json). |
Yeah! I didn't test this usecase with more Nested items before. We should definitely take a look at that. |
@guidari I think this might be the same issue I ran into over here: #18153 (comment) In a nutshell, an element with |
Package
@carbon/react
Browser
Chrome
Package version
10.71.0
React version
No response
Description
If you create an overflowmenu like this (following recommendation from https://react.carbondesignsystem.com/?path=/story/components-overflowmenu-feature-flag--nested)
you get a weird display of third level menu as shown below:
It work as expected with similar example but only with 2 levels same as provided in https://react.carbondesignsystem.com/?path=/story/components-overflowmenu-feature-flag--nested)
Reproduction/example
https://stackblitz.com/edit/github-df8gmeej?file=src%2FApp.jsx
Steps to reproduce
Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: