]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed slider
authorRichard Worth <rdworth@gmail.com>
Mon, 9 Jun 2008 08:26:24 +0000 (08:26 +0000)
committerRichard Worth <rdworth@gmail.com>
Mon, 9 Jun 2008 08:26:24 +0000 (08:26 +0000)
ui/ui.slider.js

index ce87b070f3d9d142e0762b226cfda41204b7ac0a..5e639b9c3f7d1c0d9fbdf259954e6d41c948dd11 100644 (file)
@@ -90,6 +90,7 @@ $.widget("ui.slider", {
                        mouseStart: function(e) { return self.start.call(self, e, this.element[0]); },
                        mouseStop: function(e) { return self.stop.call(self, e, this.element[0]); },
                        mouseDrag: function(e) { return self.drag.call(self, e, this.element[0]); },
+                       mouseCapture: function() { return true; },
                        trigger: function(e) { this.mouseDown(e); }
                });