-
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 #17863
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think the vrt failure is a fluke, can try re-running that one
Merged this one #17861 |
Pull request was closed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17863 +/- ##
=======================================
Coverage 80.19% 80.19%
=======================================
Files 406 406
Lines 14040 14040
Branches 4367 4367
=======================================
Hits 11260 11260
Misses 2613 2613
Partials 167 167 ☔ View full report in Codecov by Sentry. |
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