aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2008-06-04 21:26:33 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2008-06-04 21:26:33 +0000
commit126d7d925b0b8d1a77e1fce58cc1c771e81e29b3 (patch)
tree3cef62d047f13678f397ee18e6fa558d6aff4277
parent0d01cc3691578c6b90cd324683114ea8bb74dc49 (diff)
downloadjquery-ui-126d7d925b0b8d1a77e1fce58cc1c771e81e29b3.tar.gz
jquery-ui-126d7d925b0b8d1a77e1fce58cc1c771e81e29b3.zip
slider: fixed mouse refactoring issue that caused clicking somewhere on the slider not to fire any callbacks
-rw-r--r--ui/source/ui.slider.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/source/ui.slider.js b/ui/source/ui.slider.js
index 5fe59b587..d9df19fe5 100644
--- a/ui/source/ui.slider.js
+++ b/ui/source/ui.slider.js
@@ -286,6 +286,7 @@ $.widget("ui.slider", {
this.firstValue = this.value();
this.propagate('start', e);
+ this.drag(e, handle);
return true;
},