On Mon, 3 Mar 2025 10:16:42 GMT, Artem Semenov <aseme...@openjdk.org> wrote:

> Try to debug the native implementation of NSAccessibilityElements… The error 
> might be somewhere there.

I posted my analysis in JBS and root caused the issue in a11y `(NSString 
*)accessibilityStringForRange:(NSRange)range` API in 
`NavigableTextAccessibility.m` implementation for `Text Component` but the 
range value invoked by system seems wrong.

So, this is a workaround fix for the issue.

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

PR Comment: https://git.openjdk.org/jdk/pull/23841#issuecomment-2696263121

Reply via email to