Summary: | kopete eats html tags in chat window message history | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Vladimir Pouzanov <farcaller> |
Component: | Chat Window | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vladimir Pouzanov
2007-06-10 19:40:19 UTC
so you type "<b>test</b> <i>message</i>" and it sends exactly "<b>test</b> <i>message</i>" but it's formatted with test in bold and message in italics when recalling the message from the sent message history? Is that correct? Or does it send test in bold and message in italics? > so you type "<b>test</b> <i>message</i>" and it sends exactly "<b>test</b> <i>message</i>" but it's formatted with test in bold and message in italics when recalling the message from the sent message history?
Right. But the tags are stripped when it is being sent.
Which protocol are you using? it was ICQ, IIRC. But I don't really think this is network problem - this looks like a GUI bug... Thanks for the information! It doesn't matter if it's a network issue. the protocol is important since they all handle messages differently based on what the network service supports. Looks like it's fixed in trunk (KDE 4.2) |