Re: RFR: 8286313 [macos] Voice over reads the boolean value as null in the JTable

2022-08-12 Thread Alexander Zuev
On Mon, 25 Jul 2022 16:24:15 GMT, Artem Semenov 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 r

Re: RFR: 8286313 [macos] Voice over reads the boolean value as null in the JTable

2022-08-11 Thread Phil Race
On Mon, 25 Jul 2022 16:24:15 GMT, Artem Semenov 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 r

RFR: 8286313 [macos] Voice over reads the boolean value as null in the JTable

2022-07-25 Thread Artem Semenov
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. - Commit messages: - 8286313 [macos] Voice ov