You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielruss - thanks for highlighting that change! switching the one line back appears to resolve everything, Joe has an additional test he is going to run for VoiceOver
When the code was changed for in-survey accessibility enhancements (#436) The code to hand the "others" was changed.
originally:
RadioCB is the input[type="radio"] or input[type="checkbox"] associated with the other input box.
This was changed to
let radioCB = document.getElementById(inputElement.id)
which is the type box.
This is why the results are screwing up when the "other" is selected.
quest/replace2.js
Lines 1036 to 1037 in ec22434
The text was updated successfully, but these errors were encountered: