[jdk18] RFR: 8278604 SwingSet2 table demo does not have accessible description set for images

Kevin Rushforth kcr at openjdk.java.net
Fri Dec 17 13:08:25 UTC 2021


On Wed, 15 Dec 2021 13:24:53 GMT, Anton Tarasov <ant at openjdk.org> wrote:

>> SwingSet2 demo is often used to check accessibility for different Swing components and has some shortcomings. The major one is that images within the table demo do not have accessible description set which makes accessibility perform differently on different platforms when navigating the table with screen narrator enabled.
>> 
>> This is the next step after the solution [JDK-8277497](https://bugs.openjdk.java.net/browse/JDK-8277497), in which we forwarded the description from the icon into the label description so that this fix was possible.
>
> Marked as reviewed by ant (Reviewer).

> /reviewer credit @forantar @azuev-java @pankaj-bansal

@savoptik For future reference, the `/reviewer credit` command is not the way to request a review, but rather is a way to credit additional reviewers who have made significant review comments, but have not formally reviewed it in the GitHub PR.

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

PR: https://git.openjdk.java.net/jdk18/pull/31



More information about the client-libs-dev mailing list