Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 34 by
jan...@gmail.com: mouse scroll y coordinate flipped
http://code.google.com/p/glumpy/issues/detail?id=34
What steps will reproduce the problem?
1. Run events.py demo
2. Observe y coordinate of mouse scroll vs move/click/drag events
What is the expected output? What do you see instead?
Expecting consistency between the different callbacks.
Here is the results of moving and scrolling the mouse in the lower left
corner:
Mouse motion (x=15.0, y=13.0, dx=2.0, dy=1.0)
Mouse motion (x=15.0, y=15.0, dx=0.0, dy=2.0)
Mouse motion (x=16.0, y=15.0, dx=1.0, dy=0.0)
Mouse scroll (x=16.0, y=385.0, dx=0.0, dy=-1.0)
Mouse scroll (x=16.0, y=385.0, dx=0.0, dy=-1.0)
Mouse scroll (x=16.0, y=385.0, dx=0.0, dy=-1.0)
Note that the scroll y value is "fig.height - mouse click y"
What version of the product are you using? On what operating system?
Latest dev bfe0cd3fcd157c75b1dc45729b1120cb2a252470
Windows 7
Please provide any additional information below.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings