mootools-datepicker
mootools-datepicker copied to clipboard
Fixed: mousescroll on TimePicker, fade flickering
See also: https://github.com/arian/mootools-datepicker/issues/84
What's the issue with the timepicker in firefox? #84 is fixed now.
When scrolling on the hour-field or minutes-field, the whole window scrolls because the event.stop() doesn't work as expected.
I think it's due to a change in Firefox, because I've also had this issue when I scroll on an Google Maps canvas on a page. Changing the value in a separate thread seems to fix the problem, but it's not a nice fix.
having the same problem here. in chrome everything is fine, in FF the whole content scrolls. i am using mootools1.4.5 and the current datepicker... @storeman : what to you mean by "Changing the value in a separate thread seems to fix the problem" ... what value, in what thread ???
@olivdee You can see my work-arounds above. I say threads, because I use a delay to set the value, that solved the problem at that time. But I think that the tween-fix did the trick.
thanks for pointing this out. its my first time at git... the scrolling-error-fix did not, so i tried to implement the tween-fix, but realized that Picker.js has been changed since then. so i am not sure where to apply all your changes. any idea / help?