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: overflow feature now works correctly when menu-bar has "min-width: 0". (CP: #134) #135

Merged
merged 3 commits into from
Feb 8, 2021

Conversation

yuriy-fix
Copy link
Contributor

@yuriy-fix yuriy-fix commented Feb 3, 2021

Cherry-pick for #134

add a new test to check fix for the menubar not growing back on resizing (#130).

  • add new fixture and test

check if the overflow button is hidden after changing the items array of the menubar

Co-authored-by: web-padawan iamkulykov@gmail.com

…h: 0". (CP: #134)

add a new test to check fix for the menubar not growing back on resizing (#130).

* add new fixture and test

check if the overflow button is hidden after changing the items array of the menubar

Co-authored-by: web-padawan <iamkulykov@gmail.com>
Copy link
Member

@web-padawan web-padawan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IE11 and Edge tests are failing.

@@ -234,7 +224,7 @@

/** @private */
__alignOverlayPosition(e) {
/* istanbul ignore if */
/* c8 ignore next */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this change, it was needed because @web/test-runner is using a different tool for coverage.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

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.

None yet

4 participants