RFR: 8287740 NSAccessibilityShowMenuAction not working for text editors [v2]

Sergey Bylokhov serb at openjdk.java.net
Fri Jun 3 21:03:31 UTC 2022


On Fri, 3 Jun 2022 10:35:22 GMT, Artem Semenov <asemenov at openjdk.org> wrote:

>> The NSAccessibilityShouMinuAction action does not show the menu for the text element. 
>> Steps to reproduce: 
>> 1. redefine the accessible context with the addition of the toggle popup action; 
>> 2. run on macOS with VoiceOver enabled; 
>> 3. try to call the context menu in the editor by pressing vo+shift+m.
>> 
>> @azuev-java please review.
>
> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Just a small nit, can we use the same style of instructions, the previous tests use a separate text to press the VO shortcuts, here it could be something like this:
>   "Turn screen reader on and press Tab to move to the text area"
>   "Perform the VO action "Open a shortcut menu" (VO+Shift+m)\n\n"

Marked as reviewed by serb (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/8997



More information about the client-libs-dev mailing list