Page MenuHomePhorge

richt text implemeation between roundcube and kontact
Closed, WontfixPublic

Description

I test with demo.kolabenterprise.com.

  • create a task with richtext description "blabla" from zanshin
  • sync it to rcm
  • open it with rcm - and the description is shown like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">blabla</p></body></html>

i expect to see "blabla" in the description field in "Sans Serif" 9pt.

Details

Ticket Type
Task

Event Timeline

knauss assigned this task to petersen.
knauss raised the priority of this task from to 60.
knauss updated the task description. (Show Details)
knauss changed Ticket Type from Task to Task.
knauss moved this task from Backlog to Functionality Blockers on the KDE PIM board.
knauss removed subscribers: vanmeeuwen, bruederli, mollekopf.

Confirmed, the web client doesn't expect/support HTML contents in the description field.

In Kolab 16 the HTML content of task/event description is converted to plain text.

@machniak - Can this me backported to KE14 - please.

petersen lowered the priority of this task from 60 to 40.
petersen subscribed.

It is implemented also in KE14 for a long time. I didn't close this task, because converting to plain text is not the same as supporting HTML.

Excellent (indeed it is..).

At this time I think that we will leave it like this and close the task. We can reopen it if needed.