On Thu, Jul 14, 2011 at 3:13 PM, Simon Forman <forman.si...@gmail.com> wrote: > I apologize if this is old news. I searched the Python bug tracker and > idle-dev list without finding any mention, > > I'm using IDLE 2.6.5 on Ubuntu 10.04. > > When I open a file that is longer than the edit window the first line > (containing the cursor) is above the top of the edit window. Put > another way, the file opens with the second line at the top of the > window rather than the first, giving the impression that the file > starts at the second line, and that the cursor is absent. > > I figured I'd ask about it here before filing a bug. > > Can anyone shed any light on this behavior? > > Warm regards, > ~Simon
I took a look in the code but I couldn't figure out where or why this was happening. I managed to "fix" it by adding the following to the end of the EditorWindow __init__ method: text.see('insert') Is this worth a bug report and patch? Cheers, ~Simon -- I live on a Pony Farm: http://fertilefuture.blogspot.com/ My blog: http://firequery.blogspot.com/ "The history of mankind for the last four centuries is rather like that of an imprisoned sleeper, stirring clumsily and uneasily while the prison that restrains and shelters him catches fire, not waking but incorporating the crackling and warmth of the fire with ancient and incongruous dreams, than like that of a man consciously awake to danger and opportunity." --H. P. Wells, "A Short History of the World" _______________________________________________ IDLE-dev mailing list IDLE-dev@python.org http://mail.python.org/mailman/listinfo/idle-dev