RFR: 8313556: Create implementation of NSAccessibilitySlider protocol [v7]
Andy Goryachev
angorya at openjdk.org
Fri Feb 28 23:44:08 UTC 2025
On Wed, 26 Feb 2025 11:30:50 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Create implementation for Slider and Stepper accessibility protocols.
>> Fix mapping.
>> Fix performAction parameter type in declaration.
>
> Alexander Zuev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 14 commits:
>
> - Add accessibilityTitleUIElement function to the base class.
> - Merge branch 'master' into JDK-8313556
> - Merge pull request #13 from openjdk/master
>
> Merge
> - Merge pull request #12 from openjdk/master
>
> Merge
> - Merge pull request #11 from openjdk/master
>
> Merge
> - Merge pull request #10 from openjdk/master
>
> Merge
> - Adding accessibilityMinValue and accessibilityMaxValue
> - Merge remote-tracking branch 'origin/master' into JDK-8313556
> - Merge pull request #7 from openjdk/master
>
> Merge
> - - Added accessibilityTitle method
> - Removed some debug output generation
> - ... and 4 more: https://git.openjdk.org/jfx/compare/7a7854c9...09f68099
With Slider, it announces the current value as "percent" (of the working envelope?), even though the min/max can be arbitrary. Is this intentional?
Also, for Spinner, it says "Stepper", is this expected?
macOS 15.3.1 M1
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-2691724439
More information about the openjfx-dev
mailing list