Closed
Bug 396809
Opened 17 years ago
Closed 17 years ago
Underline too far from text
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: masayuki)
References
()
Details
(Keywords: regression, testcase, Whiteboard: [dbaron-1.9:RwCt])
Attachments
(2 files)
Underlines in the default (serif) font on Mac are now two pixels too far away from the text. I'll attach a screenshot comparing Safari trunk with Firefox trunk. I'm guessing this is a regression from bug 394832.
This is visible on:
* http://www.squarefree.com/start/
* data:text/html,<u>foo</u>
Flags: blocking1.9?
Reporter | ||
Comment 1•17 years ago
|
||
Assignee | ||
Comment 2•17 years ago
|
||
probably, this is my regression of bug 380026.
the patch for bug 380026 is wrong, I think. I'm thinking another approach for it now...
Flags: blocking1.9? → blocking1.9+
Comment 3•17 years ago
|
||
This seems very visible on the DOM spec pages, the underline appears to cover the following line of text.
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html
Whiteboard: [dbaron-1.9:RwCt]
Masayuki, are you going to work on this? If so, can you assign it to yourself?
Assignee | ||
Comment 5•17 years ago
|
||
I'll work on this, but I'm working for some more risky bugs first.
# This bug is serious issue, but risk of the patch will be low.
Assignee: nobody → masayuki
Assignee | ||
Updated•17 years ago
|
Priority: -- → P3
Is this still a problem?
Assignee | ||
Comment 7•17 years ago
|
||
Assignee | ||
Comment 8•17 years ago
|
||
this is fixed by bug 402524.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 9•17 years ago
|
||
I'm not totally convinced that this is fixed. This is a screenshot from the DOM spec with today's nightly. The underline still seems further away from the text than it should be.
Assignee | ||
Comment 10•17 years ago
|
||
Dave:
Looks like the font is Courier New. If so, it is correct. The font has very large underline offset. It's font designer's design.
You need to log in
before you can comment on or make changes to this bug.
Description
•