Closed
Bug 1590059
Opened 5 years ago
Closed 5 years ago
"Search in files..." result header text overflows when wrapped on two lines
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: fvsch, Assigned: fvsch)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
So in bug 1588294 I removed the white-space: nowrap; text-overflow: ellipsis;
, used a min-height
instead of height, so that the header would grow taller if the text wrapped. It worked in my tests at the time, but doesn't seem to actually work in practice.
I'm stumped by this rendering issue. The header should grow taller.
Or maybe I'm not understanding something specific about Flexbox, or about about the very specific combination of display: grid
, display: contents
and display: flex
we're using here.
My proposed fix is to restore the "single line, ellipsis if it overflows" behavior we had before.
Updated•5 years ago
|
Keywords: regression
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1e85f7fb21f6
Stop search result header text from overflowing its container; r=davidwalsh
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•5 years ago
|
QA Whiteboard: [qa-72b-p2]
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•