aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

Scroll listener not working under chrome due to a browser bug #362

Closed Misiur closed 8 years ago

Misiur commented 8 years ago

I thought this was a flambe problem, but I found out it's not. Due to HtmlPlatform.hx using MouseEvent#timeStamp as a debounce method this bug causes mousewheel not to fire at all in chrome. I'd suggest keeping this issue open for other people, and for tracking the chrome bug. I hope they won't close it as irrelevant, otherwise flambe will have to adjust it's code accordingly. https://code.google.com/p/chromium/issues/detail?id=583000

Misiur commented 8 years ago

Problem fixed in chrome

markknol commented 8 years ago

Thanks for mentioning anyway :smile: