Details
-
Type:
Bug
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.4
-
Fix Version/s: 11.5 [Tentative], 12.0, 19.0
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
12 status:Resolved
-
11 status:Resolved
-
Previous Issue Keys:SAM-3298
-
Test Plan:
Description
Given a FIN or Calc question, input elements are contained in a label element. The parent label element has `for` attribute equal to the id of its first input (child element).
In Safari, having multiple inputs as children presents a problem whereby the first input always gets focus whenever another sibling input is clicked. Users thus need to tab thru the inputs to answer questions.
The issue is related to SAM-3131, and the changes in that commit need to be propagated to FIN and Calc question types.