diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2012-11-24 16:23:03 -0500 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 12:42:44 +0100 |
commit | 0cd470b0d5f8c617e761c4a6c90aeea4e3f54128 (patch) | |
tree | 1f2823eeda613940a8f8ebb7ad775e3e2df8ed74 /tests/unit/resizable/resizable_common.js | |
parent | a68d5ca31d764a737653461cfba49debdc8ad0ba (diff) | |
download | jquery-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 'tests/unit/resizable/resizable_common.js')
-rw-r--r-- | tests/unit/resizable/resizable_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/resizable_common.js b/tests/unit/resizable/resizable_common.js index 119f5bd0e..2c64f3cb1 100644 --- a/tests/unit/resizable/resizable_common.js +++ b/tests/unit/resizable/resizable_common.js @@ -19,7 +19,7 @@ TestHelpers.commonWidgetTests('resizable', { maxWidth: null, minHeight: 10, minWidth: 10, - zIndex: 1000, + zIndex: 90, // callbacks create: null |