Search and Top Navigation
#8818 closed bug (duplicate)
Opened November 15, 2012 06:09PM UTC
Closed November 15, 2012 06:26PM UTC
jQuery UI CSS includes data-URI, causes error message over HTTPS for IE6&7
Reported by: | KeithHenry | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.resizable | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There appears to be a bug introduced by the fix for http://bugs.jqueryui.com/ticket/7233#comment:15
The problem is this block of code:
.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(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }
IE6 & 7 don't support data-URIs in CSS, but the problem is that IE6 & 7 also consider them to ''always'' be non-secure, so any HTTPS users on IE6 or 7 get an error message:
This page contains both secure and nonsecure items
Do you want to display the nonsecure items?
Attachments (0)
Change History (1)
Changed November 15, 2012 06:26PM UTC by comment:1
component: | ui.dialog → ui.resizable |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #7390.Please test against the latest version of jQuery UI before reporting bugs. This was fixed a dozen versions ago.