Wrong wrap length when composing emails
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
After upgrading to Thunderbird 68.1.2 as part of upgrading to Ubuntu 19.10, Thunderbird seems to use the wrong wrap length when composing emails. I have mail.wrap_long_lines set to true, and mailnews.wraplength set to 72, but when composing emails, lines are wrapped at a shorter length. It appears to be about 55 characters. Emails that I have sent are displayed correctly, so the problem only happens when composing.
This bug report has been opened at the request of Oliver Tilloy on the Ubuntu bug tracker:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1850803
Comment 1•6 years ago
|
||
That's for plaintext mail, I assume. Somehow that rings a bell. Maybe some font-scaling at play. I recommend to install the add-on ThunderHTMLedit and check in the HTML tab which is displayed even for a plaintext e-mail.
That should show: <body style="font-family: -moz-fixed; white-space: pre-wrap; width: 72ch;">
| Reporter | ||
Comment 2•6 years ago
|
||
I've found the problem. I have poor eyesight, and have my minimum font size is set to 15 points. However, the font for monospace for the latin character set was set to "Default (DejaVu Sans Mono)" 12 point. Upon changing this to 15 point to match my minimum font size, the text wraps at 72 characters as it should. It seems that the font scaling doesn't correctly handle differences between the chosen font and minimum font size.
HTML composition seems to be unaffected.
Comment 3•6 years ago
|
||
Thanks for letting us know. I don't think we'll address this.
Description
•