Hi, I have a big issue with the slider ui, used with two handles (range slider).
The slider's value range is set from min 0 to max 100, using steps of 0.5
When I move the the left handle to 55.5, for example, then drag the second handle, the first one changes slightly from 55.5 to 50.0
Same the other way round, when setting the right slider and then dragging the left slider.
We are using the slider to indicate a price range and it is really not acceptable if handles change their values without touching them.
Is there a workaround for this or is this a common problem? It seems that the slider ui tries to round, floor or ceil the values, but this must NOT be done with handles that aren't moved at all. Instead, this should be done right after releasing a handle and ONLY with the used handle, not the one that hasn't been touched at all.
If this were used in a real world commercial app, this could really lead to serious (and expensive) problems!