Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.0
-
None
-
711bcee81ee31e36819372e51f637897b45a439f
Description
See http://doc.qt.io/qt-5/qml-qtquick-controls2-rangeslider.html#first-prop and http://doc.qt.io/qt-5/qml-qtquick-controls2-rangeslider.html#second-prop
Both of these state:
If to is greater than from, the value of the first handle must be greater than the second, and vice versa.
This is not true. It is the reverse. If to is greater than from, first.value <= second.value.