Version: 0.70.2 (using 4.2.2 (KDE 4.2.2), Debian packages) Compiler: cc OS: Linux (x86_64) release 2.6.28-1-amd64 When I click on the "Smiley" button in the chat window to add an emoticon, I have to select it with the mouse and then press the Enter key to add it. Simply clicking it does not insert the emoticon. Simply clicking the emoticon should add the emoticon to the message and close the list of available emoticons. Regards, Ils
Created attachment 33912 [details] Patch : change the signal connected The patch change just the signal connected to EmoticonSelector::emoticonClicked() , itemActivated() by itemClicked().
Patch above applies to kopete/chatwindow/emoticonselector.cpp
I've tested the patch. Emoticons are now inserted when I click on them, but no longer when I select them with the arrow keys and press Enter. Both actions should insert the emoticon.
SVN commit 1022573 by mattr: Fix bug 193419 Prevent the user from having to press the enter key to add an emoticon when using the emoticon selector. Patch by Vincent Dupont. Thanks! This is the commit for KDE 4.4. The commit for the KDE 4.3 branch will close the bug CCBUG: 193419 M +1 -1 emoticonselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022573
SVN commit 1022577 by mattr: Fix bug 193419 Prevent the user from having to press the enter key to add an emoticon when using the emoticon selector. Patch by Vincent Dupont. Thanks! This is the commit for KDE 4.3. BUG: 193419 M +1 -1 emoticonselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022577