Summary: | cut (CTRL-X, Shift-DEL) does not remove the highlighted text | ||
---|---|---|---|
Product: | [Unmaintained] klipper | Reporter: | Roger Larsson <roger.larsson> |
Component: | general | Assignee: | Carsten Pfeiffer <pfeiffer> |
Status: | RESOLVED WORKSFORME | ||
Severity: | grave | CC: | eva, l.lunak, misc2006, yez |
Priority: | NOR | ||
Version: | CVS | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roger Larsson
2002-09-18 22:15:07 UTC
bug is not 100% reproducible for me, but it happens often. I think this is the pattern: cut only fails if you selected the word by double-click. if you select it char by char with shift+cursor, cut works. okay, it's a Qt bug :-( *** Bug 48683 has been marked as a duplicate of this bug. *** Subject: Re: [Issue N7742] cut (CTRL-X, Shift-DEL) does not remove the highlighted text On Tuesday 08 October 2002 13:59, you wrote: > I am unable to reproduce this here. I've tried with the textedit > example. Are you able to reproduce with any of the qt-examples? No, but I've upgraded my qt-copy (Qt3.1beta2) and it still happens with e.g. the signature editor in KMail (which is a simple QTextEdit). I have no clue what's so special about KMail that it doesn't work there :-( You migth want to have a short look at the code (just search for QTextEdit), maybe you find something special: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdenetwork/kmail/signatureconfigurator.cpp?rev=1.4&content-type=text/vnd.viewcvs-markup regards Daniel KEdit has the same problem as KMail Subject: Re: [Issue N7742] cut (CTRL-X, Shift-DEL) does not remove the highlighted text On Tuesday, 8 Oct 2002 22:51 Daniel Naber wrote: > On Tuesday 08 October 2002 13:59, you wrote: > > > I am unable to reproduce this here. I've tried with the textedit > > example. Are you able to reproduce with any of the qt-examples? > > No, but I've upgraded my qt-copy (Qt3.1beta2) and it still happens > with > e.g. the signature editor in KMail (which is a simple QTextEdit). I > have > no clue what's so special about KMail that it doesn't work there :-( > You > migth want to have a short look at the code (just search for > QTextEdit), > maybe you find something special: > > http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdenetwork/kmail/signatureconfigurator.cpp?rev=1.4&content-type=text/vnd.viewcvs-markup > > regards > Daniel Hi Daniel I am sorry but we don't have the time to debug KDE-applications here at TrollTech. If you are able to find under what conditions this happens please report back and I will look into it. best regards Anders Bakken - Trolltech AS, W. Thranes gt. 98, N-0175 Oslo, Norway QTextEdit works - bug flying to kedit (isn't kedit used as internal editor by kmail?) *** Bug 49584 has been marked as a duplicate of this bug. *** No, QTextEdit does not always work, e.g. the KMail signature composer (Configure kamil -> indentites -> modfiy -> signature tag) also shows the problem and it's a QTextEdit. but indeed the QTextEdit in qt's examples/textedit works okay. the bug can only be reproduced with KDE applications when klipper is running. Lubos suspects a KClipboard issue Being worked on. As a workaround (or maybe even solution, who knows), make sure the Klipper utility is configured as 'Separate clipboard and selection' (even if you usually don't run Klipper). Subject: Re: cut (CTRL-X, Shift-DEL) does not remove the highlighted text
On Wednesday 30 October 2002 17:04, you wrote:
> Being worked on. As a workaround (or maybe even solution, who knows), make
> sure the Klipper utility is configured as 'Separate clipboard and
> selection' (even if you usually don't run Klipper).
Lubos, thanks for taking care of this. It's not that I wouldn't care, but I
can't do it before I'm home from work.
Cheers
Carsten Pfeiffer
-----BEGIN PGP SIGNATURE-----
iQEVAwUBPcAL86WgYMJuwmZtAQE5xQf/dO65gTrAyd2wvfKq2SCYE5pr2fkj/P/g
hNlh9nhTVJfYIFxbKTTLJCMH62AuAILubuQ8mvsb7olqaub5Ws911Qokcn8xrx+r
MTcWe3l/G4fnIeupyYVpykPB94urFoZoaFdwvC0qYdEuSMJayMGnUKQiAUqWpx6X
tQu9K3JKNX4ol11/11DoAVijm9EvttceIqWIaX1Db5Qf+FqD9ggyZeS1GqNA0Gy+
osAsAB7skKzRBuIqGk5u2eA3pXkusk4CQuWyrIxKYKB/v4JVqyDmAekMSzTfLSW1
wMY2fCNwYdmUrTg1i2iclz2gB3N8S8QuZXKj7oS3AeNkIDR24I6ylQ==
=kTFc
-----END PGP SIGNATURE-----
I experience the bug even without klipper running (haven't tried the suggested work around, as the bug does not really annoy me). There was a reason why I noted 'even if you usually don't run Klipper'. It doesn't matter if you run Klipper or not. What matters is the setting (because all apps read this setting and do the syncing themselves). If you can reproduce the bug even after doing as I said, then we have another problem. *** Bug 50251 has been marked as a duplicate of this bug. *** Ctrl-X now works even with Klipper option: "Synchronize contents of the clipboard and the selection" I am close to mark this as RESOLVED but since I run CVS HEAD and not RC6 I give you others a chance to retest. Worksforme. |