RFR: 8343601: javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04
Phil Race
prr at openjdk.org
Tue Nov 5 20:22:30 UTC 2024
On Tue, 5 Nov 2024 09:40:02 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> It is seen that javax/swing/JMenuItem/8158566/CloseOnMouseClickPropertyTest.java fails in ubuntu 22.04 OCI instance. It is seen that test frame is being rendered at top-left of screen instead of at the center, and robot mouseMove is being used to point and click on radiobutton, checkbox etc and linux left dock placement can be a problem with this top-left rendering.
>
> Fix is made to render the frame at the center.
> Repeated iteration of the test run in 22.04 OCI instance is ok.
"linux left dock placement can be a problem with this top-left rendering."
are you saying that the dock is the actual problem here ? Why has it never been a problem on other 22.04 systems ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21896#issuecomment-2458080665
More information about the client-libs-dev
mailing list