[issue5124] IDLE - pasting text doesn't delete selection

Roger Serwy report at bugs.python.org
Sun May 26 18:10:39 CEST 2013


Roger Serwy added the comment:

There are many X11 applications that replace the selection with pasted text. GTK and Qt widgets behave that way. Here's a brief list: gedit (GTK), gummi (GTK), kate (Qt), texmaker (Qt).

Tkinter, for me, has become increasingly frustrating due to these subtle platform differences. (See #14146, #13582, and many more that deal with Tk on Mac.) For IDLE, I consider these behavior differences bugs.

The attached patch "fixes" this issue.

----------
keywords: +patch
Added file: http://bugs.python.org/file30385/issue5124.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5124>
_______________________________________


More information about the Python-bugs-list mailing list