rdmo
rdmo copied to clipboard
Range slider does not save value automatically on touch devices
Description / Beschreibung
The range slider in the interview does not save the value when PROJECT_QUESTIONS_AUTOSAVE = True
on touch devices, since the event used is mouseup
which does not fire there. touchup
is not available in AngularJS.
We will need to wait for a new front-end to arrive to fix this bug.