drag_interval: dragging the whole interval by its bar fires oneonChangeper step instead of two, and the event no longer reports the interval one step wider than it is. On sliders with a visible handle the first leftward step now fires after one step of mouse travel, where it used to need more. Dragging the bar past the left limit keeps the left edge pinned atfrom_min(ormin)- Values mode: the callback data object now has
min_prettyandmax_pretty(they were undefined), andfrom_pretty/to_prettyhold the prettified entry the handle bubble shows rather than the prettified index. A customprettifyfunction is called with real entries only, once per entry when the slider is built or updated. The index-based calls and the stray0calls are gone - The slider renders correctly inside
display: flexandinline-flexcontainers:.irsnow declareswidth: 100%. Block layouts are unaffected - README: the "Callback data" section now says which fields hold the index and which hold the value in values mode
- Tests: pinned that a Tab-key focus never changes the value (the fix itself shipped in 2.4.0)
- Issues: #319, #557, #577, #639, #661, #776