Closed Bug 402205 Opened 17 years ago Closed 17 years ago

Sub forum header text is missing at Cd Freaks.

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: magicrisco, Assigned: magicrisco)

References

()

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007110103 Minefield/3.0a9pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007110103 Minefield/3.0a9pre

When navigating to the cd freaks forums, the sub forum header text is missing. I went back to a september build, but the issue is still there. 

It works fine on Firefox 2.0.08

Reproducible: Always

Steps to Reproduce:
1. Navigate to http://club.cdfreaks.com/
2. 
3.
Actual Results:  
Sub forum header text missing

Expected Results:  
Sub forum header text should be shown.
Version: unspecified → Trunk
Keywords: regression
I'd bet an important part of my body that I've found this regression range for this particular problem before, but I can't find the relevant bug. So after some testing, here's a range:

Works (Sub-forums visible)
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/2007012404 Minefield/3.0a2pre

Broken (Sub-forums and other stuff not visible)
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/2007012503 Minefield/3.0a2pre

Checkins to module PhoenixTinderbox between 2007-01-24 03:00 and 2007-01-25 04:00 : 
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-01-24+03&maxdate=2007-01-25+04&cvsroot=%2Fcvsroot

Note: The text is actually present (you can see it if you highlight the page with ctrl-a for example). CC'ng Mats since (if i'm not totally loosing it) he helped me with this problem before.
iirc, the problem is because of bug 347912; firefox has implemented the 'transparent' keyword from css3-color and the cdfreaks css has stuff in it like:

a:link, body_alink
{
	background: transparent;
	color: transparent;
}
a:visited, body_avisited
{
	background: transparent;
	color: transparent;
}
a:hover, a:active, body_ahover
{
	background: transparent;
	color: transparent;
}
the relevant rules are:

a:link, body_alink
{
	background: transparent;
	color: transparent;
}

a,a:visited {
color:#101454;
font-size:11px;
text-decoration:none;
border-bottom:none;
}

|a:link| is stronger than |a|, thus the color is transparent.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Component: General → Style System (CSS)
OS: Windows Vista → All
Product: Firefox → Core
Hardware: PC → All
Blocks: 347912
(In reply to comment #3)
> the relevant rules are:
> 
> a:link, body_alink
> {
>         background: transparent;
>         color: transparent;
> }
> 
> a,a:visited {
> color:#101454;
> font-size:11px;
> text-decoration:none;
> border-bottom:none;
> }
> 
> |a:link| is stronger than |a|, thus the color is transparent.
> 

Ok I am no CSS guru, so what do I need to tell the admin of the site to do?
He should remove "color: transparent;". It doesn't make any sense.
Ok thanks, this wont break the forum layout will it?
No, it won't.
Status: RESOLVED → UNCONFIRMED
Component: Style System (CSS) → English Other
Product: Core → Tech Evangelism
Resolution: INVALID → ---
Version: Trunk → unspecified
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → magicrico
Target Milestone: --- → Nov
Site is fixed. Thanks, Rico.
Status: NEW → RESOLVED
Closed: 17 years ago17 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.