You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The various fireOnHold options of PushButtonModel are not supported with alt input. "press and hold" behavior is generally not screen reader compatible so we didn't look into adding support for it. But it has come up several times. See phetsims/build-a-nucleus#196 for an example.
I think we should add support for this in PushButtonModel (and other models like #796). We can be screen reader compatible by using some aria role other than button. That should work even if it is a bit unconventional.
Consider doing the same thing for FireListener in scenery.
The text was updated successfully, but these errors were encountered:
The various
fireOnHold
options of PushButtonModel are not supported with alt input. "press and hold" behavior is generally not screen reader compatible so we didn't look into adding support for it. But it has come up several times. See phetsims/build-a-nucleus#196 for an example.I think we should add support for this in PushButtonModel (and other models like #796). We can be screen reader compatible by using some aria role other than button. That should work even if it is a bit unconventional.
Consider doing the same thing for FireListener in scenery.
The text was updated successfully, but these errors were encountered: