RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v3]
Phil Race
prr at openjdk.java.net
Sun Feb 6 21:25:12 UTC 2022
On Thu, 27 Jan 2022 21:47:04 GMT, lawrence.andrews <duke at openjdk.java.net> wrote:
>> 1) Test scenario was just showing test instruction with JTextArea. So added the JTextArea as the instruction and method says.
>> 2) JTextArea is filled with contents so that and an Emoji character making sure that screen reader can read Emoji also.
>> 3) Now user can user arrow keys to navigate the JTextArea and screen reader can read it.
>>
>> @shurymury
>>
>> Attached the screen shot of the test UI which contains JTextArea along with the instruction.
>> <img width="623" alt="Screen Shot 2021-12-14 at 7 09 14 PM" src="https://user-images.githubusercontent.com/87324768/146111187-29f81aab-a138-442d-90bd-df24d512fe01.png">
>
> lawrence.andrews 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 four additional commits since the last revision:
>
> - Merge branch 'master' of https://github.com/openjdk/jdk into jdk-8278828-ws
> - Fixed instruction for createTextArea()
> - Merge branch 'openjdk:master' into jdk-8278828-ws
> - Added JTextArea createTextArea() in AccessibleTextTest.java
This seems to have changed so much from the initial commit that I was really confused.
In fact it seems to have been mostly reverted and the image doesn't apply etc.
I'd even go so far as to say this is 'not a bug'. The only thing left is adding the word non-editable and I am unable
to see what that has to do with the bug report .. or anything else ..
-------------
PR: https://git.openjdk.java.net/jdk/pull/6844
More information about the client-libs-dev
mailing list