aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2012-11-24 16:23:03 -0500
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-26 12:42:44 +0100
commit0cd470b0d5f8c617e761c4a6c90aeea4e3f54128 (patch)
tree1f2823eeda613940a8f8ebb7ad775e3e2df8ed74 /ui
parenta68d5ca31d764a737653461cfba49debdc8ad0ba (diff)
downloadjquery-ui-0cd470b0d5f8c617e761c4a6c90aeea4e3f54128.tar.gz
jquery-ui-0cd470b0d5f8c617e761c4a6c90aeea4e3f54128.zip
Resizable: Modified the default z-index value of resizable handles. Fixed #7960 - Dialog: Modal dialogs do not disable resizables on the page.
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.resizable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js
index 41f3c03c0..4a019336e 100644
--- a/ui/jquery.ui.resizable.js
+++ b/ui/jquery.ui.resizable.js
@@ -42,7 +42,8 @@ $.widget("ui.resizable", $.ui.mouse, {
maxWidth: null,
minHeight: 10,
minWidth: 10,
- zIndex: 1000
+ // See #7960
+ zIndex: 90
},
_create: function() {