Slider Range Issue

Slider Range Issue


Hi,
I noticed with a slider having two handles, that when you put the max
handle over the min handle or the other way around you can no longer
drag the max handle toward the max value. This can be very tricky at
first for a site visitor who expect to drag the max value after the
handles have been put together.
Use this jquery ui exemple, and put the max handle over the min
handle, then release and try to move the max handle again, you will
see what I mean.
http://jqueryui.com/demos/slider/#range
I guess in the current context having both handles over each other,
would be to complex or impossible trying to figure out witch handle
should be dragged according to the mouse movement. So I would
suggest instead that the range values become equals when the handle
are side by side and not on top of each other.
Let me know what you think, or if there is a workaround.
Thank you,
Eric