[New-bugs-announce] [issue42541] Tkinter colours wrong on MacOS universal2

E. Paine report at bugs.python.org
Wed Dec 2 09:49:55 EST 2020


New submission from E. Paine <paineelisha at gmail.com>:

When using tkinter from the universal2 package, the colours are completely confused. Most text tries to white, even though the background is light and this makes text in Entries completely unreadable (where the background is white). This affects both Tk and Ttk.

The first included screenshot is of a simple script which just creates a Tk label and Ttk label. The second screenshot is of the IDLE 'open module' interface in which I have typed 'test' (though, you cannot see this).

The main problem is that I cannot check whether this is a Tkinter or Tk issue as ActiveTcl only offers 8.6.9 and I haven't yet compiled my own copy of Tk.

This is not a problem on the standard installer.

----------
components: Tkinter, macOS
files: Screenshot from 2020-12-02 14-37-02.png
messages: 382315
nosy: epaine, ned.deily, ronaldoussoren, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Tkinter colours wrong on MacOS universal2
versions: Python 3.10, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file49645/Screenshot from 2020-12-02 14-37-02.png

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


More information about the New-bugs-announce mailing list