Skip to content
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

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

guidari
Copy link
Contributor

@guidari guidari commented Oct 23, 2024

Closes #17781

The addition of the enable-v12-dynamic-floating-style to OverflowMenu causes a bug when it is an OverflowMenu Nested. By removing the useFeatureFlag 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

  • OverflowMenu Nested should work

@guidari guidari requested a review from a team as a code owner October 23, 2024 17:31
@guidari guidari requested review from kennylam and emyarod October 23, 2024 17:31
Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit f592e29
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/671a1ddcea50d400083da759
😎 Deploy Preview https://deploy-preview-17861--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit f592e29
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/671a1ddc77ffa600081c6858
😎 Deploy Preview https://deploy-preview-17861--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit f592e29
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/671a1ddc0587ce0008ab4673
😎 Deploy Preview https://deploy-preview-17861--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.14%. Comparing base (98e15cc) to head (ce75600).
Report is 13 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@tay1orjones
Copy link
Member

this was incorrectly closed by the revert PR

@tay1orjones tay1orjones merged commit cb45dd8 into carbon-design-system:main Oct 24, 2024
27 checks passed
@carbon-automation
Copy link
Contributor

Hey there! v11.69.0 was just released that references this issue/PR.

irfadkp pushed a commit to irfadkp/carbon that referenced this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: OverflowMenu Nested is not working (Feature Flag)
3 participants