On Thu, 9 Oct 2025 10:05:04 GMT, Ambarish Rapte <[email protected]> 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

Reply via email to