Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 308762

Summary: Headers in /projects/lists.php pages are invisible (white on white)
Product: Community Reporter: Fabian Steeg <steeg>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Fabian Steeg CLA 2010-04-11 16:19:45 EDT
Headers in /projects/lists.php pages are invisible (white on white), e.g. project pages:

http://www.eclipse.org/projects/lists.php?list=byproject&param=tools.gef

Or committer pages:

http://www.eclipse.org/projects/lists.php?list=projectsforcommitter&param=fsteeg

These pages appear to have no headers, but if you hit Ctrl/Cmd-A to select all, the headers become visible.

I tested this on Mac OS X 10.6.3 with Firefox 3.5.8, Chrome 5.0.342.7 and Safari 4.0.5.

I took a look into the HTML and it seems the span element with class='pageheader' contains a style='color: white;' attribute. I deselected the style attribute in Chrome's developer tools, which made the header appear (in black). Not sure how CSS might be interfering.
Comment 1 Wayne Beaton CLA 2010-04-13 00:14:37 EDT
I found two spots where the colour was set to white. I assume that these are left-over tweaks from previous versions of the stylesheet. Committed in HEAD. Marking as FIXED.