Closed
Bug 1518018
Opened 6 years ago
Closed 6 years ago
alert button text color uses selection text color
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kulakov74, Unassigned)
References
Details
Attachments
(1 file)
|
1.05 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
Steps to reproduce:
I installed AeroByDesign Windows theme and opened a page with an alert() in it.
Actual results:
The button in the alert message has white (hardly visible) text "OK" when the message is focused. When the message (that's the Firefox window) is not focused, or when the button is being pressed, the text is black and seen well.
Expected results:
The button text "OK" should always be black.
I found out that the color of the button label is actually the selected text color that is set in the current Windows theme like this:
Hilight=0 140 250
HilightText=255 255 255
At the same time the problem doesn't show when I select the default Windows 8.1 theme (aero).
A similar problem:
http://forums.mozillazine.org/viewtopic.php?f=38&t=3025913&p=14724327
https://superuser.com/questions/1218581/firefox-button-text-color
Comment 1•6 years ago
|
||
(In reply to Kulakov Sergey from comment #0)
> I installed AeroByDesign Windows theme
"This theme requires your theme DLLs to be patched please install uxstyle or UltraUXThemePatcher"
https://www.deviantart.com/liveordietm/art/AeroByDesign-For-Windows-8-1-Update-1-401771941
:dao, am I right to think operating system files modified by third-party tools isn't a supported configuration?
Component: Untriaged → Widget: Win32
Flags: needinfo?(dao+bmo)
OS: Unspecified → Windows 8.1
Product: Firefox → Core
Hardware: Unspecified → x86_64
Comment 2•6 years ago
|
||
(In reply to Gingerbread Man from comment #1)
> (In reply to Kulakov Sergey from comment #0)
> > I installed AeroByDesign Windows theme
>
> "This theme requires your theme DLLs to be patched please install uxstyle or
> UltraUXThemePatcher"
> https://www.deviantart.com/liveordietm/art/AeroByDesign-For-Windows-8-1-
> Update-1-401771941
>
> :dao, am I right to think operating system files modified by third-party
> tools isn't a supported configuration?
Correct.
Blocks: 1022568
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(dao+bmo)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•