Psi Jabber Client

See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray

Please Note!

Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Tasklist

FS#739 - tab completion in muc removes newlines

Attached to Project: Psi Jabber Client
Opened by Martin (martin) - Sunday, 09 December 2007, 05:42 GMT-5
Last edited by Martin (martin) - Saturday, 02 August 2008, 19:48 GMT-5
Task Type Bug Report
Category UserInterface → Groupchat
Status Closed
Assigned To Maciek Niedzielski (machekku)
Operating System All
Severity Low
Priority Nice to Have
Reported Version 0.11
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Steps to reproduce:

Write a line of text, than make a new line (Shift+Enter), then try nick autocompletion. The "newline" is lost.

(reported by Spike411, reproduced by albert on 0.11, 0.12-dev)
This task depends upon

View Dependency Graph

Closed by  Martin (martin)
Saturday, 02 August 2008, 19:48 GMT-5
Reason for closing:  Fixed in SVN
Additional comments about closing:  using Norman's patch (r1186)
Comment by duryodhan (duryodhan) - Saturday, 09 February 2008, 08:53 GMT-5
I think this is caused by a error in Qt's block selection implementation. This ugly hack fixes it.
in groupchatdlg.cpp

359a360
>
360a362,363
> int checkTop=cursor.position();
>
408a412,415
> if(checkTop){
> cursor.insertBlock();
> position++;
> }
Comment by Norman Rasmussen (normanr) - Saturday, 02 August 2008, 18:06 GMT-5
slightly less intrusive patch

Loading...