-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
generic
mouseReleased() is not getting called for Choice in XAWT mode
Steps to Reproduce
----------------
1)Compile attached code and Run "TestAction.java"
2)Click on Choice
3)see the output on console(both mousePressed() and mouseReleased()) getting called
4)Run the program again with "-Dawt.toolkit=sun.awt.X11.XToolkit" options
5)Click on Choice
3)see the output on console(only mousePressed()) is getting called
Steps to Reproduce
----------------
1)Compile attached code and Run "TestAction.java"
2)Click on Choice
3)see the output on console(both mousePressed() and mouseReleased()) getting called
4)Run the program again with "-Dawt.toolkit=sun.awt.X11.XToolkit" options
5)Click on Choice
3)see the output on console(only mousePressed()) is getting called
- duplicates
-
JDK-4922472 REGRESSION: JCK1.5 api/java_awt/interactive/event/EventTests.html#EventTest0011
- Closed