-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
sparc
-
solaris_2.6
-
Not verified
OS:Solaris
MouseReleased, MouseClicked and MouseDragged are not triggered for Left mouse button when it is clicked on the choice.
In solaris, Any mouse button is pressed on a choice and it reamins down
for some time (say 20 seconds),then it is released. In that case, MouseReleased
MouseClicked are not triggered and only MousePressed is triggered.
But when the mouse button is clicked and released immediately , all the
mouse events are triggered properly.
In solaris, MouseDragged is not triggered for any of the mouse buttons.
In windows, clicking the left mouse button alone, makes the choice
drop down. But in solaris, clicking the left/right mouse buttons make the
choice drop down.
/* How to reproduce the Bug? -------->
Run this sample code. You would see a frame with a choice at the middle.
Press the left mouse button on the choice and keep it pressed for some time
say 20sec. Release the mouse button. Check whether all the mouse events are
triggered or not. Repeat this process for other mouse buttons.
*/
MouseReleased, MouseClicked and MouseDragged are not triggered for Left mouse button when it is clicked on the choice.
In solaris, Any mouse button is pressed on a choice and it reamins down
for some time (say 20 seconds),then it is released. In that case, MouseReleased
MouseClicked are not triggered and only MousePressed is triggered.
But when the mouse button is clicked and released immediately , all the
mouse events are triggered properly.
In solaris, MouseDragged is not triggered for any of the mouse buttons.
In windows, clicking the left mouse button alone, makes the choice
drop down. But in solaris, clicking the left/right mouse buttons make the
choice drop down.
/* How to reproduce the Bug? -------->
Run this sample code. You would see a frame with a choice at the middle.
Press the left mouse button on the choice and keep it pressed for some time
say 20sec. Release the mouse button. Check whether all the mouse events are
triggered or not. Repeat this process for other mouse buttons.
*/
- duplicates
-
JDK-4328562 MousePressed, MouseReleased, MouseClicked are not triggered
-
- Closed
-
- relates to
-
JDK-4328557 MouseDragged,MouseReleased are not triggered by Choice for Left mouse button
-
- Closed
-
-
JDK-4453081 MouseMoved & MouseDragged events are not triggered properly for Choice on Solari
-
- Closed
-