-
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
fix: Fixed OverflowMenu
nested bug
#17861
fix: Fixed OverflowMenu
nested bug
#17861
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17861 +/- ##
=======================================
Coverage 80.14% 80.14%
=======================================
Files 406 406
Lines 14030 14030
Branches 4391 4343 -48
=======================================
Hits 11245 11245
- Misses 2618 2619 +1
+ Partials 167 166 -1 ☔ View full report in Codecov by Sentry. |
this was incorrectly closed by the revert PR |
Hey there! v11.69.0 was just released that references this issue/PR. |
Closes #17781
The addition of the
enable-v12-dynamic-floating-style
to OverflowMenu causes a bug when it is an OverflowMenu Nested. By removing theuseFeatureFlag
from this line it works fine.So the solution I found it was to disable the
enable-v12-dynamic-floating-style
for the Nested stories, looking something like the screen shot:The ideia is to show that the Nested stories do not support
enable-v12-dynamic-floating-style
.I'll open a new issue to track why it isn't working.
Testing / Reviewing