Closed
Bug 1716705
Opened 4 years ago
Closed 4 years ago
[Downloads tab] The downloads box isn't scrollable when too many elements are in it
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file, 1 obsolete file)
6.10 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
The downloads box isn't scrollable when too many elements are in it
Assignee | ||
Comment 1•4 years ago
|
||
It doesn't work because it is in a stack. I removed this stack. FX doesn't show also no message when no download is in it.
I also updated the test to work with the removed msgDownloadsListEmptyDescription
: https://treeherder.mozilla.org/jobs?repo=try-comm-central&revision=7a45cda774d6dcc2f55e7ebdd4c039bc43bf25a9
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #9227332 -
Flags: review?(mkmelin+mozilla)
Comment 2•4 years ago
|
||
Comment on attachment 9227332 [details] [diff] [review]
1716705-aboutDownloads-scrollable.patch
Review of attachment 9227332 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! r=mkmelin
::: mail/test/browser/downloads/browser_aboutDownloads.js
@@ +333,5 @@
> "Timeout waiting for clearing all saved attachment files."
> );
>
> + let list = content_tab_e(downloadsTab, "msgDownloadsRichListBox");
> + Assert.ok(!list.children.length, "Download list is not empty");
Could be clearer if it ever starts failing to have it as
Assert.equal(list.children.length, 0, "Downloads list should be empty");
(same above)
Attachment #9227332 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Comment 3•4 years ago
|
||
Addressed the review comment.
Attachment #9227332 -
Attachment is obsolete: true
Attachment #9227354 -
Flags: review+
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e5a72b98ffde
Make the downloads box scrollable when overflowing. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•