On Tue, 29 Aug 2023 19:45:32 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> what I meant is that commented out logging statements should be left in the > code, so the reviewers can uncomment them and test. like this: > > ``` > // System.err.println("it works"); > ``` Did that. I would just appreciate if you or any other reviewer reminds me to remove these statements after we are done with the review :) The code should print out when slider or stepper values are being changed using the a11y shortcuts to manipulate controls. That will ensure that when being accessed trough the a11y handle the component state can be appropriately updated. And of course it will indicate that the new component is invoked. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1698064963