classification
Title: toplevel jumps to another location on the screen
Type: behavior Stage:
Components: Tkinter Versions: Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: aparasch, terry.reedy
Priority: normal Keywords:

Created on 2010-04-16 20:50 by aparasch, last changed 2010-08-05 20:31 by terry.reedy.

Messages (2)
msg103358 - (view) Author: Andrei Paraschivescu (aparasch) Date: 2010-04-16 20:50
The effect is the window just jumps to another location, matching left corners with another window in the same Python application. Its size doesn't change. 

The effect is somewhat erratic, the best I've been able to create is a situation where it happens 90% of the time. The application contains a number of widget.after calls, and I have not been able to replicate it with a small example.

I am running Mac OS X 10.4.11 and Python 2.6; running from my PC with Windows XP the effect doesn't happen, so it might be a OS X/Tk issue.
msg113042 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-08-05 20:31
Can you show minimum length code that shows the effect you claim?
History
Date User Action Args
2010-08-05 20:31:38terry.reedysetnosy: + terry.reedy
messages: + msg113042
2010-05-03 06:34:27aparaschsettype: behavior
2010-04-16 20:50:05aparaschcreate