[issue1111130] tkSimpleDialog broken on MacOS X (Aqua Tk)

Guilherme Polo report at bugs.python.org
Fri Apr 24 19:23:14 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

I had temporary access to a mac to verify this, and it is really sad to
see things like that.

Anyway, I found out that by calling self.entry.update_idletasks in
_QueryDialog.body right after calling self.entry.insert(0,
self.initialvalue) solved the problem. I couldn't try creating a smaller
tkSimpleDialog to test as tcl code to verify if the bug was in tk aqua
or not (because the access was really temporary).

----------
nosy: +gpolo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1111130>
_______________________________________


More information about the Python-bugs-list mailing list