You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this is due to where the tick is placed, causing a hard to click zone. It can be manually selected by using tab to focus on the element and using the arrow keys. I suspect this will be an issue in most situations with tick_positions set.
What about 75, there are no tick positions around that.
While investigating about this, I have changed a line of code in the _mousemove function as follows:
var percentage = Math.floor(this._getPercentage(ev));
After this, all values were showing while dragging, but not remain as selected.
Issues
The slider while dragging not selecting some values like 17, 75, etc.
I have created a JSFiddle for this here:
https://jsfiddle.net/9633599302/o9t0wrbu/
The text was updated successfully, but these errors were encountered: