Closed
Bug 244830
Opened 21 years ago
Closed 12 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)
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.)
Comment 3•20 years ago
|
||
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
Comment 4•20 years ago
|
||
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 → ---
Updated•19 years ago
|
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)
Comment 5•18 years ago
|
||
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?
Updated•18 years ago
|
Blocks: geckoisgecko
Comment 6•18 years ago
|
||
Not broken by lack of Firefox in UA string - removing dependency.
Gerv
No longer blocks: geckoisgecko
Comment 7•18 years ago
|
||
Oh, right, oops. Sorry 'bout that.
Resolving invalid as the URL is no longer accessible.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•10 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
•