RFR: 8313556: Create implementation of NSAccessibilitySlider protocol [v6]

Ambarish Rapte arapte at openjdk.org
Wed Nov 22 06:12:19 UTC 2023


On Wed, 15 Nov 2023 22:00:13 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 incrementally with one additional commit since the last revision:
> 
>   Adding accessibilityMinValue and accessibilityMaxValue

With this change slider is read differently, slider's name is not read
1. Open Ensemble, run Stacked Area Chart sample
2. Click on lowerBound slider, it will be read as:

- Without fix: 55%, lowerBound, slider


- With fix: 55%, slider


Spinner is read same as before.
But with, #1291 , the value of spinner is not read
1. Value is not read when initially spinner gets focus
2. Value is not read when changed

I think, I will have to rework #1291 after this is integrated.

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

PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1822169231


More information about the openjfx-dev mailing list