Betterbird / thunderbird-patches

Betterbird is a fork of Mozilla Thunderbird. Here are the patches that provide all the goodness.
Other
468 stars 20 forks source link

[v128] Junk Log Dialog Window and View Problem #337

Closed kiki-ja closed 3 weeks ago

kiki-ja commented 3 weeks ago

Betterbird 128.1.0ESR 64bit (Also Thunderbird 128.1.0ESR 64bit) Windows 10 Pro 22H2 64bit

Does anyone else have a small window size and closed log area as shown in the screenshot below?

Settings - Junk - Show log - Dialog

Adaptive Junk Mail Log


I have fixed it in the following userChrome.css. I hope this will be helpful.

@charset "utf-8";
/* Junk Mail Log Window size and Log view custom */
#viewLogWindow {
 min-width: 600px !important; 
 min-height: 375px !important; 
}
#logView {
 min-width: 570px !importnat; 
 min-height: 290px !important; 
}

Adaptive Junk Mail Log -1

@kiki-ja

Betterbird commented 3 weeks ago

This issue was reported as https://bugzilla.mozilla.org/show_bug.cgi?id=1691301 and we've incorporated the fix in Betterbird 128.1.0esr-bb6 "Preview" (build 8) (15 August 2024): https://github.com/Betterbird/thunderbird-patches/blob/ce5dc7f8c490b07b1ca675af93612a7567d2c51f/128/series#L163

Are you using that version?

According to the upstream bug report, version 115 is also affected, and we've already discussed this in Issue #203. Maybe we should backport the fix also to the last version in the 115 series, 115.15.0, due in early September.

Betterbird commented 3 weeks ago

Fixed for 115 as well: https://github.com/Betterbird/thunderbird-patches/commit/8c546bd68e1d1a2fa5b81a635379baa987ad0850

kiki-ja commented 3 weeks ago

I have confirmed that it is fixed in Betterbird 128.1.0ESR-bb6 “Preview” Build 8 (15 August 2024). Thanks.

@kikija