aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-21 14:49:49 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-21 14:49:49 -0400
commit51863d5a71f50c86b1757a1a0840d7571f6a0ef7 (patch)
treea1208f3bb9340e8e571edeb4edd0e7aad7bc668c /ui
parentb4ca9289cf018c744ec57e8356783a76ff3691e0 (diff)
downloadjquery-ui-51863d5a71f50c86b1757a1a0840d7571f6a0ef7.tar.gz
jquery-ui-51863d5a71f50c86b1757a1a0840d7571f6a0ef7.zip
Don't use :input selector.
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.mouse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.mouse.js b/ui/jquery.ui.mouse.js
index eaa953ad0..e2e06897c 100644
--- a/ui/jquery.ui.mouse.js
+++ b/ui/jquery.ui.mouse.js
@@ -20,7 +20,7 @@ $( document ).mouseup( function( e ) {
$.widget("ui.mouse", {
version: "@VERSION",
options: {
- cancel: ':input,option',
+ cancel: 'input,textarea,button,select,option',
distance: 1,
delay: 0
},