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

Manolo's demo - dialog box gets displayed UNDER the Drawer in iOS #49

Closed biancashouse closed 8 years ago

biancashouse commented 9 years ago

Do we have to explicitly set z-index on a PaperDialog to make it float above the page ?

In the iOS simulator and on an iPad, it is below the drawer. ;-( On my Nexus 7 it works correctly ;-)

I ask this, because I imagine the vaadin widget and element are simply facades for Polymer:

When we find a bug like this, is it a bug in your Widget or is it likely 
to be an actual bug in the actual polymer web component ?

Cheers

Ian

manolo commented 8 years ago

what do you mean with manolo's demo, is it the official demo of gwt-polymer-elements.

Many things have changed since you reported this, could you try last demo?

Anyway, normally these visual bugs are related with the original polymer element, and bugs related with setting properties with the vaadin wrapper.

biancashouse commented 8 years ago

Hi Manuel,

I must have been smoking a joint when I wrote that email. Anyway, until web components are supported properly I decided to avoid them. Why is it that Apple are such a pain in the arse these days ?

Thanks

Ian

On Fri, Nov 13, 2015 at 6:41 PM, Manuel Carrasco Moñino < notifications@github.com> wrote:

what do you mean with manolo's demo, is it the official demo of gwt-polymer-elements.

Many things have changed since you reported this, could you try last demo?

Anyway, normally these visual bugs are related with the original polymer element, and bugs related with setting properties with the vaadin wrapper.

— Reply to this email directly or view it on GitHub https://github.com/vaadin/gwt-polymer-elements/issues/49#issuecomment-156355335 .

manolo commented 8 years ago

could you test with last demo? it might be fixed.

manolo commented 8 years ago

Fixed