RFR: 8350316: Create implementation of NSAccessibilityProgressIndicator protocol [v2]

Andy Goryachev angorya at openjdk.org
Wed May 7 22:04:58 UTC 2025


On Wed, 7 May 2025 15:42:03 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Initial implementation. In order to implement progress indicator the group accessibility protocol has to be implemented too so this is also a fix for 8351773. There are commented out sections that can be used to verify the functionality of the code since it has to behave exactly in the same way as the code without the fix. After review is done i will remove the debug output.
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   - Added newlines where they were missing;
>   - Removed ebug output;
>   - Added comment mentioning that JFXProgressIndicatorAccessibility serves both ProgressBar and ProgressIndicator controls.

Marked as reviewed by angorya (Reviewer).

oops, my mistake: I thought the group was removed somehow...  all good now.

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

PR Review: https://git.openjdk.org/jfx/pull/1796#pullrequestreview-2823306372
PR Comment: https://git.openjdk.org/jfx/pull/1796#issuecomment-2860493657


More information about the openjfx-dev mailing list