RFR: 8350316: Create implementation of NSAccessibilityProgressIndicator protocol

Alexander Zuev kizune at openjdk.org
Mon May 5 08:58:52 UTC 2025


On Wed, 30 Apr 2025 21:52:15 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> How can one test the group protocol change?

Right now the group protocol is only used as a parent protocol for the composite component such as ProgressBar and the only way to properly test it is to add the debugging output to methods such as accessibilityChildren is being called when navigating to the ProgressBar. Later when there will be more composite components the usage will grow.

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

PR Comment: https://git.openjdk.org/jfx/pull/1796#issuecomment-2850339214


More information about the openjfx-dev mailing list