-
Notifications
You must be signed in to change notification settings - Fork 16
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
Broken layout and style in Edge 40 (EdgeHTML 15) #39
Comments
I've noticed this too. It can be replicated on browserstack.com. Edge 40 is running EdgeHTML 15 for clarification. This was not broken on Edge 38 with EdgeHTML 14. |
I've done some further research on this issue. Edge 40 & EdgeHTML 15 seems to be causing a wide variety of styling issues across the board. Here is some similar cases:
A way I've found to fix some of the issues of Overall it seems like the issues are going back to |
I just found a workaround for the Edge 40 issues:
in a shared style file I could fix it throughout our application. |
I don't get the problems any more with webcomponentsjs 1.0.7, which uses shadycss 1.0.4, see also webcomponents/shadycss@74577b1 and webcomponents/shadycss@58575e5 |
Description
In the latest Edge 40.15063.0.0 from Windows 10 Creators Update, the layout and style of the
paper-listbox
is broken, also when used e.g. insidepaper-dropdown-menu
.Expected outcome
Actual outcome
Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-listbox/demo/demo/index.html
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu/demo/demo/index.html
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: