Closed
Bug 242416
Opened 21 years ago
Closed 21 years ago
Classic theme: text in highlighted Aqua button turns white while active
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brion, Unassigned)
Details
(Keywords: classic)
Attachments
(2 files, 1 obsolete file)
|
7.61 KB,
image/png
|
Details | |
|
1.23 KB,
patch
|
peterv
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040502
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040502
When clicking an Aqua-styled button in a dialog, the button's label text turns
white while it's active. Real Aqua buttons don't do this; the text should remain
black the whole time.
Reproducible: Always
Steps to Reproduce:
1. Load up Mozilla in the default Classic theme.
2. Open some dialog (say, Preferences or Find)
3. Click a button.
Actual Results:
While clicked, the button's text changes from black to white.
Expected Results:
The button's text should not change color.
The problem is with the Classic theme that comes with Seamonkey; the Pinstripe
theme in Firefox 0.8 gets this right.
| Reporter | ||
Comment 1•21 years ago
|
||
Confirmed using Mac/1.7b (2004042110). WFM using Firefox/20040416, though, so
maybe Gerich’s eventual Pinstripe for Mozilla will fix this and all the other
old Mac Classic theme bugs.
| Reporter | ||
Comment 3•21 years ago
|
||
I'm guessing the hardcoded white text was originally put in for the old Mac OS
-- where depressed buttons _do_ have white text -- and just never got updated
for OS X. Since Mozilla no longer supports CFM builds that run on the old Mac
OS, there's no need to try to determine which system is being run on; it can
just be taken out as in this patch.
Brion, don’t forget to request review for your patch. Setting blocking1.7?.
Flags: blocking1.7?
| Reporter | ||
Updated•21 years ago
|
Attachment #147790 -
Flags: review?
| Reporter | ||
Comment 5•21 years ago
|
||
Removes, rather than comments out, the offending line.
Attachment #147790 -
Attachment is obsolete: true
| Reporter | ||
Updated•21 years ago
|
Attachment #147790 -
Flags: review?
| Reporter | ||
Updated•21 years ago
|
Attachment #147796 -
Flags: review?
Updated•21 years ago
|
Flags: blocking1.7? → blocking1.7-
Comment 6•21 years ago
|
||
I don't know why I got CC'd on this because I don't have a Mac, but I was
wondering why the colour was hardcoded in in the first place because in the
Windows classic theme there are virtually no literal colours, system colour
identifiers are used almost throughout.
Comment 7•21 years ago
|
||
Comment on attachment 147796 [details] [diff] [review]
One-line fix for white text button problem (fixed)
I suggest someone with access to a mac reviews this...
Attachment #147796 -
Flags: review? → review?(timeless)
Comment 8•21 years ago
|
||
Comment on attachment 147796 [details] [diff] [review]
One-line fix for white text button problem (fixed)
Peter, can you take a look at this? glazou told me on irc that you're a mac
person :)
Attachment #147796 -
Flags: review?(timeless) → review?(peterv)
Updated•21 years ago
|
Attachment #147796 -
Flags: review?(peterv) → review+
Comment 9•21 years ago
|
||
Comment on attachment 147796 [details] [diff] [review]
One-line fix for white text button problem (fixed)
Neil, can you sr this one-liner?
Attachment #147796 -
Flags: superreview?(neil.parkwaycc.co.uk)
Comment 10•21 years ago
|
||
Comment on attachment 147796 [details] [diff] [review]
One-line fix for white text button problem (fixed)
rs=me (platform-specific code)
Attachment #147796 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment 11•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•