Skip Menu |

This queue is for tickets about the Tcl-pTk CPAN distribution.

Report information
The Basics
Id: 125422
Status: resolved
Priority: 0/
Queue: Tcl-pTk

People
Owner: CAC [...] cpan.org
Requestors: CAC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.92
Fixed in: 0.93



Subject: copied text appears on terminal
Because of the `print "Copied $val\n";` statement in Tcl::pTk::Clipboard::clipboardCopy, anything that is copied or cut in a widget will get echoed to the terminal (if perl is running in one). Maybe this statement should be removed or at least commented out.