Closed
Bug 1268347
Opened 9 years ago
Closed 9 years ago
Wrapping occurs inside "text-combine-upright:all" element.
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: baba, Assigned: xidorn)
References
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36
Steps to reproduce:
Open attached HTML.
Actual results:
Wrapping occurs between "H" and "I". They are shaped upright.
Expected results:
"H" and "I" should be combined. Line wrapping shouldn't occur between them.
Updated•9 years ago
|
Component: Untriaged → Layout: Text
Product: Firefox → Core
Comment 2•9 years ago
|
||
Ah, there's an actual space in there. I guess we didn't consider that. Explicitly applying white-space:nowrap to the element fixes the result; but that shouldn't be necessary.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•9 years ago
|
||
Hmmm, an optional break position is recorded at the space.
Okay, thanks for reporting. I've had the fix, but I need to work out a reftest as well, so will submit a patch tomorrow.
Assignee: nobody → bugzilla
Assignee | ||
Comment 4•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/50127/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/50127/
Attachment #8748057 -
Flags: review?(jfkthame)
Updated•9 years ago
|
Attachment #8748057 -
Flags: review?(jfkthame) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8748057 [details]
MozReview Request: Bug 1268347 - Forbid break opportunities inside horizontal-in-vertical. r?jfkthame
https://reviewboard.mozilla.org/r/50127/#review46975
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•