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

2022-08-13 Thread Artem Semenov
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

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

Re: RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

2022-07-11 Thread Artem Semenov
On Wed, 11 May 2022 12:49:34 GMT, Artem Semenov wrote: >> A11Y implementation on macOS has to directly call the >> 'JList.setSelectedIndex' method in order to request selection on an item >> (see 'CAccessibility.requestSelection'). The reason is that a11y API lac

Re: RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

2022-07-08 Thread Artem Semenov
On Wed, 11 May 2022 12:49:34 GMT, Artem Semenov wrote: >> A11Y implementation on macOS has to directly call the >> 'JList.setSelectedIndex' method in order to request selection on an item >> (see 'CAccessibility.requestSelection'). The reason is that a11y API lac

<    1   2