manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

No DropDownMenu title in Microsoft browsers #128

Closed shoemael closed 8 years ago

shoemael commented 8 years ago

Tested in IE (11) and Edge (25.10586.0.0) on Windows 10 using the demo:

http://vaadin.github.io/gwt-polymer-elements/demo/#paper/DropdownMenuSample

See attached screen cap:

ie-edge-polymer

ghost commented 8 years ago

I think we can help the vaadin people a lot if we previously indentify if the bug really relates to the vaadin gwt wrappers.

This issue has already exist on the element itself: https://github.com/PolymerElements/paper-dropdown-menu/issues/31

You can use a newer paper-elements version using the vaadin gwt-api-generator or set min-width: inherit; to the paper-dropdown-menu.

shoemael commented 8 years ago

Ahh. I didn't think to check this upstream in Polymer Elements. Thanks for the info. I'll close this to avoid anyone wasting any cycles on it at the GWT wrapper level.