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 panzi
Recipients panzi
Date 2010-02-17.02:30:46
SpamBayes Score 0.00022747087
Marked as misclassified No
Message-id <1266373848.2.0.533247356736.issue7949@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed that the debugger also suffers from this problem. Doing a quick grep over the source reveals even more places that might cause problems (where only the bg or only the fg color is set).

I think in ScrolledList.py the background="white" should just be removed. This and setting the fg color to black when the bg color is set to yellow (Debugger.py) makes the debugger usable.

Checkboxes and radiobuttons seem to be messed up in general (forced white bg but using system fg color (white on white on my system); not idles but Tkinters or TKs fault).
History
Date User Action Args
2010-02-17 02:30:48panzisetrecipients: + panzi
2010-02-17 02:30:48panzisetmessageid: <1266373848.2.0.533247356736.issue7949@psf.upfronthosting.co.za>
2010-02-17 02:30:46panzilinkissue7949 messages
2010-02-17 02:30:46panzicreate