This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients
Date 2007-02-13.21:45:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When pasting text so that it goes beyond a window's right edge, the window is not scrolled, and the insertion cursor is not visible.

Just add self.text.see("insert") before the return in EditorWindow.paste() to fix this.
History
Date User Action Args
2007-08-23 15:56:32adminlinkissue1659326 messages
2007-08-23 15:56:32admincreate