Closed Bug 207001 Opened 22 years ago Closed 17 years ago

should use base[GTK_STATE_NORMAL] for browser background color when user chooses to use system colors

Categories

(Core Graveyard :: Embedding: GTK Widget, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 282141

People

(Reporter: bordoley, Assigned: blizzard)

References

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030510 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030510 It probably makes more sense to set the background to base[GTK_STATE_NORMAL] rather than bg[GTK_STATE_NORMAL], because most web pages assume a white background if they don't provide there own. This would be helpful in epiphany, because we don't want to have color prefs (we want to always follow the users theme), but our users complained about grey backgrounds. For the time being we're just going to connect bg color pref to base[GTK_STATE_NORMAL] and monitor for theme changes, but it would be nice if moz did this for us. Reproducible: Always Steps to Reproduce:
Blocks: gtk2
This would be consistent with win32 builds as well.
Not sure what you mean here .. If I create a HTML page like "<html><body>hey</body></html>", it shows as black on white by default ...
This seems fixed? http://lxr.mozilla.org/seamonkey/source/widget/src/gtk2/nsLookAndFeel.cpp#86 : 86 case eColor_WindowBackground: 87 aColor = GDK_COLOR_TO_NS_RGB(mStyle->base[GTK_STATE_NORMAL]); 88 break; -> dup of bug 282141 ?
Marking as a dup of bug 282141.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.