On Wed, 15 Dec 2021 12:43:40 GMT, Artem Semenov <[email protected]> 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.

This pull request has now been integrated.

Changeset: 8fbe1724
Author:    Artem Semenov <[email protected]>
URL:       
https://git.openjdk.java.net/jdk18/commit/8fbe1724e0f783132a65c45503addad9d98a329e
Stats:     9 lines in 1 file changed: 9 ins; 0 del; 0 mod

8278604: SwingSet2 table demo does not have accessible description set for 
images
8278526: [macos] Screen reader reads SwingSet2 JTable row selection as null, 
dimmed row for last column

Reviewed-by: ant, kizune, pbansal

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

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

Reply via email to