搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

attachment listing doesn't fully expand and leaves ghost behind in other messages

more options

TB 102.3.3 Debian Linux (thunderbird 1:102.3.3-1)

The attachment listing (shown at the bottom) of saved or sent messages is misbehaving in my profile. I tried making a new TB profile and didn't see the issue there...

First of all, when a message with no attachments is selected, there is a ghost of the attachment list still there. For example, see the first image (with the highlighted blue area) showing where attachments would normally be listed. It's just an empty box area taking up space.

Second, when a message with more than one attachment is selected, and the expand button on the left is clicked to show the list of attachments, the list doesn't expand in any meaningful way. For example, see the second image showing how the attachment list has expanded by only a few pixels. Instead, I have to manually resize the area by clicking and dragging up the top.

Third, after I've expanded the attachment list so I can see the attachments, when I navigate to another message with no attachments, the ghost of the attachments area is still there. For example see the third image with highlighted red area which was the size of the attachment list in the previous message I was viewing. To get rid of this ghost, I have to go select a message with attachments so it shrinks back to the default size.

Any idea what the heck is causing this? Thanks

TB 102.3.3 Debian Linux (thunderbird 1:102.3.3-1) The attachment listing (shown at the bottom) of saved or sent messages is misbehaving in my profile. I tried making a new TB profile and didn't see the issue there... First of all, when a message with no attachments is selected, there is a ghost of the attachment list still there. For example, see the first image (with the highlighted blue area) showing where attachments would normally be listed. It's just an empty box area taking up space. Second, when a message with more than one attachment is selected, and the expand button on the left is clicked to show the list of attachments, the list doesn't expand in any meaningful way. For example, see the second image showing how the attachment list has expanded by only a few pixels. Instead, I have to manually resize the area by clicking and dragging up the top. Third, after I've expanded the attachment list so I can see the attachments, when I navigate to another message with no attachments, the ghost of the attachments area is still there. For example see the third image with highlighted red area which was the size of the attachment list in the previous message I was viewing. To get rid of this ghost, I have to go select a message with attachments so it shrinks back to the default size. Any idea what the heck is causing this? Thanks
已附加屏幕截图

被采纳的解决方案

Heck yeah I figured it out! had this old code in userChrome.css (probably to fix something a long time ago),

  1. attachmentView {
 -moz-appearance: none !important;
 height: 33px !important;
 overflow: auto !important;

}

Just shut down TB, got rid of it all, and things are appearing as they should now!

定位到答案原位置 👍 0

所有回复 (4)

more options

Tried disabling all of the add-ons too but it didn't help :(

more options

tried enabling or disabling hardware acceleration in settings?

more options

Ok tried unchecking "Use hardware acceleration when available" and restarting TB but still the same things are happening. Strange that it only happens in my profile... Maybe it is caused by some preference in about:config I or some old add-on made years ago?

more options

选择的解决方案

Heck yeah I figured it out! had this old code in userChrome.css (probably to fix something a long time ago),

  1. attachmentView {
 -moz-appearance: none !important;
 height: 33px !important;
 overflow: auto !important;

}

Just shut down TB, got rid of it all, and things are appearing as they should now!