-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Description
Parent resizables fail to receive resize notification when under shadow DOM.
Commenting out this line fixes the issue: https://github.com/PolymerElements/iron-resizable-behavior/blob/master/iron-resizable-behavior.html#L136
See also PolymerElements/paper-menu-button#123
Shady DOM event call tree
Shadow DOM event call tree; note lack of call to _onDescendantIronResize()
Expected outcome
The menu dropdown should resize to accommodate the submenu when the submenu is opened
Expected result
Actual outcome
The menu does not resize and is super skinny and fubar
Live Demo
Steps to reproduce
- open demo using shadow DOM
- click on menu button
- click on submenu
Note that if you leave the submenu opened, close the menu, then reopen the menu, it will then resize to accommodate the submenu; this is, however, annoying to have to do.
Browsers Affected
- Chrome
- Firefox
- Safari 9
- Safari 8
- Safari 7
- Edge
- IE 11
- IE 10
Metadata
Metadata
Assignees
Labels
No labels