#8369 closed defect (fixed)
button: submit and reset buttons not working with keyboard
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Accessibility | Version: | 1.2.3 |
Keywords: | Cc: | Adam Peller, Douglas Hays | |
Blocked By: | Blocking: |
Description
If you invoke a button with type=submit or type=reset via the keyboard, the submit nor reset events are not invoked. This is due to [14228] where the event is stopped for non mouse clicks. This needs to be updated to allow the default behavior to occur when a submit or reset button is invoked via the keyboard.
Note: See
TracTickets for help on using
tickets.
(In [16281]) fixes #8369 - only stop events for keypress-invoked buttons if they are NOT of type submit or reset