RFR: 8313556: Create implementation of NSAccessibilitySlider protocol
Kevin Rushforth
kcr at openjdk.org
Tue Aug 29 15:43:14 UTC 2023
On Tue, 29 Aug 2023 10:10:54 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Create implementation for Slider and Stepper accessibility protocols.
> Fix mapping.
> Fix performAction parameter type in declaration.
Yes, you read it correctly. Good question about how you can tell that it is going through the new implementation. Since it is supposed to transparently do the same thing, the only way I can think of is to instrument the code to add debug logging statement (which is what I did when reviewing the initial changes).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1697699822
More information about the openjfx-dev
mailing list