RFR: 8286313 [macos] Voice over reads the boolean value as null in the JTable
Phil Race
prr at openjdk.org
Thu Aug 11 19:26:38 UTC 2022
On Mon, 25 Jul 2022 16:24:15 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
> I have a Table which is extended from AbstractTableModel with String, integer and Boolean values ( to represent checkbox). When the row is selected Voice over reads the Boolean value as null.
>
> @azuev-java @mrserb @prrace please review.
I have only a fuzzy grasp of what this code is doing overall, but I interpret the change
as falling back to a different field for the text to speak if there's no value for the first field being tried .. which I presume is the case for a boolean .. so it seems like it can't hurt.
-------------
Marked as reviewed by prr (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9629
More information about the client-libs-dev
mailing list