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: | Owned by: | ||
---|---|---|---|
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:
Change History (5)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
Does this fail as well? If so it's not related to jQuery at all.
comment:4 Changed 9 years ago by
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
Resolution: | → notabug |
---|---|
Status: | new → closed |
Sounds like a Safari bug then, not a jQuery bug.
Managed to replicate on jsfiddle if people prefer to access it that way: http://jsfiddle.net/zp92E/4/