Last modified: 2007-05-19 21:23:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9989, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7989 - RSS feed sets white background color and may be unreadable
RSS feed sets white background color and may be unreadable
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
History/Diffs (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/w/index.php?t...
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-20 00:07 UTC by Invalid Account
Modified: 2007-05-19 21:23 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Invalid Account 2006-11-20 00:07:23 UTC
If you're viewing the feed in a website that uses white text color, the text is
unreadable because it's white on white.

When specifying a background color, one should always set a text color, or
completely remove colors.

WRONG: style="background-color: white;" (background color specified without text
color)
WRONG: style="color: black;" (text color specified without background color)
RIGHT: style="background-color: white; color: black"
RIGHT: style=""

Solution 1: completely remove all colors from the RSS feed
Solution 2: If specifying a background color, a text color should also be specified
Comment 1 Robert Leverington 2006-11-26 10:37:54 UTC
Does anyone know where the code for this is stored. I have been through tons of 
files and still can't find it. Please excuse me being a noob.
Comment 2 Fyren 2006-12-09 11:03:03 UTC
The CSS in skins/common/feed.css does set the color to black and background to
white, as far as I can tell.
Comment 3 Mark Clements (HappyDog) 2006-12-18 17:17:33 UTC
Yes it does.  Possibly the comment was about the generated content.  The
'description' field includes table definitions that have background-color set to
white, but no color attribute.

E.g. (from the linked URL):

> <description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Key features
-&lt;/span&gt; +extension&lt;/p&gt;
>
> 			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4'
style=&quot;background-color: white;&quot;&gt;
> 			&lt;tr&gt;
...
Comment 4 Antoine "hashar" Musso (WMF) 2007-05-19 21:23:58 UTC
Committed as r22271.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links