Bug Tracker

Opened 9 years ago

Closed 9 years ago

#14620 closed bug (notabug)

wrap method on iframe breaks in Safari 7 when iframe repeated elsewhere

Reported by: [email protected] Owned by: [email protected]
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:

Description

I am 99% sure this is a bug with Safari rather than jQuery, but thought someone here may be able to narrow down what is actually causing the problem and pass it on to Apple.

In Safari 7 (tested on OS X Mavericks), if two iframes pointing at the same URL are placed on a page, then one is wrapped with a div, the other one displays blank.

I'm unable to replicate this in jsfiddle, but here is a minimal example of an HTML page demonstrating the bug:

http://www.cre8d-design.com/safaribug.html

Change History (5)

comment:1 Changed 9 years ago by [email protected]

Managed to replicate on jsfiddle if people prefer to access it that way: http://jsfiddle.net/zp92E/4/

comment:2 Changed 9 years ago by dmethvin

Owner: set to [email protected]
Status: newpending

Does this fail as well? If so it's not related to jQuery at all.

Version 0, edited 9 years ago by dmethvin (next)

comment:3 Changed 9 years ago by [email protected]

Status: pendingnew

Surprisingly, that one works fine.

comment:4 Changed 9 years ago by [email protected]

But if I move the js code to the body rather than onload, the first iframe disappears again: http://jsfiddle.net/zp92E/6/

comment:5 Changed 9 years ago by dmethvin

Resolution: notabug
Status: newclosed

Sounds like a Safari bug then, not a jQuery bug.

Note: See TracTickets for help on using tickets.