New submission from Simon Forman <forman.si...@gmail.com>:

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

----------
components: IDLE
messages: 140716
nosy: sforman
priority: normal
severity: normal
status: open
title: First line and cursor not visible when opening files
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12590>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to