Closed
Bug 322498
Opened 20 years ago
Closed 20 years ago
Endless refresh loop on www.magwerk.com
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: erick, Assigned: mikepinkerton)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko Camino/0.9+
Build Identifier: Camino Version 2006010404 (1.0b2+)
Endless refresh loop on www.magwerk.com. There is some sort of flash plug-in detection routine that is occurring when the page first loads. With Camino, I just keep seeing the page attempt to load. With Safari, I see this URL:
http://www.magwerk.com/flash_ok.php
...then the page loads properly. So I suspect that Camino is failing their flash detection and they have some sort of problem in loading their "flash missing" page. Here's the source of the page that I get from Camino:
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="refresh" content="3;url=flash_missing.php" />
<title>MagWerk</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-120387-1";
urchinTracker();
</script>
</head>
<body bgcolor="#ffffff" style="margin: 0px; padding: 0px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
<param name="movie" value="flash_detection.swf?flashContentURL=flash_ok.php&altContentURL=flash_missing.php&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
<param name="quality" value="low" />
<embed src="flash_detection.swf?flashContentURL=flash_ok.php&altContentURL=flash_missing.php&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" />
</object>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.go to http://www.magwerk.com
2.
3.
Actual Results:
Page never displays. FavIcon loads in address field, url keeps appearing/disappering as page refreshes.
Expected Results:
Expect correct page to load, or at least an error page to load.
Camino settings:
Block Web Advertising - enabled
Block Pop-Up Windows - disabled
Prevent Sites from Changing,moving...-enabled
javaScript - enabled
java - enabled
scale to fit - enabled
play animated images - disabled
Forgot to mention, but this may not be a Camino problem at all. It may be a site design issue, but it seems to work with Safari...
Eric, are you accepting cookies from magwerk.com? That's the usual cause of endless reloading (although Gecko often catches this and presents an error page with that suggestion).
When I accept cookies, I get in fine; otherwise, I'm seeing some sort of endless reload (though nothing about Flash).
That was it...
Camino was set to "Accept cookies only from sites you visit" and "Ask before accepting"
I just deleted all my cookies and switched the prefs to "Accept all cookies"
I went back to the site, and accepted the cookie when prompted.
After that, the site loaded fine.
It would be nice if Camino handled that blocked cookie situation a little better. I had no idea that it was a cookie issue.
Thanks, and sorry to bother you!
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•