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

VaadinComboBox in PaperDialog #121

Closed rakesh-roshan closed 7 years ago

rakesh-roshan commented 8 years ago

VaadinComboBox inside PaperDialog is not working. The dropdown is not visible. The dropdown's z-index is set to 100 while that of dialog is 103. So the dropdown gets hidden behind the dialog box.

jouni commented 8 years ago

What version of vaadin-combo-box are you using? This particular issue has been fixed in https://github.com/vaadin/vaadin-combo-box/commit/d4da68727924af527bf5d3e1a9df3f5de40294de two months ago.

rakesh-roshan commented 8 years ago
1.2.3.0 I am using this version.
jouni commented 8 years ago

In that case you have an older version of vaadin-combo-box. We haven’t had time to do a new release of the gwt-polymer-elements package with new element versions.

If you want, you can generate a new package yourself with https://github.com/vaadin/gwt-api-generator

manolo commented 7 years ago

Fixed in #134 please use 1.7.0.0-SNAPSHOT until we release 1.7.0.0