RFR: 8286204: [Accessibility, macOS, VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS [v2]
Artem Semenov
asemenov at openjdk.org
Mon Mar 3 10:18:58 UTC 2025
On Mon, 3 Mar 2025 10:00:20 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> > > Since the fix is in Java Component, verified fix with JAWS on windows. I don't see any side effects in announcement. Manual test case is added to verify the fix.
> >
> >
> > Hello. Was this problem observed on Windows before your changes?
>
> No, this issue observed only on macOS.
Then try to modify the solution so that it also affects only macOS…
Try to debug the native implementation of NSAccessibilityElements… The error might be somewhere there.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23841#issuecomment-2693883161
More information about the client-libs-dev
mailing list