Bug 289895 - Reply using HTML: "text-align" property stripped off
Summary: Reply using HTML: "text-align" property stripped off
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 4.8
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on: pim_webkit_composer
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-27 03:48 UTC by Bernd Oliver Sünderhauf
Modified: 2012-02-16 16:21 UTC (History)
1 user (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 Bernd Oliver Sünderhauf 2011-12-27 03:48:37 UTC
Version:           4.8
OS:                Linux

When replying, the following (quoted-printable) HTML paragraph :
  <P style=3D"TEXT-ALIGN: center">Foo</P>
is stripped off the "text-align" property, just as well as the following (8bit) table cell (created by PHPMailer):
  <td valign="top" style="text-align: center; font-size: 12px;">Bar</td>

Reproducible: Didn't try

Steps to Reproduce:
1. Create an email using HTML with CSS styles
2. Send it to yourself.
3. Reply using Kmail2.
4. View source

Actual Results:  
Paragraphs resp. table cell are standard-aligned (left)

Expected Results:  
They should be centered.
Comment 1 Laurent Montel 2012-01-13 11:49:11 UTC
could you send me an email in private mail ?
Comment 2 Laurent Montel 2012-01-16 21:06:36 UTC
no news ?
Comment 3 Bernd Oliver Sünderhauf 2012-01-17 11:26:32 UTC
Few time and I currently can't find a sufficiently simple test message.
I will come back to this as soon as I found or created one.