Fomantic-ui: [Slider] [commit 4b1d548] broke smooth: true with preventCrossover: true

Created on 19 Dec 2019  路  2Comments  路  Source: fomantic/Fomantic-UI

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

BREAKING CHANGE: preventCrossover is set to true by default, making this a breaking change.

Current state of affairs: smooth works only when preventCrossover is set to false

Ideas for possible solutions:
(a) handle both smooth: true and preventCrossover: true,
(b) immediately - do not set preventCrossover: true and/or add information to Docs that prevent preventCrossover: true renders smooth: true invalid.

lanjavascript typbug

All 2 comments

We'll look into this, both settings being true should work together of course

fixed by #1232

Was this page helpful?
0 / 5 - 0 ratings