RFR: 8348936: [Accessibility,macOS,VoiceOver] VoiceOver doesn't announce untick on toggling the checkbox with "space" key on macOS [v2]
Alexey Ivanov
aivanov at openjdk.org
Wed Feb 5 11:43:13 UTC 2025
On Wed, 5 Feb 2025 06:44:45 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> Don't think RadioButton can be used stand-alone.
Nothing stops you from doing so…
I still think the condition in the radio button case should be the same: `Object.equals` handles all the cases, and the code becomes *consistent*. Otherwise, the radio button stands out… for no apparent reason.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23436#discussion_r1942712616
More information about the client-libs-dev
mailing list