[New-bugs-announce] [issue9673] Entry Widget Not Editable under Windows XP

Firat Ozgul report at bugs.python.org
Tue Aug 24 19:49:42 CEST 2010


New submission from Firat Ozgul <ozgulfirat at gmail.com>:

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.

----------
components: Tkinter, Windows
messages: 114800
nosy: firatozgul
priority: normal
severity: normal
status: open
title: Entry Widget Not Editable under Windows XP
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list