objectivehtml / FlipClock

http://flipclockjs.com/
MIT License
2.74k stars 954 forks source link

Bug on IE9 #7

Closed tsbits closed 10 years ago

tsbits commented 11 years ago

Hello there !

I'm currently implementing your plugin to make a countdown. It work perfectly on Chrome / Firefox but of course, not on IE9.

There is no 3d transitions but I know why and I don't care. The big point is that the counter has 10 unites of late.

For exemple it displays for the seconds : _00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 00, 01, 02, 03, 04, 05, 06, 07, 08, 19, 10, 11, ..._

Here is a record : http://www.youtube.com/watch?v=uJn9qFN6L-Q&feature=youtu.be

Have I try to solve the problem by myself but it was not succesfull.

Thanks for your help :)

dantezhu commented 11 years ago

same bug too...

dotzero commented 11 years ago

+1

troywarr commented 11 years ago

+1.

This is a great library and the work is much appreciated - but this seems like a deal breaker for most real-world users. Unfortunately I built an entire project around this library before I discovered the bug. I'd checked the clock on the home page in IE8 and IE9 before deciding on the library, but I didn't notice the time offset problem until I started cross-browser testing.

This library is based on a proof-of-concept at http://codepen.io/ademilter/pen/czIGo, which is probably the simplest place to work on a fix. I'm going to do so now and will follow up here if I figure anything out.

adam-lynch commented 10 years ago

Can't reproduce this one myself

cmbuckley commented 10 years ago

This may be of interest: http://stackoverflow.com/questions/18494692

Looks like the related PR was https://github.com/objectivehtml/FlipClock/pull/41, addressing #36. Guess you can close this as a dupe now.