bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 61 forks source link

Not working on Chrome 52 #44

Closed Kyle-Falconer closed 7 years ago

Kyle-Falconer commented 8 years ago

I get this in the console:

Behavior Polymer.IronResizableBehavior not found when mixing properties into paper-time-picker!
Behavior Polymer.IronResizableBehavior not found when mixing properties into paper-clock-selector!
screen shot 2016-08-31 at 11 20 38 am
dasurid commented 8 years ago

I see the same thing using safari on the component demo page.

bendavis78 commented 8 years ago

I'm unable to reproduce this issue. Can you try the latest version?

ronnyroeller commented 8 years ago

It works for me with the latest checked-out version but the demo linked from the Github project page doesn't work (http://bendavis78.github.io/paper-time-picker/).

I'm using "Chrome 51.0.2704.106 (64-bit)" on Fedora.

giubil commented 8 years ago

I have the same using Chrome 53.0.2785.101 on mac

dasurid commented 8 years ago

The component page demo still doesn't work on a mac, just a blank area where the clock should render. I have tried Safari, Firefox and Chrome and all exhibit the blank clock.

jonsmithers commented 8 years ago

For what it's worth, I found that a neon-animated-pages element is collapsed to 0 height. If I give that element height:100%; and trigger a resize, the clock shows up.

screenshot from 2016-10-23 20-53-53

I'm using Chrome 54.0.2840.59 (64-bit) on ubuntu.

jonsmithers commented 8 years ago

Also, Polymer.IronResizableBehavior is undefined in the console. ...could it be a missing import?

screenshot from 2016-10-23 21-05-53

I'm seeing this in Firefox too.

tiesselune commented 8 years ago

I've witnessed this on Chrome (Win), only in the demo pages. Using it in my project works fine.

admwx7 commented 7 years ago

This has a merged in fix, closing. If it persists open a new issue and tag me please!