Bug 422651 - Bad paragraph spacing
Summary: Bad paragraph spacing
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.14.1
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 20:25 UTC by David Rose
Modified: 2020-06-09 04:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.14.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Rose 2020-06-08 20:25:34 UTC
SUMMARY


STEPS TO REPRODUCE
1. Create an email with an HTML signature
2. Type some text
2. Hit the Enter Key twice to create a new paragraph
3. Type more text

OBSERVED RESULT
When the email is sent or saved the double line breaks are converted to this:
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">SOME TEXT</p>
<p>&nbsp;<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">MORE TEXT</p>

The added "<p>&nbsp;" creates huge whitespaces between each paragraph.

EXPECTED RESULT
A normal sized empty line between each paragraph.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Void Linux & Manjaro with KDE Plasma
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
This behavior is the same in both Void Linux and Manjaro.
Kmail 5.13.x does not have this issue.