Bug 422651

Summary: Bad paragraph spacing
Product: [Applications] kmail2 Reporter: David Rose <ppnmmw9zjsue>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: 5.14.1   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In: 5.14.2

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.