Closed
Bug 392784
Opened 18 years ago
Closed 11 years ago
the underline is not rendered on correct position, if the element doesn't have text directly
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: masayuki, Unassigned)
Details
Attachments
(1 file)
11.62 KB,
text/html
|
Details |
If an element doesn't have text node directly but it has some children, the underline of the element isn't rendered in correct position. I.e.,
<span style="text-decoration: underline;"><span>child</span></span>
the parent span's underline is not rendered in correct position.
In the attached testcase, you should be able to see only one underline before '|'.
Flags: blocking1.9?
I see this on Linux Firefox 2 and Linux trunk.
Flags: blocking1.9? → blocking1.9-
Whiteboard: [wanted-1.9]
Updated•17 years ago
|
Flags: wanted1.9+
Whiteboard: [wanted-1.9]
Assignee: nobody → roc
Flags: wanted1.9-
Flags: wanted1.9+
Flags: wanted-next+
Assignee: roc → nobody
Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0
work for me
Reporter | ||
Comment 3•11 years ago
|
||
Yeah, LGTM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•