RFR: 8348936: [Accessibility,macOS,VoiceOver] VoiceOver doesn't announce untick on toggling the checkbox with "space" key on macOS [v3]

Abhishek Kumar abhiscxk at openjdk.org
Tue Feb 18 11:15:57 UTC 2025


On Tue, 18 Feb 2025 10:14:57 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> By the way, I updated the code in `PassFailJFrame` for HTML handling to make the long instructions look better. I'll submit a PR soon.

That's a nice idea. Looking forward for the PR.

> test/jdk/javax/accessibility/TestJCheckBoxToggleAccessibility.java line 70:
> 
>> 68:                   <li>Enable Screen magnifier on the Mac:
>> 69:                    <b>System Settings</b> -> <b>Accessibility</b> ->
>> 70:                    <b>Hover Text</b> -> <b>Enable Hover Text</b><br>
> 
> Suggestion:
> 
>                    <b>Hover Text</b> -> Enable <b>Hover Text</b><br>
> 
> Only the UI element should be in bold. (Yes, I know that I provided this snippet, yet I didn't notice it back then.)

Done.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23436#issuecomment-2665331351
PR Review Comment: https://git.openjdk.org/jdk/pull/23436#discussion_r1959534243


More information about the client-libs-dev mailing list