Closed Bug 244830 Opened 20 years ago Closed 11 years ago

netscape.com - DHTML Fish Tank fails in Camino, works in Mozilla and Firefox (sniffs for window.sidebar)

Categories

(Tech Evangelism Graveyard :: English US, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: bugmail, Unassigned)

References

()

Details

The old Netscape Amazing DHTML Fish Tank fails to animate using Camino 0.8b. It
WFM using Mozilla-Mac/1.7b and Firefox-Mac/2004-05-04-07-trunk.
(That should say, it WFM using Mozilla-Mac/1.7RC2, not 1.7b.)
It reproduced.

2004052621 (v0.8+)(trunk build)
something probably about cocoa widget isn't fully implemented. josh will prolly
have to get to this if we want to get ff on cocoa widget
Assignee: pinkerton → joshmoz
Target Milestone: --- → Camino1.1
This is because the browser sniffing is just broken:

var browserType; /* cheezey browser detection */
if (window.sidebar)
{
    browserType = "MOZ";
    get = MZ_get;
}
else if (document.layers)
{
    browserType = "NS4x";
    get = NS_get;
}
else if (document.all)
{
    browserType = "IE";
    get = IE_get;
}
Assignee: joshmoz → english-us
Component: General → English US
Product: Camino → Tech Evangelism
QA Contact: english-us
Target Milestone: Camino1.1 → ---
Summary: DHTML Fish Tank fails in Camino, works in Mozilla and Firefox → netscape.com - DHTML Fish Tank fails in Camino, works in Mozilla and Firefox (sniffs for window.sidebar)
Still broken, but do we *really* care? :) On a more serious note, if we do care, do we know who to talk to about this?
Blocks: geckoisgecko
Not broken by lack of Firefox in UA string - removing dependency.

Gerv
No longer blocks: geckoisgecko
Oh, right, oops. Sorry 'bout that.
Resolving invalid as the URL is no longer accessible.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.