Closed
Bug 1239
Opened 26 years ago
Closed 25 years ago
font wrong in several places
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
M7
People
(Reporter: buster, Assigned: rickg)
References
()
Details
could be style or parser bug.
"FBI warns" header font too big. Other similar headers have same problem.
"NBA lockout" too big, and all headers below it in that column. Headers before
it in that column are fine.
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 1•26 years ago
|
||
This is the parser dealing with badly mangled source HTML.
Here's a reduced version of the problem:
<CENTER>
</FONT>
<FONT face=arial,helvetica size=1>
Centered arial size=1 [BREAK]
</CENTER>
</FONT>
</FONT>
<FONT face=arial,helvetica size=1>
<B>
<FONT size=2>Bold Arial font size=2</B>
</FONT>
<P>
<FONT color=maroon>Maroon Arial font size=1</FONT>
<BR>
<FONT size=2>
<B>Bold Arial font size=2</B>
</FONT>
[ Arial font size=1 ]
<BR clear=all>
<FONT size=-2>
<CENTER>Centered Arial size=1
<P>
<CENTER>Centered Arial size=1
<P>
<FONT size=-1>
<B>Bold Arial size=2
<BR>
</FONT>
</B>
Centered Arial size=1
</P>
</CENTER>
</CENTER>
</FONT>
</FONT>
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
*** Bug 5550 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
QA Contact: 3847 → 4141
Updated•25 years ago
|
Assignee: peterl → rickg
Comment 6•25 years ago
|
||
Nope. There are still parser DTD issues. This is a lack of style tag
propogation.
Specifically, in the recuced sample: The second <FONT face=arial,helvetica
size=1> isn't propogating into the following <P> tag.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 8•25 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•