This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients epaine, ned.deily, ronaldoussoren, serhiy.storchaka
Date 2020-12-02.14:49:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606920595.63.0.665509072103.issue42541@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-02 14:49:55epainesetrecipients: + epaine, ronaldoussoren, ned.deily, serhiy.storchaka
2020-12-02 14:49:55epainesetmessageid: <1606920595.63.0.665509072103.issue42541@roundup.psfhosted.org>
2020-12-02 14:49:55epainelinkissue42541 messages
2020-12-02 14:49:55epainecreate