Attachment area too high when there is more than one attachment
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr6868+ fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: jorgk-bmo, Assigned: aleca)
Details
(Keywords: regression)
Attachments
(3 files)
25.81 KB,
image/png
|
Details | |
2.99 KB,
patch
|
Paenglab
:
review+
jorgk-bmo
:
feedback+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
6.91 KB,
image/png
|
Details |
I've just noticed this now in my TB 68 ESR pre-release. If there's more than one attachment, like two attachments, the area is too high, see screenshot. Should be the same height as for one attachment which works OK.
Reporter | ||
Comment 1•5 years ago
|
||
Same issue in Daily.
In addition to this, there is a regression on win only (maybe mac too), where a detached/external attachment does not appear like a link, the .text-link color is overridden. I think it's due to .text-link no longer being added to the child node post de-xbl. This is an important visual.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
So, apparently the richlistbox
automatically increases its height to show 2 richlistitems
, ignoring the orient="horizontal"
attribute.
Wrapping that element around an hbox seems to do the trick.
Can you guys help me thoroughly test this to be sure we're not introducing other regressions or UI issues?
Richard, can you help for macos testing?
Assignee | ||
Comment 4•5 years ago
|
||
(In reply to alta88 from comment #2)
In addition to this, there is a regression on win only (maybe mac too), where a detached/external attachment does not appear like a link, the .text-link color is overridden. I think it's due to .text-link no longer being added to the child node post de-xbl. This is an important visual.
I don't have Windows, currently testing on mac.
Can you open a dedicated bug with a screenshot and assign it to me, please?
Thanks
Reporter | ||
Comment 5•5 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
Well, there is an underline shown for a link when hovered. If not hovered, it looks like the others.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/5d12044b6279
fix height of attachment pane. r=Paenglab DONTBUILD
Reporter | ||
Comment 10•5 years ago
|
||
TB 68.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/a61be5648f73a0f3f9c4748e23bc9873aa6f28d8
Reporter | ||
Comment 11•5 years ago
|
||
Description
•