]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable: Added a non-visible yet non-transparent (apparently) no-request background...
authorRichard Worth <rdworth@gmail.com>
Sat, 9 Apr 2011 19:54:17 +0000 (15:54 -0400)
committerRichard Worth <rdworth@gmail.com>
Sat, 9 Apr 2011 19:56:41 +0000 (15:56 -0400)
(cherry picked from commit 64f13b661a571806bdfb181d1ef511ac9e2771b3)

themes/base/jquery.ui.resizable.css

index eeb547b9f6f91e1d955da06c2302bc9a7f48f398..6a258d7028cd8d6a36db43a0a951e001ca562d10 100644 (file)
@@ -8,7 +8,12 @@
  * http://docs.jquery.com/UI/Resizable#theming
  */
 .ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
+.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
+       /* http://bugs.jqueryui.com/ticket/7233
+        - Resizable: resizable handles fail to work in IE if transparent and content overlaps
+       */
+       background-image:url(about:blank);
+}
 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
 .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
 .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }