-
Bug
-
Resolution: Fixed
-
P2
-
1.1, 1.1.5, 1.2.0
-
1.2beta4
-
generic, sparc
-
solaris_2.5.1, solaris_10
-
Verified
Currently there is a bug in the AWT event mechanism on Solaris where
a MousePressed event (with the left button down) has a modifier value
of 0, when it should have a modifier value of BUTTON1_MASK.
(MouseReleased and MouseClicked events modifiers are correct).
This is true in both 1.1.5 and 1.2beta3.
This bug is also manifest in the Entered and Exit events
larry.cable@Eng 1998-05-12
a MousePressed event (with the left button down) has a modifier value
of 0, when it should have a modifier value of BUTTON1_MASK.
(MouseReleased and MouseClicked events modifiers are correct).
This is true in both 1.1.5 and 1.2beta3.
This bug is also manifest in the Entered and Exit events
larry.cable@Eng 1998-05-12
- duplicates
-
JDK-4117489 mousePressed events on Solaris do not set BUTTON1_MASK correctly
- Closed