Skip to main content

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.

https://jqueryui.com/dialog/

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 tj.vantoll comment:1

status: newopen
summary: .dialog() producing unspecified error in ie9 when INSIDE iframeDialog: producing unspecified error in ie9 when INSIDE iframe

Changed May 13, 2014 03:46PM UTC by scottgonzalez comment:2

#10042 is a duplicate of this ticket.

Changed September 01, 2016 05:36PM UTC by scottgonzalez comment:3

milestone: none1.12.0
resolution: → fixed
status: openclosed

Not sure which commit fixed this, but this was fixed in 1.12.0.