RFR: 8356061: [macos] com/apple/laf/RootPane/RootPaneDefaultButtonTest.java test fails on macosx-aarch64 machine [v3]
Alexey Ivanov
aivanov at openjdk.org
Tue May 20 20:19:53 UTC 2025
On Tue, 20 May 2025 11:17:39 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
> I think the original issue of getting same RGB color for both default and non-default button is happening because when we move mouse pointer to a location and pick the color from the same location using robot, sometimes it picks the color of mouse pointer and not UI component(this issue is observed only in macOS aarch64 machines).
>
> Since we have completely removed usage of robot in this test case, we should not see same color for default and non-default buttons anymore. LGTM.
Is it possible that the button hovered by mouse looks the same way as the default one?
Did the original test move the mouse before getting pixel color of a button?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25244#issuecomment-2895724466
More information about the client-libs-dev
mailing list