Bug 146644

Summary: kopete eats html tags in chat window message history
Product: [Unmaintained] kopete Reporter: Vladimir Pouzanov <farcaller>
Component: Chat WindowAssignee: 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
Version:            (using KDE KDE 3.5.7)
Installed from:    Compiled From Sources
Compiler:          gcc 4.1.2 
OS:                Linux

when I type "<b>test</b> <i>message</i>" it's being sent correctly. However after pressing Ctrl+Up, input box (QTextEdit I suppose) holds already formatted text that results in "test message" on the other side.
Comment 1 Matt Rogers 2007-09-26 04:23:51 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?
Comment 2 Vladimir Pouzanov 2007-09-26 07:37:17 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?

Right. But the tags are stripped when it is being sent.
Comment 3 Matt Rogers 2007-09-26 13:47:49 UTC
Which protocol are you using?
Comment 4 Vladimir Pouzanov 2007-09-26 19:45:47 UTC
it was ICQ, IIRC. But I don't really think this is network problem - this looks like a GUI bug...
Comment 5 Matt Rogers 2007-09-27 02:34:25 UTC
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.
Comment 6 Roman Jarosz 2008-12-25 15:03:14 UTC
Looks like it's fixed in trunk (KDE 4.2)