View Issue Details

IDProjectCategoryView StatusLast Update
0002410SOGoWeb Mailpublic2013-09-27 18:44
Reportermdghost Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0.7 
Target Version2.1.0Fixed in Version2.1.0 
Summary0002410: HTML as Signature
Description

Cannot to set html signature via "sogo-tool set defaults %username% SOGoMailSignature -f %fileName%"
HTML content is properly added to database. But 'in new mail editor' there is stripped text.
For example: I have in file: {"SOGoMailSignature":
"<html><body><table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>aaaaaaaaaa</td> <td>bbbbbbbbbbbb</td><td>ccccccccccc</td></tr><tr><td>ddddddddddd</td><td>eeeeeeeeeeeee</td><td>fffffffffffff</td></tr><tr><td>ggggggggg</td> <td>hhhhhhhhh</td><td>iiiiiiiii</td></tr></table></body></html>"}

In the database i have:
"SOGoMailSignature": "<html><body><table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td>aaaaaaaaaa<\/td> <td>bbbbbbbbbbbb<\/td> <td>ccccccccccc<\/td> <\/tr> <tr> <td>ddddddddddd<\/td> <td>eeeeeeeeeeeee<\/td> <td>fffffffffffff<\/td> <\/tr> <tr> <td>ggggggggg<\/td> <td>hhhhhhhhh<\/td> <td>iiiiiiiii<\/td> <\/tr><\/table><\/body><\/html>"

But in the "new mail window" i have:"aaaaaaaaaabbbbbbbbbbbbccccccccccc
dddddddddddeeeeeeeeeeeeefffffffffffff
ggggggggghhhhhhhhhiiiiiiiii";

I checked variation with/without tags:<html></html>,<body></body>

TagsNo tags attached.

Activities

ludovic

ludovic

2013-09-27 18:44

administrator   ~0006064

Fixed with https://github.com/inverse-inc/sogo/commit/d1f3417c3a22615ee438c59224942e40dfa27535

This was due to the fact that table widgets were disabled in CKEditor.

Issue History

Date Modified Username Field Change
2013-09-09 10:55 mdghost New Issue
2013-09-27 18:39 ludovic Target Version => 2.1.0
2013-09-27 18:44 ludovic Note Added: 0006064
2013-09-27 18:44 ludovic Status new => closed
2013-09-27 18:44 ludovic Resolution open => fixed
2013-09-27 18:44 ludovic Fixed in Version => 2.1.0