LucBennett / BetterUnsubscribe

Thunderbird extension that makes it easier to unsubscribe from mailing lists.
https://addons.thunderbird.net/en-US/thunderbird/addon/betterunsubscribe/
Mozilla Public License 2.0
3 stars 1 forks source link

Grey box after clicking "unsubscribe" or "more details" #3

Open MaZZly opened 1 day ago

MaZZly commented 1 day ago

After clicking "Unsubscribe" or "More details" it goes into a grey box:

image

Fedora 41 Workstation Thunderbird 128.5.0esr (64-bit) BetterUnsubscribe 2.7.0

LucBennett commented 20 hours ago

Thank you for reporting this issue!

That behavior is indeed unusual since the HTML is not rendering as expected. From your description, it seems the issue occurs specifically after clicking "More Details", which is handled by CSS for the dropdown effect, while the inner text content is populated dynamically via JavaScript. Even if the JavaScript encounters an error or crashes, the static base HTML should still render.

I haven’t experienced this issue in my testing. For example, I’ve tested against Betterbird 128.5.0esr-bb18 (64-bit) on Windows, and everything worked as intended, including the "More Details" dropdown. However, I’ll investigate this further to identify any potential cause, particularly related to the Fedora 41 Workstation or Thunderbird 128.5.0esr setup you’re using.

If you have any additional details (e.g., error logs, console output, or extensions in use), they would be helpful in diagnosing the issue. Specifically, errors related to JavaScript execution might offer a clue about why the content is not rendering.

Thanks again for bringing this to my attention!