Summary: | copy/paste does not work | ||
---|---|---|---|
Product: | [Applications] kcharselect | Reporter: | Jess Boddy <jessbody> |
Component: | general | Assignee: | Daniel Laidig <laidig> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, esamueljohnson, peebhat |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
Jess Boddy
2011-07-24 01:09:42 UTC
It is NOT a bug. You have to double click the characters so that it appears in the text box below, and then copy. It is NOT a bug. You have to double click the characters so that it appears in the text box below, and then copy. Created attachment 62149 [details]
Proposed patch
This should fix it. If the Line Edit is empty, it copies the currently selected character.
Patch works great. Tested in Arch Linux. *** Bug 242753 has been marked as a duplicate of this bug. *** Great patch, please commit to master and 4.7. Git commit 7cab93ef7dc25504909a948b7f1a7ad9192d6861 by Christoph Feck. Committed on 26/08/2011 at 12:07. Pushed by cfeck into branch '4.7'. Copy current character if line edit is empty BUG: 278369 FIXED-IN: 4.7.1 M +10 -3 kcharselectdia.cc http://commits.kde.org/kcharselect/7cab93ef7dc25504909a948b7f1a7ad9192d6861 Git commit ea8559995bd921c74e4f077b81208c0decd1151b by Christoph Feck. Committed on 26/08/2011 at 12:07. Pushed by cfeck into branch 'master'. Copy current character if line edit is empty BUG: 278369 FIXED-IN: 4.7.1 (cherry picked from commit 7cab93ef7dc25504909a948b7f1a7ad9192d6861) M +10 -3 kcharselectdia.cc http://commits.kde.org/kcharselect/ea8559995bd921c74e4f077b81208c0decd1151b |