Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 4 件の返信
  • 0 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Chandler (AGI)

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!