My question is similar to this one: jQuery UI Range slider bug?. Unfortunately it has not been answered, so I'm asking it too.
I have a range slider where the min and max value can be the same, but the handles cannot pass each other, i.e. if the min handle is moved from 0 to 10, the max handle can be moved from whatever the maximum is down to 10.
When the two handles have the same value, it is possible to move the min handle to reduce the value, but it is not possible to move the max handle at all. Once the min handle has been moved so that its value has changed, the max handle can be moved again.
Is this a bug in jQuery or is there a solution?