Summary: | appends blank line often when using return as send shortcut | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Rodney Gordon II <meff> |
Component: | Chat Window | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | d.mills-kde, des |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rodney Gordon II
2004-10-15 20:10:23 UTC
I also uses Return as shortcut to send. Anyway, it does not appends, or only if i press on return verry long times. Check your keyboard repeat rate. This is still happening to this date. Debian sid, KDE 3.5.5 w/ Kopete 0.12.3 I can explain it a little more, though, perhaps this will help. When I type in a message, and then hold down "Enter" to send it, I usually hold it down a little longer than most people I guess, because the start of my next message is a blank line and I end up sending a blank line with what I type for the next message, or I have to manually remove that line that Kopete created. I do not have this problem with Gaim, which works as intended, so I am reopening this in hopes that it will get resolved. -r The behaviour described in comment 3 is still true in 0.12.4. I suppose it's a bug, but a minor one. Actually, the basic issue is this: if the input line is empty, pressing Enter inserts a blank line, even if Enter is assigned to "send message". Perhaps related to bug 142877 Confirmed in trunk r828808. The first time I press Enter in an empty input line, a blank line is inserted. The second time, it does nothing. (I would expect it to Send.) I've submitted a patch to the review board concerning this bug. SVN commit 1002323 by rjarosz: Fix bug 91409: An empty line is sometimes inserted at the start of a message if the type holds down the enter key for too long. Patch by David Mills, thanks! BUG: 91409 CCMAIL: d.mills-kde@guesny.net M +11 -1 kopetechatwindow.cpp M +3 -0 kopetechatwindow.h M +20 -6 kopeterichtextwidget.cpp M +1 -0 kopeterichtextwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1002323 SVN commit 1002325 by rjarosz: Backport fix for bug 91409: An empty line is sometimes inserted at the start of a message if the type holds down the enter key for too long. Patch by David Mills, thanks! CCBUG: 91409 CCMAIL: d.mills-kde@guesny.net M +11 -1 kopetechatwindow.cpp M +3 -0 kopetechatwindow.h M +20 -6 kopeterichtextwidget.cpp M +1 -0 kopeterichtextwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1002325 |