Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipboard Cleared on Close #42009

Closed
voidspace opened this issue May 24, 2005 · 4 comments
Closed

Clipboard Cleared on Close #42009

voidspace opened this issue May 24, 2005 · 4 comments
Assignees
Labels
topic-IDLE type-feature A feature request or enhancement

Comments

@voidspace
Copy link
Contributor

BPO 1207592
Nosy @rhettinger, @kbkaiser, @voidspace

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2005-05-27.00:39:30.000>
created_at = <Date 2005-05-24.08:34:14.000>
labels = ['expert-IDLE', 'type-feature']
title = 'Clipboard Cleared on Close'
updated_at = <Date 2005-05-27.00:39:30.000>
user = 'https://github.com/voidspace'

bugs.python.org fields:

activity = <Date 2005-05-27.00:39:30.000>
actor = 'jepler'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2005-05-24.08:34:14.000>
creator = 'michael.foord'
dependencies = []
files = []
hgrepos = []
issue_num = 1207592
keywords = []
message_count = 4.0
messages = ['54529', '54530', '54531', '54532']
nosy_count = 4.0
nosy_names = ['jepler', 'rhettinger', 'kbk', 'michael.foord']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1207592'
versions = []

@voidspace
Copy link
Contributor Author

When you close IDLE (under windows at least) any
clipboard selection is cleared. This is non-standard
behaviour.

I often open a script with IDLE in order to copy
something, select and copy it and close IDLE. When I
come to paste it in another window - the clipboard has
been cleared.

Most other programs leave the clipboard contents intact
even after closing.

@mjfoord mjfoord mannequin closed this as completed May 24, 2005
@mjfoord mjfoord mannequin assigned kbkaiser May 24, 2005
@mjfoord mjfoord mannequin added topic-IDLE type-feature A feature request or enhancement labels May 24, 2005
@mjfoord mjfoord mannequin closed this as completed May 24, 2005
@mjfoord mjfoord mannequin assigned kbkaiser May 24, 2005
@mjfoord mjfoord mannequin added topic-IDLE type-feature A feature request or enhancement labels May 24, 2005
@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

I've also bumped into this. It's annoying. Am not sure
whether it is a Python issue, IDLE issue, or Tkinter issue.
If the latter, there is likely nothing that can be done
about it.

@kbkaiser
Copy link
Contributor

Logged In: YES
user_id=149084

I believe this is a Tcl/Tk issue, outside of Python. Sorry.

@jepler
Copy link
Mannequin

jepler mannequin commented May 27, 2005

Logged In: YES
user_id=2772

Yes, this is a Tcl/Tk issue. I believe that it will be
fixed with the release of Tk 8.5, though I don't know when
this release will take place.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-IDLE type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants