RFR: 8368972: Create implementation of menu bar accessibility component [v4]
Alexander Zuev
kizune at openjdk.org
Thu Oct 9 15:39:15 UTC 2025
On Thu, 9 Oct 2025 10:05:04 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> Minor query: Is `return @""` statement required ? Cant' we rely on `return title;` (which would return nil in case) ?
Yes, otherwise on menu item with no accessibility title it will report "Menu separator". Since right now VoiceOver is not able to put focus on real menu separator item even with the VO shortcuts (i think Apple broke it in macOS 11) it can only confuse user.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1927#discussion_r2417171725
More information about the openjfx-dev
mailing list