Closed jessegreenberg closed 5 years ago
There are old accessibility listeners for keydown/keyup which are on DownListener. These are now handled by scenery because addInputListener adds these a11y listeners too. Can these be removed from DownUpListener? And why isn't this happening for all things that use DownUpListener like checkbox?
And why isn't this happening for all things that use DownUpListener like checkbox?
The listeners are being called in DownUpListener, but ButtonListener is what updates the state of the checkbox and its functions aren't being called from the a11y listeners.
I think these should be removed from DownUpListener. A11y button behavior has been moved to PressListener.
This has been fixed.
Very likely after changes for https://github.com/phetsims/scenery/issues/888