Accessibility: Remove onkeypress handler from hide/show timer bar button
Description
Environment
Adaptive Technology Users / non-mouse users
Test Plan
None
Attachments
1
Activity
Show:

Brian Richwine April 30, 2012 at 8:37 PM
Tested this in 2.9.0-b05, and it works great. I was able to tab onto and past the show/hide timer button in both directions without changing the setting. Also, I was able to activate the button by tabbing onto it and pressing either the space bar or the enter key as expected.
Thanks!

Brian Richwine June 20, 2011 at 7:51 AM
Patch to remove the redundant onkeypress handler from the hide/show timerbar button.
Fixed
Created June 20, 2011 at 7:49 AM
Updated April 17, 2018 at 8:32 AM
Resolved August 2, 2011 at 3:15 PM
The onkeypress handler on the hide/show timer bar button in the assessment delivery is redundant to the onclick handler and is causing problems for keyboard only users.
The onkeypress handler is not needed as Web Browsers will fire the onclick handler on buttons even if the button is activated by a keyboard interaction.