<Swing Dev> [12] Review Request: 8133713 [macosx] Accessible JTables always reported as empty
Krishna Addepalli
krishna.addepalli at oracle.com
Thu Sep 6 11:23:45 UTC 2018
Hi Sergey,
I imported the patch and tested it locally. It does report the number of rows/columns, table description.
However, it reads out the text in the current cell the first time it is focused, but not after that.
Looking at the code changes, I could follow that you have implemented functions to get the row and column information, but couldn’t see any function related to getting the text out of the selected cell. Could you explain that?
Also, do you plan to include the example in the JBS as a test case?
Thanks,
Krishna
> On 30-Aug-2018, at 3:33 AM, Sergey Bylokhov <Sergey.Bylokhov at oracle.com> wrote:
>
> 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