Quick filter UI overflows into message pane in Vertical View
Categories
(Thunderbird :: Mail Window Front End, defect, P3)
Tracking
(thunderbird115? fixed)
People
(Reporter: jaise, Assigned: micah)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Supernova3p])
Attachments
(3 files)
12.18 KB,
image/png
|
Details | |
59.96 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
Steps to reproduce:
Type some string in quick filter. Resize message list view to smaller size.
Actual results:
sender/ Subject / ... Overflow to message view
Expected results:
should not overflow. should be flow downward.
Comment 1•2 years ago
|
||
Ouch! Thanks Jaise, indeed this is happening on Daily 114.0a1 (2023-05-01) (64-bit), Win10, Quick filter UI breaks easily in Vertical View
.
Comment 2•2 years ago
•
|
||
Tags also affected (we have a similar bug for that).
Quick filter's search text input should also have a min-width to remain readable.
Possible expected overflow might be expand vertically, scrollbar, or combinations thereof.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Uh, I can't reproduce on Windows as the elements are cut off.
We're still working on this UI to get proper overflow handling and search field handling in various sizes, so it might get fixed later, but this doesn't happen to me.
Comment 5•2 years ago
|
||
I cannot reproduce in Windows 11 with 115.0a1 (2023-06-05) (64-bit)
Comment 6•2 years ago
|
||
I can reproduce this on 115.0b1 on Mac, and 115.0a1 (2023-06-05)
Comment 7•2 years ago
|
||
This only happens in the vertical layout since the HTML splitter separating the message list and the message pane only cares about the min-width specified for the message list, ignoring if any element inside that container doesn't fit.
We're rebuilding the QFB to be properly responsive but it won't happen before 115, so as a temporary fix to mitigate the issue we can let those itons naturally wrap and set an overflow hidden to the whole element.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 9•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/fcc20dc18f1d
Allow Quick filter UI to wrap in Vertical View. r=aleca
Assignee | ||
Comment 11•2 years ago
|
||
Comment on attachment 9338140 [details]
Bug 1830518 - Allow Quick filter UI to wrap in Vertical View. r=#thunderbird-front-end-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
When using vertical view a user can cause UI elements in the Quick Filter bar to overflow into the message view.
Testing completed (on c-c, etc.):
both automated and manual testing on daily.
Risk to taking this patch (and alternatives if risky):
Minimal risk as this is only css changes
Comment 12•2 years ago
|
||
Comment on attachment 9338140 [details]
Bug 1830518 - Allow Quick filter UI to wrap in Vertical View. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 13•2 years ago
|
||
bugherder uplift |
Thunderbird 115.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/9e06cb40bff5
Description
•