Message filters has no scroll bar
Categories
(Thunderbird :: Filters, defect)
Tracking
(thunderbird_esr78+ fixed, thunderbird78 wontfix, thunderbird80 fixed)
People
(Reporter: mikeleo, Assigned: Paenglab)
References
(Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
1.52 KB,
patch
|
Paenglab
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
38.68 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
Tools - Message filters. Select filter and click edit. If more than 21 items listed, you can't get to or see any of 22 thru the end. ver 76.0b2
Actual results:
Can't do anything with the ending filters
Expected results:
Should be able to scroll through the list or page down through it.
Updated•4 years ago
|
Comment hidden (obsolete) |
Comment 4•4 years ago
|
||
I can reproduce this using 78 beta on windows 10 (remote system) with 24 filter terms - no scroll bar.
Also, the dialog size exceeds the screen size, which may be the key issue.
I cannot reproduce this on my Mac.
I did not find another report of this
Comment 5•4 years ago
|
||
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=f760a8ee747865021a1e2acd81feeb7e2f5fcbfe&tochange=d58d6a653555e55d244c7a13beba7ba09ffa38df
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=03fe3d76bd48bdd9be40568a136c131b1d129460&tochange=03fe3d76bd48bdd9be40568a136c131b1d129460
Assignee | ||
Comment 6•4 years ago
|
||
During creating the filter terms it shows the scrollbar, but when closing it and reopening the filter edit window it goes over the screen size. This could be fixed with setting a window's max-height of something like 600px. Magnus, what do you think? Or do you have a better solution
Comment 7•4 years ago
|
||
Thanks Alice. I wonder if other things were broken by bug 1605845 ?
Comment 8•4 years ago
|
||
I don't seem to reproduce this on trunk (linux).
I wonder what would makes it different between platforms.
If we need to do something, maybe "max-height: 100vh;" could help.
Comment 9•4 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #8)
....
If we need to do something, maybe "max-height: 100vh;" could help.
Please assigned a resource so it it can be solved by 78.2.0
Comment 10•4 years ago
|
||
Richard, were you able to reproduce? Would comment 8 help?
I don't know what the actual bug is here that makes it Windows only - potentially some odd timing issue related to the rebuild - https://searchfox.org/comm-central/source/mail/base/content/FilterListDialog.js#748
Assignee | ||
Comment 11•4 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #10)
Richard, were you able to reproduce? Would comment 8 help?
I don't know what the actual bug is here that makes it Windows only - potentially some odd timing issue related to the rebuild - https://searchfox.org/comm-central/source/mail/base/content/FilterListDialog.js#748
Yes, with enough rules in the filter, opening it makes the dialog taller than the screen. Comment 8 on the <window> doesn't help, then the dialog opens in its minimal height.
When I apply comment 8 to the #searchTermBox the dialog open with around 2/3 screen height but let me make it taller. Should we do this?
Comment 12•4 years ago
|
||
I still find it strange I don't see it on linux with lots of rules. If that works lets do it.
Comment 15•4 years ago
|
||
Proactively assigning, since you sounded interested. If it's available real soon it can make the beta.
Assignee | ||
Comment 16•4 years ago
|
||
With max-height: 100vh; on #searchTermBox.
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
Please update the commit message as to why we make this change
Assignee | ||
Comment 19•4 years ago
|
||
Addressed the review comments.
[Approval Request Comment]
User impact if declined: filter editor can expand over the screen size with many rules in it
Testing completed (on c-c, etc.): soon on c-c
Risk to taking this patch (and alternatives if risky): low
Comment 20•4 years ago
|
||
Comment on attachment 9168478 [details] [diff] [review]
1633306-filterEditor-height.patch
[Triage Comment]
Approved for beta
Assignee | ||
Updated•4 years ago
|
Comment 21•4 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/e3cf8ee4d78b
Limit the height of the Filter editor to not expand over the screen size. r=mkmelin
Comment 23•4 years ago
|
||
bugherder uplift |
Thunderbird 80.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/841460aac889
Updated•4 years ago
|
Comment 24•4 years ago
|
||
Comment on attachment 9168478 [details] [diff] [review]
1633306-filterEditor-height.patch
[Triage Comment]
Approved for esr78
Comment 25•4 years ago
|
||
bugherder uplift |
Thunderbird 78.1.2:
https://hg.mozilla.org/releases/comm-esr78/rev/284138c7cea0
Comment 26•4 years ago
|
||
Looks like this fix did not actually fix the issue. Perhaps it is related to me having a dual monitor setup and Thunderbird on a smaller secondary monitor. But clearly not fixed in 78.3 on Windows 10.
As an aside creating this filter following https://support.mozilla.org/en-US/questions/1316823 I found the focus sent to the next line after pressing + than went somewhere else before I could actually input text.
What additional is needed here?
Assignee | ||
Comment 27•4 years ago
|
||
Could you test what happens when TB is on the bigger screen? Maybe we should check through JS the screen size and the set the max-height. But this should be done in a new bug as this one is already closed since 4 month.
Description
•