rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

Range slider does not save value automatically on touch devices

Open jochenklar opened this issue 2 years ago • 0 comments

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.

jochenklar avatar May 19 '22 12:05 jochenklar