為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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!