Closed
Bug 28766
Opened 25 years ago
Closed 25 years ago
<font size=1> is bigger in Mozilla than in legacy browsers
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
M14
People
(Reporter: ian, Assigned: ian)
References
()
Details
(Keywords: compat, meta, top100)
Attachments
(1 file)
42.71 KB,
image/gif
|
Details |
This is a meta (tracking) bug to track the problem of text in <font size="1">
tags renders slightly bigger in Mozilla than it does in Netscape 4 and IE.
For example:
<font size=1> A </font>
The "A" will be about 1px bigger in Moz than in Nav4.
This should be fixed by a combination of the implementation of Todd's algorithm
for font sizes (bug 18136) and the changing of the font size rounding code (bug
24005). Adding those dependencies. Also ccing various interested parties.
Assignee | ||
Comment 1•25 years ago
|
||
This should possibly be nominated for beta1, but since it will be fixed by
fixing 18136 and/or 24005, and those are both beta1 already, I won't bother.
Assignee | ||
Comment 5•25 years ago
|
||
Will try to look to check this is indeed fixed within the next few hours. It
looks fixed based on a quick comparison, but I need to do some pixel-for-pixel
work first.
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
Test case is fixed (screenshot coming up).
<font> in dup bug 21920 is now fixed.
layout of 18756 is now identical to IE's.
The fonts in 14033 are now identical too.
Marking WORKSFORME. This was fixed by the work on bug 18136 and bug 24005.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 7•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Comment 8•25 years ago
|
||
That screenshot is a masterpiece!
Assignee | ||
Comment 9•25 years ago
|
||
What can I say. I have this project report to write, and spending a few minutes
in Corel Photo-Paint is infinitely more enjoyable, so... ;-)
You need to log in
before you can comment on or make changes to this bug.
Description
•