This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author firatozgul
Recipients firatozgul
Date 2010-08-24.17:49:40
SpamBayes Score 1.1523232e-06
Marked as misclassified No
Message-id <1282672182.44.0.886074830019.issue9673@psf.upfronthosting.co.za>
In-reply-to
Content
In a Tkinter application that has an Entry() widget on the main window and an askopenfilename() dialog, one should be able to click and type into the Entry() widget as soon as the askopenfilename() dialog is closed. However, the askopenfilename() dialog renders the Entry() widget on the main window unusable/non-editable.

This issue was explored in http://mail.python.org/pipermail/tkinter-discuss/2010-August/002332.html at Tkinter-Discuss mailing list. All details relating to the issue can be followed from there.

It seems that only Windows OS is affected by this issue. In Ubuntu Karmic Koala (GNOME) and Debian (IceWM), at least, this issue cannot be reproduced, and everything works like expected.
History
Date User Action Args
2010-08-24 17:49:42firatozgulsetrecipients: + firatozgul
2010-08-24 17:49:42firatozgulsetmessageid: <1282672182.44.0.886074830019.issue9673@psf.upfronthosting.co.za>
2010-08-24 17:49:40firatozgullinkissue9673 messages
2010-08-24 17:49:40firatozgulcreate