You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
When using paper-menu-button in conjunction with paper-submenu, neither the menu width nor the menu height grows when a submenu is opened under native shadow dom. Under shady dom it works as expected.
I created a minimal element to reproduce the issue including a test case.
I'm not 100% sure this is a paper-menu-button issue but it's my best guess.
The text was updated successfully, but these errors were encountered:
n1ywb
changed the title
menu width does not grow when submenu opened under shadow dom
menu does not grow when submenu opened under shadow dom
May 12, 2017
Description
When using paper-menu-button in conjunction with paper-submenu, neither the menu width nor the menu height grows when a submenu is opened under native shadow dom. Under shady dom it works as expected.
I created a minimal element to reproduce the issue including a test case.
I'm not 100% sure this is a paper-menu-button issue but it's my best guess.
https://github.com/ReadingPlus/paper-menu-sizing-bug
Expected outcome
The menu gets bigger when a submenu is opened (example under shady dom)
Actual outcome
Under shadow dom the menu does not get bigger (example under shadow dom)
Live Demo
https://readingplus.github.io/paper-menu-sizing-bug/components/paper-menu-sizing-bug/demo/index.html?dom=shadow
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: