RFR: 8368972: Create implementation of menu bar accessibility component [v5]
Andy Goryachev
angorya at openjdk.org
Mon Oct 13 20:01:34 UTC 2025
On Fri, 10 Oct 2025 20:08:38 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Create the accessibility peer for menu bar component also fix the problem when with the voiceover is on the <Ctrl>-F10 is pressed the name of the selected menu is not announced.
>
> Alexander Zuev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains nine additional commits since the last revision:
>
> - Merge remote-tracking branch 'origin/master' into JDK-8368972
> - Merge pull request #22 from openjdk/master
>
> Merge
> - Cover the case when menu item has children but it does not respond to the accessibilityValue selector;
> - Caching children list;
> Use nil instead of NULL;
> - Restore CHECK_MENU_ITEM binding
> - Fixing wrong copyright year
> - Fixing the assignment;
> Fixing the top level manu titles;
> - Fixed typo
> - 8368972: Create implementation of menu bar accessibility component
>
> Create a menu bar component accessibility peer and wire it to the component
Marked as reviewed by angorya (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1927#pullrequestreview-3332899814
More information about the openjfx-dev
mailing list