On Wed, 24 Nov 2021 15:16:54 GMT, Artem Semenov <aseme...@openjdk.org> wrote:
> Testing https://bugs.openjdk.java.net/browse/JDK-8271071 > Step to reproduce > 1) Run SwingSet2 in JDK 18 ( I used b24 ) > 2) Enable Voiceover. > 3) Select JTable demo > 4) Click any row in the table or select the first row . Observe that row is > selected & VoiceOver reads the column values or navigate the columns one by > one by pressing tab key. When the focus reaches the last column ( Favourite > Food ) Observe that column value is read as null. If you hear the same then > the bug is reproduced. This pull request has now been integrated. Changeset: 70bad89b Author: Artem Semenov <aseme...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/70bad89b012eb200ca1e76f384a6e5fb307cf26d Stats: 22 lines in 1 file changed: 22 ins; 0 del; 0 mod 8277497: Last column cell in the JTAble row is read as empty cell Reviewed-by: ant, kizune, pbansal ------------- PR: https://git.openjdk.java.net/jdk/pull/6538