[issue21521] Tkinter + OSX + Spaces : Multiple file dialogues created

Serhiy Storchaka report at bugs.python.org
Tue Dec 15 11:40:28 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

asksaveasfilename is just a wrapper around the tk_getSaveFile Tk command which is implemented differently on Windows, macOS and X Window. The used widgets have very different appearance and behavior on different platforms, so there is no chance to test macOS issues on Windows or Linux. On Linux at least it honoures initialdir='.'.

In any case Tkinter just converts arguments and results of the Tk command. It does not affect the appearance and behavior. We cannot do anything to fix bugs in Tk.

----------
nosy: +serhiy.storchaka
resolution:  -> third party
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21521>
_______________________________________


More information about the Python-bugs-list mailing list