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 591056 - CSS color attribute not obeyed
CSS color attribute not obeyed
Status: RESOLVED DUPLICATE of bug 317965
Product: GtkHtml
Classification: Other
Component: Rendering
3.26.x
Other All
: Normal normal
: ---
Assigned To: Srinivasa Ragavan
Srinivasa Ragavan
Depends on:
Blocks:
 
 
Reported: 2009-08-07 15:10 UTC by Stephen Waters
Modified: 2009-08-07 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Stephen Waters 2009-08-07 15:10:11 UTC
Please describe the problem:
I have an email (in Evolution) with the following code. The specified color #FFFFFF is not obeyed and the text is displayed erroneously as black (on a blue background). It displays correctly in Firefox 3.5.

Steps to reproduce:
<table width="600" cellpadding="10" cellspacing="20" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#003E7E" valign="top" style="font-size:12px;color:#FFFFFF;line-height:120%;font-family:helvetica, arial; height: 30px;">
<span style="font-size:12px;font-weight:bold;color:#FFFFFF;font-family:helvetica, arial;line-height:110%;">The daily e-newsletter for faculty and staff members.</span>
</td>
</tr>
</table>

Actual results:
The text is black.

Expected results:
The text should be white.

Does this happen every time?
Yes, it happens every time.

Other information:
Comment 1 Milan Crha 2009-08-07 17:47:40 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 317965 ***