[issue8427] toplevel jumps to another location on the screen

Andrei Paraschivescu report at bugs.python.org
Tue Apr 24 02:43:47 CEST 2012


Andrei Paraschivescu <andreip1 at comcast.net> added the comment:

"python jumpBug.py" creates two windows, "root" and "other".

If the first thing you do is click on "other", then hit <p>, the printed geometry string will show the position of the window "root".

By contrast, if you first click on "root", then on "other", followed by <p>, the correct position of "other" is shown. 

As mentioned before, this happens on OS X Tiger but not on my FreeBSD machine, or new Mac laptop running Snow Leopard.

I've isolated that the erratic jumping of windows I mentioned in the initial bug report is caused by calling .geometry with incorrect geometry strings.

----------
Added file: http://bugs.python.org/file25333/jumpBug.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8427>
_______________________________________


More information about the Python-bugs-list mailing list