On Mon, 28 Apr 2025 04:37:59 GMT, Alexander Zuev <kiz...@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. This pull request has now been integrated. Changeset: c777efd7 Author: Alexander Zuev <kiz...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/c777efd7875d31ae47430e6e08e6420eeab39b0c Stats: 194 lines in 5 files changed: 193 ins; 0 del; 1 mod 8350316: Create implementation of NSAccessibilityProgressIndicator protocol 8351773: Create implementation of NSAccessibilityGroup protocol Reviewed-by: arapte, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1796