Summary: | new output inserted at wrong location | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Marc Boucher <marc> |
Component: | kwrited | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marc Boucher
2003-01-02 16:31:01 UTC
*** Bug 52522 has been marked as a duplicate of this bug. *** No answer. See http://qa.mandrakesoft.com/show_bug.cgi?id=3747 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 |