Closed
Bug 689634
Opened 13 years ago
Closed 13 years ago
text-overflow: ellipsis has problems within tables
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: jwir3, Unassigned)
Details
CSS style implementation for text-overflow: ellipsis seems to not be working correctly when set on a table cell: http://www.tomascaspers.de/ellipsis.html
Reporter | ||
Updated•13 years ago
|
Summary: text-overflow: ellipsis → text-overflow: ellipsis has problems within tables
Comment 1•13 years ago
|
||
That's the correct rendering. There is no overflow, because auto-layout cells don't overflow horizontally due to width settings. test-overflow:ellipsis has nothing to do with the situation, since there is no overflow to start with.
If you put "table-layout: fixed" on the table, you get overflow, and then you also get an ellipsis, of course.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•