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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to