[issue9673] Entry Widget Not Editable under Windows XP with dialog call.

2021-01-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: My testing was inadequate. From #42867, it appears that 0. the bug is limited to Windows; 1. opening a canned dialog or message box is part of getting the buggy behavior; 2. timing is involved; 3. the bug can be exhibited on Windows directly with wish/tk, s

[issue9673] Entry Widget Not Editable under Windows XP

2014-05-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: The reverenced post did not give a runnable minimal example with the claimed bug, but only described more complex code at a now dead link. The following from http://effbot.org/tkinterbook/entry.htm works on my Win7 machine. import tkinter as tk master = tk.Tk(

[issue9673] Entry Widget Not Editable under Windows XP

2014-05-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue9673] Entry Widget Not Editable under Windows XP

2010-09-26 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Firat Ozgul
Firat Ozgul added the comment: That sounds nice. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Cameron Laird
Cameron Laird added the comment: If it'll help, I can translate this to Tcl/Tk, and report it to the Tk maintainers. My first impression, which is in the realm of wild speculation, is that this is a Tk defect which has already been corrected. A bit more care in composition of a homologous T

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Firat Ozgul
New submission from Firat Ozgul : 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 render