[Slider] [commit 4b1d548] broke smooth: true with preventCrossover: true #1231
Labels
lang/javascript
Anything involving JavaScript
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
At the moment the DOCS of Fomantic show examples of smoothly repositioned slider.
It however it does not move smoothly, and the slider thumb moves in discreet steps to where the click was registered (even in cases of
step: 0
).The root cause is the commit 4b1d548
Commit message says
Current state of affairs:
smooth
works only whenpreventCrossover
is set to falseIdeas for possible solutions:
(a) handle both
smooth: true
andpreventCrossover: true
,(b) immediately - do not set
preventCrossover: true
and/or add information to Docs that preventpreventCrossover: true
renderssmooth: true
invalid.The text was updated successfully, but these errors were encountered: