Closed
Bug 1021540
Opened 9 years ago
Closed 5 years ago
[Dialer] Use text-overflow:ellipsis instead of calculating where to stick ellipsis
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Firefox OS Graveyard
Gaia::Dialer
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: drs, Unassigned)
References
(Depends on 1 open bug)
Details
In bug 1007709, we're refactoring some code into FontSizeManager that manually calculates where some ellipses go. I think we could use text-overflow:ellipses instead.
Reporter | ||
Comment 1•9 years ago
|
||
Axel points out in bug 1007709 comment 30 that we can use FontSizeUtils in shared/js/font_size_utils.js. We should at the very least use this, and possibly just use text-overflow:ellipsis if we can.
Comment 2•9 years ago
|
||
We can use it on callscreen. But to use it on Dialer, we need bug 969106.
Depends on: 969106
Comment 3•5 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•