.slider() locking onto mouse outside host element 2

.slider() locking onto mouse outside host element 2


Hi there,
I am re-posting this issues as I have noticed another member is having
this problem but no one seems to have answered it.
I am using the JQuery UI Slider and I am having the annoying problem
when a user drag the slider to the far left (using a horizontal
orientation) past the boundaries of the element and releases the mouse
button the slider sticks to the mouse pointer when re-entering the
boundaries of the slider html element. See demo:
http://www.youtube.com/watch?v=DB-xb8esbqw
I have noticed this on other demos too:
http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/
It even happens on the official JQ Doc page (although at the time of
writing the demo slider seemed to have disappeared):
http://docs.jquery.com/UI/Slider
Does anyone know how to prevent this as there are some demos out there
where this doesn't happen but i cant find anything different in the
way they do things and the way i have done them e.g. http://jqueryui.com/demos/slider/
AC