vitebonus / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

MouseWheelHandler: Firefox mouse events not registering properly #618

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Use demo code from 
https://github.com/Obvious/closure-library/blob/master/closure/goog/demos/mousew
heelhandler.html on Firefox 27.0 using a Mac magic mouse.

What is the expected output? What do you see instead?
The expected output is that the crosshairs will follow the mousescroll 
movement. The code rocks for Chrome and Safari, but the mouse scroll events are 
not registering properly for Firefox. No horizontal scroll registers at all, 
and the up/down is patchy/intermittant. The mouse/Firefox combo works fine in 
normal use. 

What version of the product are you using? On what operating system?
Firefox 27.0 using a Mac magic mouse on OSX 10.9  Not sure about version of 
MouseWheelHandler.

Please provide any additional information below.
I have observed similar problems with development code using the 
MouseWheelHandler.

Original issue reported on code.google.com by nickpot...@gmail.com on 1 Jan 2014 at 1:44

GoogleCodeExporter commented 8 years ago
Since the repro demo is no longer working, I can't verify if this is even still 
an issue.  There have been some changes to the mousewheel handler since this 
issue was filed, so potentially it's already been fixed?  If it's actually 
still an issue, please reopen the issue on github 
(https://github.com/google/closure-library/issues/17) and post a new repo case.

Original comment by s...@google.com on 18 Jul 2015 at 12:01