[issue24293] Windows installer unreadable with std/custom themes

Mike Miller report at bugs.python.org
Wed May 27 01:59:01 CEST 2015


New submission from Mike Miller:

The new Windows installer displays itself with an HTML (or perhaps skinned) interface with hard-coded white background which does not adhere to the desktop GUI color scheme chosen by the user.

Many times this is only an aesthetic problem, but it may cause the window to be unreadable if the user is using a darker, custom color scheme, or one of the standard Accessible themes such as "High Contrast".  

Invariably the developer/framework sets only one out of two of the background/foreground pair, which I believe happened here.  See attached, the white text is lost on a white background.

Please set both the background/foreground to "system colors" to avoid this issue.  These are available in CSS as well, though not commonly known.

----------
components: Installation, Windows
files: pywin_setup.png
messages: 244140
nosy: mixmastamyk, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows installer unreadable with std/custom themes
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file39511/pywin_setup.png

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


More information about the Python-bugs-list mailing list