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

Opening grid demo in android lasts for ever #83

Closed manolo closed 8 years ago

manolo commented 8 years ago

Try to open this in android http://vaadin.github.io/gwt-polymer-elements/demo/#vaadin/VaadinGridSample

Seems like device enters in a loop, but finally the grid is shown after 1,5min

manolo commented 8 years ago

It's a problem in row height recalculations when the grid is positioned as absolute, removing 'fit' class name it fixes. Fixed temporary in https://github.com/vaadin/gwt-polymer-elements/commit/8e53ac90eaa0f60595b84dbb1aee234a88ef464d

manolo commented 8 years ago

Fixed