<AWT Dev> RFR: 8264290: Create implementation for NSAccessibilityComponentGroup protocol peer

Alexander Zuev kizune at openjdk.java.net
Tue May 18 15:05:39 UTC 2021


On Tue, 18 May 2021 13:25:04 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

> Could you please give some details about how you have tested this?

I used the SwingSet2 first demo - internal frame - and made sure that components that were previously reported as groups - internal frame, button group and such - are correctly reported as groups and there are no regressions with navigating their children using the accessibility shortcut keys. Also with debug output i made sure that new code is used to gather list of the children inside the group components. Additionally i tested it with few existing AWT tests and made sure that there are no regression there too.

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

PR: https://git.openjdk.java.net/jdk/pull/4046


More information about the awt-dev mailing list