Issues
- Safari issue with multiple input elements in Numeric or Calculated question typesSAK-36855Resolved issue: SAK-36855Andrea Schmidt
- Calculated questions' automatic scientific notation conversion threshold too lowSAK-35348Resolved issue: SAK-35348Matthew Jones
- Tests & Quizzes (Samigo): Calculated Question - Preview doesn't let you fill in an answerSAK-34759SAMIGO TEAM
- Add hidden text meaning for Calculated QuestionsSAK-34559Core Team
- samigo: Calculated question: "Calculations" instructions badly placed on page and confusing.SAK-34377Core Team
- Many question types lack proper HTML structuresSAK-34129rmmcget
6 of 6
Safari issue with multiple input elements in Numeric or Calculated question types
Fixed
GENERAL
TESTING
GENERAL
TESTING
Description
relates to
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Andrea Schmidt
Andrea SchmidtReporter
Duncan Smith
Duncan SmithCreated November 13, 2017 at 7:42 AM
Updated April 17, 2018 at 8:39 AM
Resolved November 30, 2017 at 2:47 PM
Activity
Show:
Andrea Schmidt December 11, 2017 at 6:53 PM
Verified on macOS Sierra 10.12.6, Safari 11.0.2
Sam Ottenhoff December 11, 2017 at 12:52 PM
Andrea, can you test on nightly trunk?
Duncan Smith November 13, 2017 at 7:43 AM
Is there any way I can assign this issue to myself?
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.