Closed
Bug 1107256
Opened 11 years ago
Closed 11 years ago
spell-check underline does not appear in vertical text
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
1.71 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
This is because the line is mis-positioned a couple of pixels too far to the left, and falls outside of the clipped drawing area.
| Assignee | ||
Comment 1•11 years ago
|
||
Trivial fix; obviously I was thinking backwards when I did this.
Attachment #8531725 -
Flags: review?(smontagu)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8531725 [details] [diff] [review]
Correct the position of text decoration lines on vertical text
Review of attachment 8531725 [details] [diff] [review]:
-----------------------------------------------------------------
What about the parallel condition at the end of nsCSSRendering::DecorationLineToPath?
| Assignee | ||
Comment 3•11 years ago
|
||
You're right, that needs the same fix - thanks.
Attachment #8531736 -
Flags: review?(smontagu)
| Assignee | ||
Updated•11 years ago
|
Attachment #8531725 -
Attachment is obsolete: true
Attachment #8531725 -
Flags: review?(smontagu)
Updated•11 years ago
|
Attachment #8531736 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Target Milestone: --- → mozilla37
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•