[issue12590] First line and cursor not visible when opening files

2011-07-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 73ae3729b8fe by Ned Deily in branch '2.7': Issue #12590: IDLE editor window now always displays the first line http://hg.python.org/cpython/rev/73ae3729b8fe New changeset 1c8aca41845c by Ned Deily in branch '3.2':

[issue12590] First line and cursor not visible when opening files

2011-07-26 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Thanks for the report and the cite. The problem appears to be a difference in behavior between Tk 8.5 and earlier versions of Tk and not a platform difference. The fix is to use that 'yview' method of Text instead of 'see'. That gives the expected

[issue12590] First line and cursor not visible when opening files

2011-07-26 Thread Simon Forman
Simon Forman forman.si...@gmail.com added the comment: You're very welcome. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12590 ___ ___

[issue12590] First line and cursor not visible when opening files

2011-07-21 Thread Tal Einat
Changes by Tal Einat talei...@gmail.com: -- nosy: +taleinat ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12590 ___ ___ Python-bugs-list mailing

[issue12590] First line and cursor not visible when opening files

2011-07-19 Thread Simon Forman
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

[issue12590] First line and cursor not visible when opening files

2011-07-19 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- assignee: - ned.deily nosy: +ned.deily versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12590