Accessibility: deliverMatrixChoicesSurvey.jsp - Remove redundant onkeypress handler from "What is this" link
Description
Environment
None
Test Plan
None
Attachments
1
Activity
Show:

iupui1 January 2, 2013 at 1:20 PM
no regressions found

iupui1 November 20, 2012 at 12:19 PM
verified on sakai/trunk on Oracle - Built: 11/20/12 12:00 - Sakai Revision: 116613 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu

Jean-François Lévêque November 13, 2012 at 2:25 AM
Brian, have you read http://collab.sakaiproject.org/pipermail/sakai2-tcc/2012-November/002475.html?

Steve Swinsburg November 5, 2012 at 5:21 AM
Patch applied, verified ok. Thanks Brian.
r115709

Hui Tsao September 14, 2012 at 11:28 AMEdited
Andrian,
Can you go to the settings page of that assessment and check if you have " Mark for Review" set?
Thanks,
Karen
An onkeypress handler on the "What is this?" link causes a pop-up to appear when the user tabs around on the page.
The onkeypress handlers on the links and the form controls in the assessment delivery are redundant to the onclick handler and are causing problems for keyboard only users. For examples, please see the parent JIRA issue.
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.
Suggested fix: Remove the redundant onkeypress handler from the "What's this?" link.