-
Bug
-
Resolution: Unresolved
-
P4
-
9, 22, 24
-
b117
The javax/swing/JButton/PressedButtonRightClickTest.java test was added by JDK-8049069 and it fully duplicates an existing test javax/swing/JButton/bug4490179.java.
The bug4490179.java test used to be closed, it was open-sourced byJDK-8316285. Thus, an open-source test was needed for JDK-8049069. The bug4490179.java test should've been used as a regression test for JDK-8049069.
Both bug4490179.java and PressedButtonRightClickTest.java had the same issue where mouse button 1 wasn't released before exiting the test. These issues were fixed independently.
JDK-8341978 improves the test code, which makes PressedButtonRightClickTest.java redundant.
The bug4490179.java test used to be closed, it was open-sourced by
Both bug4490179.java and PressedButtonRightClickTest.java had the same issue where mouse button 1 wasn't released before exiting the test. These issues were fixed independently.
- relates to
-
JDK-8049069 JButton incorrect behaviour on button release
- Resolved
-
JDK-8316285 Opensource JButton manual tests
- Resolved
-
JDK-8341978 Improve JButton/bug4490179.java
- Resolved
-
JDK-4490179 Right mouse button can generate ActionEvents
- Closed
- links to
-
Review(master) openjdk/jdk/21587