After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 218631 - Hardcoded colors
Hardcoded colors
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
pre-1.5 (obsolete)
Other other
: Normal normal
: ---
Assigned To: Evolution Product Design Team
Evolution QA team
Depends on:
Blocks: 235225
 
 
Reported: 2002-01-14 15:08 UTC by Michal 'hramrach' Suchanek
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
anotated screenshot of evolution 1.2.2 (193.33 KB, image/png)
2003-02-28 12:04 UTC, Michal 'hramrach' Suchanek
Details
calendar view (27.78 KB, image/png)
2003-02-28 12:05 UTC, Michal 'hramrach' Suchanek
Details

Description Michal 'hramrach' Suchanek 2002-01-14 15:08:35 UTC
Description of Problem: It was already mentioned that folder bar has
hardcoded color. In 1.0 Shortcut bar is white on dark gray, and mail header
fields are blue on whatever the GTK? theme supplies for background.
The result is blue on dark green for Digital CDE theme (which isnt easily
readable) but may be even worse for other themes.


Steps to reproduce the problem:
1. set your gtk theme to something with blue backgrounds
2. run evolution
3. open a message in mail folder, show shortcut bar.

Actual Results:

Shortcut bar is gray, folder bar is gray, content of To: and From: is
invisible (mailto: links displayed as blue underlined text).


Expected Results:

Have link color either configurable or set to something from the theme.
What about links that are in text color and simply underlined?


How often does this happen? 
always ;-)


I wonder if this is first fixed in Evolution or Mozilla. Its an annoying
little bug.
Comment 1 Jeffrey Stedfast 2002-01-14 17:52:05 UTC
folder bar is part of the shell I think. (this may actually be a gal
bug?)
Comment 2 Jan Stocker 2002-02-11 11:24:52 UTC
The hardcoded colors are everywhere.... use BlueHeart-GTK, its the
best example for unreadable/unusable theme... p.e. the background for
edit fields is grey, the textcolor white... evolution uses instead its
black color for text (p.e. addresses in new message dialog)(ever read
black on dark grey?). The quoted text is the same grey as the
background (message body) (even better to read:)... Message-list,
folder-list items also hardcoded black....
Comment 3 Ettore Perazzoli 2002-02-14 18:41:01 UTC
You can change the citation color with Tools -> Mail Settings -> Display.

The other problem, I think, is GAL's fault.  Chris?
Comment 4 Gerardo Marin 2002-04-03 04:45:12 UTC

*** This bug has been marked as a duplicate of 214413 ***
Comment 5 Michal 'hramrach' Suchanek 2002-04-03 09:16:12 UTC
It is not citation color, it is mail header link color, which is not
configurable AFAIK
Comment 6 Rodney Dawes 2003-02-22 18:39:37 UTC
Which widget is this bug intended for? Could you attach
screenshots/etc... if this is not a dup of 7405? If it is a dup,
please mark it as such.
Comment 7 Gerardo Marin 2003-02-25 17:23:06 UTC
Please REOPEN this report when you reply.
Comment 8 Michal 'hramrach' Suchanek 2003-02-28 12:04:29 UTC
Created attachment 42033 [details]
anotated screenshot of evolution 1.2.2
Comment 9 Michal 'hramrach' Suchanek 2003-02-28 12:05:09 UTC
Created attachment 42034 [details]
calendar view
Comment 10 Michal 'hramrach' Suchanek 2003-02-28 12:06:20 UTC
Attached screenshots that should make the issue obvious
Comment 11 Rodney Dawes 2004-12-15 00:07:44 UTC
OK. So I'm going to go ahead and mark this fixed now. I just committed
some theming fixes to the widget. We now pretty much match themability
with the GtkCalendar widget. The main differences being that we don't
do the day abbreviations the same way, we draw a red box around
"today" (which also needs to change), and we don't draw a focus
rectangle around the currently selected day when the widget does have
focus. But all in all, we are as themable as GtkCalendar, which means
this bug is fixed in my book. :)