Search and Top Navigation
#9823 closed bug (fixed)
Opened February 13, 2014 11:02PM UTC
Closed September 01, 2016 05:36PM UTC
Dialog: producing unspecified error in ie9 when INSIDE iframe
Reported by: | cbeaven | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.dialog | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
An example of this can be seen on the jquery ui example page.
Here is a screenshot of the error in ie9
http://screencast.com/t/hZNY2UQUYz
Here is the Fiddle: http://jsfiddle.net/f6nFY/
and the simple code to test in ie9
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Dialog ie9 fail</title>
</head>
<body>
<div style="height:500px;width:500px;background:#ccc;float:left;">
<iframe src="https://jqueryui.com/resources/demos/dialog/default.html" style="width:100%;height:100%;"></iframe>
</div>
</body>
</html>
Attachments (0)
Change History (3)
Changed February 13, 2014 11:13PM UTC by comment:1
status: | new → open |
---|---|
summary: | .dialog() producing unspecified error in ie9 when INSIDE iframe → Dialog: producing unspecified error in ie9 when INSIDE iframe |
Changed September 01, 2016 05:36PM UTC by comment:3
milestone: | none → 1.12.0 |
---|---|
resolution: | → fixed |
status: | open → closed |
Not sure which commit fixed this, but this was fixed in 1.12.0.