robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
457 stars 116 forks source link

Ghost diropenbox window #118

Open lucasbledsoe opened 8 years ago

lucasbledsoe commented 8 years ago

When on mac, I am on 10.12.1, using diropenbox followed immediately by a button box results in a ghost directory selection window. This windowcan be cleared by clicking the dock icon or the newly created window itself.

Example code to replicate

import easygui

chosen_dir = easygui.diropenbox("Select dir", default='/')
confirm = easygui.ccbox('yes?','confirm')
spyoungtech commented 8 years ago

I haven't tested on mac, but cannot reproduce on Windows7/8/10 or Ubuntu16-04. Seems to suggest this to be a bug specific to Mac os.

lucasbledsoe commented 8 years ago

Sorry, I should have explicitly mentioned that. This is indeed unique to mac.