[issue38661] Changes to tkinter result in (unexpected) widget map call return changes wrt. 3.7

Serhiy Storchaka report at bugs.python.org
Tue Dec 15 14:38:46 EST 2020


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

This was likely caused by different versions of Tk.

It should be fixed now in issue42328. Style.map() should convert result to uniform representation on all versions and platforms, and accept input in different forms. Please check.

----------
resolution:  -> duplicate
status: open -> pending
superseder:  -> ttk style.map function incorrectly handles the default state for element options.

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


More information about the Python-bugs-list mailing list