Closed
Bug 309761
Opened 19 years ago
Closed 19 years ago
[FIX]text-align: justify and text-decoration produces text with wrong underline
Categories
(Core :: Layout: Block and Inline, defect, P3)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: johannes, Assigned: bzbarsky)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
1.21 KB,
text/html
|
Details | |
2.30 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
CSS: When setting
text-align: justify
text-decoration: underline | overline | line-through
the underline etc. is drawn like an underline for text-align: left, it is not
drawn to the end of the line.
Reproducible: Always
Steps to Reproduce:
1. open http://typetester.maratz.com/
2. choose alignment: justify and decoration: underline
3. the underline will stop before the end of the text-line.
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
->New
Updated•19 years ago
|
Assignee: nobody → dbaron
Component: Layout → Style System (CSS)
Keywords: testcase
QA Contact: layout → ian
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
Assignee | ||
Updated•19 years ago
|
Assignee: dbaron → nobody
Status: UNCONFIRMED → NEW
Component: Style System (CSS) → Layout: Block and Inline
Ever confirmed: true
Priority: -- → P3
QA Contact: ian → layout.block-and-inline
Hardware: PC → All
Summary: text-align: justify and text-decoration produces text with wrong underline → [FIX]text-align: justify and text-decoration produces text with wrong underline
Target Milestone: --- → mozilla1.9alpha
Assignee | ||
Comment 4•19 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #218056 -
Flags: superreview?(dbaron)
Attachment #218056 -
Flags: review?(roc)
Attachment #218056 -
Flags: superreview?(dbaron)
Attachment #218056 -
Flags: superreview+
Attachment #218056 -
Flags: review?(roc)
Attachment #218056 -
Flags: review+
Assignee | ||
Comment 5•19 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9a1?
You need to log in
before you can comment on or make changes to this bug.
Description
•