RFR: 8313556: Create implementation of NSAccessibilitySlider protocol
Alexander Zuev
kizune at openjdk.org
Tue Aug 29 19:51:14 UTC 2023
On Tue, 29 Aug 2023 15:18:20 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> Having said that, it would be helpful for Alex to list the controls that will use the new implementation, so reviewers can test it manually.
I will definitely do that in the future. In this case you are right the controls are Spinner and Slider and while we have a dedicated control group for Spinner component in Ensemble there is no such thing for Slider (or i haven't found it) so the best way to test it is to go to the ColorPicker component test, invoke color chooser and click "Custom Color..." link - that will invoke the color selection dialog that has a lot of sliders to play with.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1698035306
More information about the openjfx-dev
mailing list