-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0, 6, 7
-
b48
-
x86
-
linux, windows_xp, windows_vista
-
Verified
Java should be able to distinguish between the different scroll wheels on a mouse with 2 scroll wheels. Also, it should be able to recognice when a fourth or fifth mouse button has been pressed.
JUSTIFICATION :
Many windows applications already support this, users of java applications expect this functionality
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
first wheel: scroll up / down
second wheel: scroll left / right
button 4,5,6,etc: programmable from MouseEvent/MouseEventListener
ACTUAL -
first wheel: scroll up / down
second wheel: copies first wheel (MouseWheelEvent sees it as same wheel)
button 4,5,6,etc: nothing
- duplicates
-
JDK-6668275 Mouse wheel tilt does generate wrong events
- Closed
-
JDK-6856394 Support for more than three mouse buttons
- Closed
- relates to
-
JDK-6856929 Frame is not getting resized using Robot in OpenSolaris and Ubuntu
- Resolved
-
JDK-6847958 MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build.
- Closed
-
JDK-6848336 java/awt/event/InputEvent/ModHighBitsTest/ModHighBitsTest.html fails in Jdk7 b60 pit build
- Closed
-
JDK-6834576 PIT: closed/java/awt/ScrollPane/RemoveChild/ test fail with deadlock on rhel and sles
- Resolved
-
JDK-6624085 Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
- Resolved
-
JDK-6799099 All automatic regression tests that create Robot fail on X11
- Closed
-
JDK-6833404 java.awt.event.MouseEvent constructor should mention throwing HE in headless mode
- Closed
-
JDK-6855323 Robot(GraphicsDevice) constructor initializes LEGAL_BUTTON_MASK variable improperly
- Closed
-
JDK-6339087 Robot.mouseWheel() doesn't work on solaris
- Closed
-
JDK-6440198 Apple and Microsoft users want horizontal scroll wheel support
- Open
-
JDK-6260940 Support 'back' and 'forward' mouse buttons on, e.g., Intellimouse Optical
- Resolved
-
JDK-6490814 Robot.mousePress/Relase should also accept InputEvent.BUTTONx_DOWN_MASK
- Resolved