Closed
Bug 63541
Opened 25 years ago
Closed 21 years ago
clanbase.com - Clanbase serves dumbed down version to NS6/Moz
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: cmattar, Unassigned)
References
()
Details
(Whiteboard: [aok])
This site serves a reduced page to all non-IE-browsers, although the page
which is served to IE seems to work fine in current Mozilla builds.
There is no DHTML involved, just HTML+ lots of CSS.
Comment 1•25 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Updated•25 years ago
|
Priority: -- → P4
Updated•25 years ago
|
Summary: Clanbase serves dumbed down version to NS6/Moz → clanbase.com - Clanbase serves dumbed down version to NS6/Moz
Comment 2•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 3•24 years ago
|
||
http://www.clanbase.com/cb.js
their dhtml is not W3C compliant
Updated•24 years ago
|
Whiteboard: [aok]
Comment 4•24 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Comment 5•24 years ago
|
||
page lookes ok.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•24 years ago
|
||
Absolutely not. Look at the page in IE6 and then in Mozilla. There's a huge
difference!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•24 years ago
|
||
hm.. strange - the page is blue in Mozilla and red in konqueror (which supports
document.all) - *wonder*
Comment 8•24 years ago
|
||
Sniffing code involved :
css = 'cb_red';
if(!document.all)
{
css = css + "_ns";
}
document.write("<LINK rel='stylesheet' HREF='http://www.clanbase.com:8000/" +
css + ".css' TYPE='text/css'>");
This explains why Konqueror gets the better css file
There are still a few differences between
http://www.clanbase.com:8000/cb_red.css and
http://www.clanbase.com:8000/cb_red_ns.css but they don't affect the display much.
Hardware: PC → All
Comment 10•23 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
Status: REOPENED → NEW
QA Contact: zach → english-us
Comment 11•21 years ago
|
||
Marking WFM - serves up the same CSS file regardless of browser now.
Status: NEW → RESOLVED
Closed: 24 years ago → 21 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•