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 rafe.kettler
Recipients eric.araujo, gpolo, rafe.kettler
Date 2010-11-02.19:21:33
SpamBayes Score 5.4145023e-08
Marked as misclassified No
Message-id <1288725700.39.0.943075824683.issue10171@psf.upfronthosting.co.za>
In-reply-to
Content
I've tested how these dialogs display in regular Tcl/Tk, and it appears the problem resides in the Tcl implementation, not the Python binding. You can see for yourself by running this Tcl script:

package require Tk
tk_messageBox
tk_chooseColor

Since this is not a Tkinter or Python issue, I think the issue should be closed and a bug (if it doesn't exist already) should be filed with the Tcl/Tk developers.
History
Date User Action Args
2010-11-02 19:21:40rafe.kettlersetrecipients: + rafe.kettler, gpolo, eric.araujo
2010-11-02 19:21:40rafe.kettlersetmessageid: <1288725700.39.0.943075824683.issue10171@psf.upfronthosting.co.za>
2010-11-02 19:21:33rafe.kettlerlinkissue10171 messages
2010-11-02 19:21:33rafe.kettlercreate