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 #17863

Closed
wants to merge 3 commits into from

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 18:35
Copy link

netlify bot commented Oct 23, 2024

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

Name Link
🔨 Latest commit cf8f55d
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/671a434df823fb0008bd1bd9
😎 Deploy Preview https://deploy-preview-17863--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 cf8f55d
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/671a434dceabb6000850a0f5
😎 Deploy Preview https://deploy-preview-17863--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 cf8f55d
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/671a434da4e7dc000824e3e1
😎 Deploy Preview https://deploy-preview-17863--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
Member

@tay1orjones tay1orjones left a 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

@guidari
Copy link
Contributor Author

guidari commented Oct 24, 2024

Merged this one #17861

@guidari guidari closed this Oct 24, 2024
auto-merge was automatically disabled October 24, 2024 14:49

Pull request was closed

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.19%. Comparing base (a603f05) to head (cf8f55d).
Report is 2 commits behind head on main.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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