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

Artem Semenov asemenov at openjdk.java.net
Fri Jun 3 10:35:22 UTC 2022


On Fri, 3 Jun 2022 05:41:24 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> 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"
>
> test/jdk/java/awt/a11y/AccessibleActionsTest.java line 100:
> 
>> 98:     AccessibleComponentTest.INSTRUCTIONS = "INSTRUCTIONS:\n"
>> 99:             + "Check a11y show context menu in editable JTextArea.\n\n"
>> 100:             + "Turn screen reader on and press Tab to move to the text area and vo+shif+m.\n\n"
> 
> 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"

done

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

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



More information about the client-libs-dev mailing list