Closed Bug 153650 Opened 22 years ago Closed 22 years ago

[Website Testing] Page fails to display

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 153270

People

(Reporter: pgscholt, Assigned: saari)

References

()

Details

Chimera 0.30
OS X 10.1.5

Steps to Reproduce:
(1)Go to URL
(2)Scroll down to the section where it is supposed to tell you how to set
Disney.com as your homepage

It says "index_unknown.html" where there should be instructions.  Internet
Explorer does show instructions.
The platform detect script isn't figuring out Chimera because of our platform
string in navigator.userAgent. It does work with Mozilla, because it checks for:

	else if (myAgent.indexOf("PPC") != -1)
		gBrowserPlatform = "MACPPC";
	else if (myAgent.indexOf("PowerPC") != -1)
		gBrowserPlatform = "MACPPC";

Since we never say PPC or PowerPC, it can't figure out our browser (which uses
"Darwin Power Macintos"). Moz works because it's userAgent says "PPC Mac OS X".
Related to bug 153270 - navigator.userAgent confusing by DarWIN
Summary: [Website Testing] → [Website Testing] Page fails to display

*** This bug has been marked as a duplicate of 153270 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.