[New-bugs-announce] [issue12590] First line and cursor not visible when opening files

Simon Forman report at bugs.python.org
Wed Jul 20 05:12:21 CEST 2011


New submission from Simon Forman <forman.simon at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12590>
_______________________________________


More information about the New-bugs-announce mailing list