-
Notifications
You must be signed in to change notification settings - Fork 9
Rating submission does not work reliably #9
Description
Session history is showing that only one rating per playlist is submitted. This appears to be related to the use of the onclick event handler with an input range.
The first time the range is changed, the on-click fires, subsequent drag-events of the slider do not appear to fire the onclick, it seems I have to drag the slider, then click on the slider in order for non-first-ratings to be registered.
Note that for users who don't/can't regularly use a mouse, the input range may be changed by tabbing to it and using the left/right keys, which also do not fire the onclick event... it seems some combination of onchange and onblur (or just including an explicit submit, or reverting to the more clear radio-button ratings) would be better and would capture all desired rating submissions