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.
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)