I am testing the first slider in the demos for 1.2.0 on this page: http://jquerymobile.com/demos/1.2.0/docs/forms/slider/ and the slider has the same undesirable behavior on both of my test systems Win7/Chrome24 and iPad3/iOS6/SafariMobile. When making a quick dragging motion past the end of the slider, the slider won't reliably stop at the maximum or minimum value. For instance, the minimum of the example slider is 0, but dragging quickly to the left (past the left edge of the slider) sometimes stops the knob at different low values like: 4, 13, 1, 6, 2, etc. I am developing web apps where it is very sensitive to whether the slider is at the true minimum or maximum, so am hoping there is a solution for the underlying problem, or a workaround that can be applied. Any thoughts?