-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b102
-
generic
-
linux
-
Verified
On a unix machine (linux or solaris), open an image in a scrollpane and scroll it with a mouse wheel: it will be very slow because an actual native "click count" is not used in MouseWheelEvent processing -- it is passed as a wrong, ignored argument to an event constructor.
- relates to
-
JDK-6973199 java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
- Closed