[Konsole-devel] [Bug 52521] new output inserted at wrong location

George Kiagiadakis gkiagiad at csd.uoc.gr
Tue Oct 21 13:38:36 UTC 2008


http://bugs.kde.org/show_bug.cgi?id=52521


George Kiagiadakis gkiagiad csd uoc gr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gkiagiad at csd.uoc.gr
         Resolution|WONTFIX                     |FIXED




--- Comment #4 from George Kiagiadakis <gkiagiad csd uoc gr>  2008-10-21 15:38:34 ---
Interesting enough to see that this bug was reproducable until some commits ago
:D
The bug is probably a QTextEdit bug. kwrited used to use a QTextEdit to show
new messages, using QTextEdit::insertPlainText() and its older equivalents,
which in fact insert the text at the current text cursor position. The text
cursor was not visible, as the QTextEdit was in readonly mode, but if the user
clicked somewhere, the position was updated internally and new messages were
inserted at that place.

This is fixed now, kwrited no longer uses a QTextEdit. See
http://websvn.kde.org/?view=rev&revision=874385


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list