when forwarding message with many attachments, the compose attachment area is just one row and doesn't have scrollbar
Categories
(Thunderbird :: Message Compose Window, defect, P2)
Tracking
(thunderbird_esr78 unaffected, thunderbird87+ fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird87 | + | fixed |
People
(Reporter: mkmelin, Assigned: aleca)
References
(Regression)
Details
Attachments
(1 file, 1 obsolete file)
2.71 KB,
patch
|
mkmelin
:
review+
rjl
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
When I try to forward a message with a few pdfs attached, I get a compose window where the attachments area is just row. It doesn't have scrollbar either.
Toggling open/closed doesn't change it. Only one "line" or "row" shown.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
This fixes it.
Pretty silly mistake of not assigning a default number value to the variable holding the bucket height value.
Reporter | ||
Comment 2•4 years ago
|
||
Reporter | ||
Comment 3•4 years ago
|
||
I notice the first click on the toggle arrow after you press forward, that doesn't do anything. Only from the second click the area toggles closed.
Assignee | ||
Comment 4•4 years ago
|
||
Found the problem with the double click to collapse.
The "toggle" action checks if the bucket was opened but unfocused. We do that to allow users to use the shortcut to focus on an open bucket and interact with the attachments via keyboard.
I updated the click method to always trigger the right show/hide action.
Reporter | ||
Comment 5•4 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c07c005869b9
Expand attachment pane when forwarding a message with multiple attachments. r=mkmelin
Comment 7•4 years ago
|
||
Comment on attachment 9206430 [details] [diff] [review]
1695644-attachments-forward.diff
[Triage Comment]
Prerequisite for bug 1695521 and bug 1695644 per aleca.
Comment 8•4 years ago
|
||
bugherder uplift |
Thunderbird 87.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/21e00b8f1c2d
Description
•