Closed
Bug 853377
Opened 13 years ago
Closed 13 years ago
dynamic iframe load causes parent window to reload to iframe src
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bspecjalny, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22
Steps to reproduce:
Problem was found on iPhone Firefox Home 1.1.1 (couldn't find what ff build does it respond to). Adding dynamically iframe, after 20 secs to auto diagnose script exit status. Script runs on domainA, js src are from domainB. Iframe is from domainB. Both domainA and domainB running on https protocol. No JS is running on called domainB, just simple '<html><body>reported</body></html>'
Actual results:
From what I see from logs, iframe loads, but then its source replace parent and it loads second time in parent. Works fine when triggered immediately on jQuery ready, but not with setTimeout / setInterval (tried outside and inside ready())
Expected results:
Iframe should append to page, without reloading its parent window.
Comment 1•13 years ago
|
||
Firefox home is no longer supported and has been pulled from itunes.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•