Summary: | HTML emails CSS should not be applied to the header in th UI | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Detlev Casanova <detlev.casanova> |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jjm, kdenis, montel, tom-kde.bugs |
Priority: | NOR | ||
Version: | 5.1.* | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdepim-addons/7fc59ab359d08c828e1e067c7abfae1af1409db2 | Version Fixed In: | 5.12.2 |
Sentry Crash Report: | |||
Attachments: |
An html mail that has bad CSS
Email with CSS affecting header Screen shot of previous attachment in HMTL view |
Description
Detlev Casanova
2013-03-22 10:26:11 UTC
need a example please :) could you save as mbox and put it here. (or if it's private could you send me it on montel@kde.org ? ) Thanks It really is private, I'll remove sensible information and put it here then Created attachment 78289 [details]
An html mail that has bad CSS
Thanks I can confirm it. It's right I fixed it long time ago to avoid to change background color but not on hover. Will fix it soon. Ok fixed. but git.kde.org is down :) so wait but will fix in 4.10.2 Git commit 7776b35a0dd52450dfe21de43b962cad4d1841ff by Montel Laurent. Committed on 23/03/2013 at 07:02. Pushed by mlaurent into branch 'KDE/4.10'. Fix Bug 317177 - HTML emails CSS should not be applied to the header in th UI FIXED-IN: 4.10.2 M +5 -0 messageviewer/csshelperbase.cpp M +4 -0 messageviewer/tests/data/encapsulated-with-attachment.mbox.html M +4 -0 messageviewer/tests/data/forward-openpgp-signed-encrypted.mbox.html M +4 -0 messageviewer/tests/data/no-content-type.mbox.html M +4 -0 messageviewer/tests/data/openpgp-encrypted.mbox.html M +4 -0 messageviewer/tests/data/openpgp-signed-encrypted.mbox.html M +4 -0 messageviewer/tests/data/signed-forward-openpgp-signed-encrypted.mbox.html M +4 -0 messageviewer/tests/data/smime-signed-encrypted.mbox.html M +4 -0 messageviewer/tests/data/tnef-one-file.mbox.html M +4 -0 messageviewer/tests/data/tnef-two-files.mbox.html http://commits.kde.org/kdepim/7776b35a0dd52450dfe21de43b962cad4d1841ff The bug is still present/reappeared in kmail2 5.0.2 eg every amazon order confirmation changes the header layout. I confirm it I need to separate it from message. The attached message shows just fine in my KMail 5.4.1. Has this been fixed somewhere along the way? If not, would anyone please care to attach a message that is still displayed incorrectly? I never observed this, and I don't get mail from Amazon. Created attachment 122954 [details]
Email with CSS affecting header
Sanitised, with no personal information and safe to open. The CSS that causes the problem is the "table { table-layout: fixed; }".
Created attachment 122955 [details]
Screen shot of previous attachment in HMTL view
fancy theme ? No, just the standard "Classic" theme Git commit 7fc59ab359d08c828e1e067c7abfae1af1409db2 by Laurent Montel. Committed on 30/09/2019 at 19:02. Pushed by mlaurent into branch 'Applications/19.08'. Fix Bug 317177 - HTML emails CSS should not be applied to the header in th UI FIXED-IN: 5.12.2 M +1 -0 plugins/messageviewerheaderplugins/fancyheaderstyleplugin/fancyheaderstyleplugin.cpp https://commits.kde.org/kdepim-addons/7fc59ab359d08c828e1e067c7abfae1af1409db2 |