Closed
Bug 286218
Opened 20 years ago
Closed 20 years ago
IFRAME within a DIV stops page display
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 268477
People
(Reporter: bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1 Everything on a page that comes after: <div><iframe src="about:mozilla"/></div> is not displayed any more. Reproducible: Always Steps to Reproduce: 1. Just open the given URL Actual Results: The text after the DIV was not displayed. Expected Results: Display the whole page. It works with Konqueror and Lynx.
| Reporter | ||
Comment 1•20 years ago
|
||
Apparently you have to use a closing tag for IFRAME; so <div><iframe src="about:mozilla"></iframe></div> works. Opera has the same problem.
Severity: normal → minor
Comment 2•20 years ago
|
||
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.huwig.de%2Fpop.html dupe of "Some self-closed <tag ... /> are not closed." *** This bug has been marked as a duplicate of 268477 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•