Bug 58049 - Clicking in messages window clears the clipboard
Summary: Clicking in messages window clears the clipboard
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 06:05 UTC by lament
Modified: 2003-05-11 22:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
No longer sets clipboard when clicking (911 bytes, patch)
2003-05-11 12:24 UTC, Marcel Turino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lament 2003-05-03 06:05:34 UTC
Version:           3.0.0a4 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          gcc 3.2.2 
OS:          Linux

(Gideon compiled from 2003/05/02 cvs)

Clicking anywhere in the messages tab/window will erase the contents of the clipboard.

To reproduce:
* Select some text in the editor and ctrl-c to copy to the clipboard
* Click anywhere in the messages tab/window
* Ctrl-v to paste. A newline is printed instead of the previously copied text.
Comment 1 Jens Dagerbo 2003-05-10 04:21:11 UTC
Indeed it does. 
Comment 2 Marcel Turino 2003-05-11 12:24:58 UTC
Created attachment 1522 [details]
No longer sets clipboard when clicking

Made a patch...
No longer sets clipboard when clicking, but it still copies *selected* text
into clipboard (was intended by the author, I think).
Comment 3 Jens Dagerbo 2003-05-11 22:34:40 UTC
Applied. Thanks!