Closed
Bug 310959
Opened 20 years ago
Closed 20 years ago
does not render the pages correctly - missing OBJECTs and/or IFRAMEs
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 158667
People
(Reporter: john, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Problem occurs in Firefox/Win and Mozilla/Linux. Widget seems to cease rendering
correctly after first IFRAME tag (no subsequent tags appear to be processed at
all) _OR_ ceases rendering OBJECTs after first OBJECT tag, but renders other
tags (IMG) successfully. The two URIs identify the same page, one rendered with
OBJECTs, the other with IFRAMEs.
Konqueror renders the pages as I would expect.
Exploder renders the IFRAMEs correctly but then stops rendering. As usual, it
does its own thing with OBJECTs that bears no resemblance to the spec.
Reproducible: Always
Steps to Reproduce:
1.Visit the pages
2.
3.
Actual Results:
Pages were not correctly rendered
Expected Results:
Load the pages with Konqueror
Comment 1•20 years ago
|
||
dupe of Bug 282409 ?
If the same problem occurs with OBJECTs (external XHTML in OBJECT tag on XHTML
page) in the same way, probably, but the OBJECT based document, although it
does not render the second and third objects, does render the later IMG,
whereas the IFRAME based document does not render the later IMG.
This could be to do with exception handling - the bailing out from failing to
render the OBJECT tag gets caught earlier and permits the rest of the document
to be rendered, whereas failing to render the IFRAME tag gets thrown much
further - ie - to the end of the document.
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 158667 ***
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
•