On Mon, 28 Apr 2025 10:29:11 GMT, Ambarish Rapte <ara...@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.
>
> modules/javafx.graphics/src/main/native-glass/mac/a11y/JFXProgressIndicatorAccessibility.h
>  line 30:
> 
>> 28: #import <AppKit/NSAccessibility.h>
>> 29: 
>> 30: @interface JFXProgressIndicatorAccessibility :
> 
> Will we use the same interface of ProgressBar? If yes, a comment here 
> mentioning the same would be helpful.

Yes, the same interface is serving ProgressBar and ProgressIndicator.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1796#discussion_r2065118890

Reply via email to