[ python-Bugs-1111130 ] tkSimpleDialog broken on MacOS X (Aqua Tk)
SourceForge.net
noreply at sourceforge.net
Fri Jan 28 00:52:05 CET 2005
Bugs item #1111130, was opened at 2005-01-27 15:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1111130&group_id=5470
Category: Tkinter
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Russell Owen (reowen)
Assigned to: Martin v. Löwis (loewis)
Summary: tkSimpleDialog broken on MacOS X (Aqua Tk)
Initial Comment:
On MacOS X 10.3.7 using the built-in python 2.3 and Aqua Tk 8.4.9,
tkSimpleDialog.askfloat() with initialvalue specified misbehaves:
- The entry box is displayed over the prompt.
- Clicking on the entry box has no effect.
- Clicking below the entry box (i.e. where it OUGHT to be displayed)
acts as though you clicked in the entry box.
If you omit the initial value then the bug does not appear.
Also: on one particular unix system, similar code caused the entire
Tkinter application to become unresponsive once the dialog box was
dismissed. However, the parent window for that dialog was not root
and I did not specify the parent argument to askfloat, so that may
explain the hang.
See the attached sample code for details.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1111130&group_id=5470
More information about the Python-bugs-list
mailing list