Closed
Bug 588324
Opened 15 years ago
Closed 14 years ago
Dynamic nested IFRAME does not render
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: christopher.jf.hopper, Unassigned)
Details
Attachments
(1 file)
|
817 bytes,
application/x-gzip
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/9.10 (karmic) Firefox/3.6.8
When dynamically creating nested IFRAMEs using JavaScript, the second IFRAME does not render.
Reproducible: Always
Steps to Reproduce:
1. Create an IFRAME node using JavaScript and append it to the document body.
2. Use document.write to write an external <SCRIPT> into that IFRAME.
3. In the external <SCRIPT>, write a second IFRAME into the first, with a src attribute.
Actual Results:
The second, nested IFRAME does not appear in the document.
Expected Results:
In other browsers on Windows and Linux, including Chrome and Internet Explorer, the second nested IFRAME appears in the document, with the content from its' "src" attribute displayed.
This bug is stopping some of the dynamic ads delivered by doubleclick to our website from being displayed when our site is viewed in Firefox.
I have two documents forming a concise test case that I will upload with this bug report. The test case document is displayed as expected in Chrome (Windows, Linux) and Internet Explorer (Windows).
| Reporter | ||
Comment 1•15 years ago
|
||
This tarball contains an HTML file and associated external JavaScript file that reproduces the bug. It can be used as a test-case to compare with the behaviour displayed in Firefox as opposed to other browsers.
Updated•14 years ago
|
Version: unspecified → 3.6 Branch
Comment 2•14 years ago
|
||
Reporter, Firefox 4.0.1 has been released, and it features significant improvements over previous releases. Can you please update to Firefox 4.0.1 or later, and retest your bug? Please also create a fresh profile (
http://support.mozilla.com/kb/Managing+profiles), update your plugins (Flash, Java, Quicktime, Reader, etc) and update your graphics driver and Operating system to the latest versions available.
If you still continue to see this issue, please comment. If you do not, please close this bug as RESOLVED > WORKSFORME
filter: prefirefox4uncobugs
| Reporter | ||
Comment 3•14 years ago
|
||
I'd like to report that this bug is now fixed in Firefox 5.0 for Linux. I used my test-case, attached above, using Mozilla Firefox 5.0 on Ubuntu 11.04 (Natty Narwhal) - User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•