Skip to content

Commit 42dd56d

Browse files
committed
Resizable: Remove workaround for handles not working in IE when transparent with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps.
1 parent 9d067d3 commit 42dd56d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

themes/base/jquery.ui.resizable.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
* http://docs.jquery.com/UI/Resizable#theming
99
*/
1010
.ui-resizable { position: relative;}
11-
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
12-
/* http://bugs.jqueryui.com/ticket/7233
13-
- Resizable: resizable handles fail to work in IE if transparent and content overlaps
14-
*/
15-
background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
16-
}
11+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
1712
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
1813
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
1914
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }

0 commit comments

Comments
 (0)