Closed
Bug 68968
Opened 25 years ago
Closed 25 years ago
truncated document without reason
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: utx, Assigned: clayton)
References
(
URL
)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; 0.8) Gecko/20010212
BuildID: CVS20010201, CVS20010212
No idea why the page is terminated by "sort". Lynx and Netscape4
displays it whole. There is no special tag in HTML code there.
Reproducible: Always
Steps to Reproduce:
Open upper mentioned document as http:// or file://.
Actual Results: The page is terminated by "sort".
Expected Results: Whole page...
Comment 1•25 years ago
|
||
The page in question has a lot of <font> tags and no </font> tags...
This causes Mozilla's parser to give up when a certain level of nesting is
reached. See bug 18480 for the reasons for this limitation. Marking a
duplicate of bug 60731 ("text inside deeply nested font tags isn't displayed").
In the meantime, adding some </font> tags to that page should help...
*** This bug has been marked as a duplicate of 60731 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•