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 sforman
Recipients sforman
Date 2011-07-20.03:12:20
SpamBayes Score 0.0021785449
Marked as misclassified No
Message-id <1311131541.7.0.783238761563.issue12590@psf.upfronthosting.co.za>
In-reply-to
Content
In IDLE if you open a file that is longer than the editor window the first line, with the cursor, is scrolled off the top of the window making it appear as though the file begins at the second line.

This can be fixed by adding 'text.see("insert")' to the end of the EditorWindow __init__() method, but see Bruce Sherwood's comment on http://bugs.python.org/issue10079#msg118618
History
Date User Action Args
2011-07-20 03:12:21sformansetrecipients: + sforman
2011-07-20 03:12:21sformansetmessageid: <1311131541.7.0.783238761563.issue12590@psf.upfronthosting.co.za>
2011-07-20 03:12:21sformanlinkissue12590 messages
2011-07-20 03:12:20sformancreate