Open
Bug 1424201
Opened 8 years ago
Updated 3 years ago
[css-flexbox] sub flex with text-overflow is breaking
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
UNCONFIRMED
People
(Reporter: zefling, Unassigned)
Details
(Whiteboard: [mozfr-community])
Attachments
(1 file)
|
3.59 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Waterfox/56.0
Build ID: 20171130104548
Steps to reproduce:
Use text-overflow on a flex element with flex parent.
Actual results:
The flex element ignore the size of the container.
Expected results:
The flex not ignore the size of parent container. For me, the second test fail.
Updated•8 years ago
|
Priority: -- → P1
Updated•8 years ago
|
Priority: P1 → P3
No changes planned for this bug?
However it is a case that I meet regularly, and it often takes complicated tricks to arrive at the result (more or less) expected.
Summary: [css-flex] sub flex with text-overflow is breaking → [css-flexbox] sub flex with text-overflow is breaking
Whiteboard: [mozfr-community]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•