Bug 367559 - Messageviewer Theme broken since 16.08.0
Summary: Messageviewer Theme broken since 16.08.0
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: UI (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-19 10:33 UTC by Bernhard Scheirle
Modified: 2016-09-21 08:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Scheirle 2016-08-19 10:33:50 UTC
This commit https://quickgit.kde.org/?p=kdepim-addons.git&a=commitdiff&h=cab925e9d4769762ea0080d49f392022cd8e78dd broke the messageviewer theme.

The change:
-#kmailContent {
+div#headerbox #kmailContent {

forces the kmailContent div to be a child of the headerbox div which is not the case, they are siblings.
Therefore the styles don't get applied to the kmailContent div.

Reproducible: Always

Steps to Reproduce:
1. Open A Email 

Actual Results:  
No margin and padding for the message body.

Expected Results:  
Nicely styled body
Comment 1 Laurent Montel 2016-08-23 06:18:09 UTC
I confirm it.
Comment 2 Bernhard Scheirle 2016-09-21 08:23:28 UTC
This got fixed via https://quickgit.kde.org/?p=kdepim-addons.git&a=commit&h=876663ce7d4d1873b1d7b4b8ee389546e27c7e3d
The commit just references the wrong bug report.