<Swing Dev> [12] Review Request: 8133713 [macosx] Accessible JTables always reported as empty
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed Aug 29 22:03:16 UTC 2018
Hello.
Please review the fix for jdk12.
Bug: https://bugs.openjdk.java.net/browse/JDK-8133713
Webrev: http://cr.openjdk.java.net/~serb/8133713/webrev.00
This fix provides the minimal support of accessibility(VoiceOver) for
JTable.
The table will be represented as a grid. The user will get audio
information about:
- number of columns
- number of rows
- the selected cells
- the description of the whole table
- the text in the current cell
The user will be able to interact with the table(select/deselect cells.)
Example and fix limitations are provided in the bug:
https://bugs.openjdk.java.net/browse/JDK-8133713?focusedCommentId=14207364&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14207364
--
Best regards, Sergey.
More information about the swing-dev
mailing list