WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Sliders and MouseDown

for

From: glen walker
Date: Mar 1, 2019 10:58AM


I had tried that the other day using the sample on w3schools -
https://www.w3schools.com/howto/howto_js_rangeslider.asp

On a PC with firefox, I can hit escape to cancel the thumb drag. On chrome
and ie, I cannot cancel the drag.

There doesn't seem to be an area where the drag is canceled if I move
outside that area, so it doesn't work like the browser's page scroll widget
(but would be nice if it did).

On Fri, Mar 1, 2019 at 10:42 AM Birkir R. Gunnarsson <
<EMAIL REMOVED> > wrote:

> How does a native slider (an <input type="range"> element work with
> the mouse in browser)?
>
>