Version: (using Devel) Installed from: Compiled sources OS: Linux I copy the text 'abc' to the Klipboard. Then in the Kopete chat window (msn, but it shouldn't matter?) I hit CTRL-V to paste and I get 'abcabc', i.e. twice the copied text. I checked it with KWrite to see if it's a Klipper problem, but the program works fine. So this should be an issue with Kopete. I'm using the most recent kdemod binaries. (SVN >= 20080527)
kdelibs rev. 813776 I can confirm with other programs (e.g. kmail composer window or textareas in konqueror). Only control-V pastes text twice, RMB/paste is not affected
Confirmed in kmail composer window and konqueror textarea. Probably this is a kdelibs related problem. I'm using trunk (r813587).
Duplicate pasted text only occurs when using the keyboard shortcut (ie. not from menu or popup's Paste action). Probably due to commit 813327.
I can confirm that commit 813327 broke it.
I can confirm the problem, have not tried reverting 813327 but I have no reason to suspect otherwise. I suspect that the new keyPressEvent function which calls QTextEdit::keyPressEvent() is getting called even when the ShortcutOverride event has been handled. Would that be a Qt bug?
In Knode today I see triple pastes for the same text, copied from Konqueror...
Confirmed, now the double-pastes also occur in KDE3 applications for me.
This doesn't happen in every app though. In Kwrite for example it works fine...
A wild guess: applications using KTextEdit for the editor part suffer from the problem, the rest work fine.
SVN commit 815633 by dfaure: Fix KTextEdit shortcuts triggering twice due to my bad ShortcutOverride handling. BUG: 162768 M +1 -0 tests/CMakeLists.txt M +14 -0 tests/klineedit_unittest.cpp A tests/ktextedit_unittest.cpp [License: LGPL (v2+)] M +20 -14 widgets/klineedit.cpp M +0 -6 widgets/klineedit.h M +61 -7 widgets/ktextedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815633
Thomas: are you sure about kde3 applications? This breakage was kde4-only...
*** Bug 163579 has been marked as a duplicate of this bug. ***
I'm running KDE 4.2 openSUSE Factory with QT 4 Factory and this bug is still present or back. Pastes in single-line fields show double.
Actually, I just noticed that ctrl-z and shift-ctrl-z double-up as well. So it looks to be ctrl input stuff
Paul : what you notice is another issue which is already fixed (the Opensuse snapshot was already published, you have to wait for the next one).
Great, thanks for the info. I'll leave y'all alone now. :)