RFR: 8273986: JEditorPane HTML Demo - Accessibility issues [v8]

Abhishek Kumar abhiscxk at openjdk.org
Tue Mar 21 17:52:52 UTC 2023


On Thu, 16 Mar 2023 17:24:13 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment update
>
> test/jdk/javax/accessibility/JEditorPane/TestEditorPaneAccessibleChildCount.java line 109:
> 
>> 107:             });
>> 108:             addDelay(500);
>> 109:             int childCount2 = ac.getAccessibleChildrenCount();
> 
> note: "ac" initialized on EDT, and accessed here w/o synchronization.

@mrserb Please review the latest changes.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/12707#discussion_r1143791968



More information about the client-libs-dev mailing list