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 Sam Yeager
Recipients Sam Yeager, ned.deily, ronaldoussoren
Date 2016-02-17.15:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455721620.42.0.0590186130956.issue26377@psf.upfronthosting.co.za>
In-reply-to
Content
Using the following code, the messagebox will not close, leaving it on top of all other open windows:

from tkinter import *
rootWin = Tk()
messagebox.showinfo("Title", "foo")


If the root window contains a widget (Label, Entry, Button, etc.), the dialog can close.
Similar results have been obtained with filedialog. 

OS: Mac OS X 10.10.5
Python IDE: IDLE 3.4.4
tkinter.TkVersion: 8.5
tkinter.TclVersion: 8.5
ActiveTcl: 8.6.4
History
Date User Action Args
2016-02-17 15:07:00Sam Yeagersetrecipients: + Sam Yeager, ronaldoussoren, ned.deily
2016-02-17 15:07:00Sam Yeagersetmessageid: <1455721620.42.0.0590186130956.issue26377@psf.upfronthosting.co.za>
2016-02-17 15:07:00Sam Yeagerlinkissue26377 messages
2016-02-17 15:07:00Sam Yeagercreate