pointer-events and the thumb on sliders
ChatGPT seems convinced that the 'thumbs' on sliders aren't treated as part of the
input
range type, ie if you set point-events:none
the thumbs would still be clickable. And that looks right, here:
https://codepen.io/nwoodward/pen/wvYjeev
Both thumbs move.
But not in this code below, despite it being identical the thumbs can't be clicked, and I'm stumped as to why - can anyone see anything obvious?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Hey @monimolimnion , unfortunately not - you can delete the JS in the codepen and the second slider is still displayed correctly with clickable thumbs (the JS is just for tracking/changing the inputs and background)