<Swing Dev> RFR: 8262981: Create implementation for NSAccessibilitySlider protocol

Alexander Zuev kizune at openjdk.java.net
Thu Mar 11 01:47:07 UTC 2021


On Wed, 10 Mar 2021 14:47:02 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

> If these changes are too intrusive, I can go with the second approach of getting and setting the current values of slider in performincrement/performdecrement functions in SliderAccessibility.m. I am not sure if this will be correct approach, but it will be less intrusive and will not need a CSR.

I would suggest to fix it properly by filing CSR for the functional change. The idea of new implementation is not only to make it compatible with the new Apple API, but also to make it cleaner, more consistent and easier to support in the future.

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

PR: https://git.openjdk.java.net/jdk/pull/2874


More information about the swing-dev mailing list