Closed
Bug 204317
Opened 23 years ago
Closed 23 years ago
Navigating to this URL with Mozilla on my iMac works, using Camino fails.
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: saj, Assigned: peterlubczynski-bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
"Works" means another window is opened with a Java applet virtual tour of a house.
Reproducible: Always
Steps to Reproduce:
1.Launch Camino 0.7
2.Enter http://www.seeitbuyit.com/vtour.html?7270 in URL bar
3.Type enter key
Actual Results:
With Mozilla, another window is opened with a Java applet virtual tour of a house.
With Camino, no other window is opened
Expected Results:
Camino should have worked like Mozilla, IE, and other browswers do
Comment 1•23 years ago
|
||
So why is this a Mozilla bug then?
Assignee: asa → peterlubczynski
Component: Browser-General → Plug-ins
Product: Browser → Camino
QA Contact: asa → cpetersen0953
Summary: Navigating to this URL with Mozilla on my iMac works, using Camino fails. → Navigating to this URL with Mozilla on my iMac works, using Camino fails.
Version: Trunk → unspecified
Comment 3•23 years ago
|
||
This isn't a plugin issue. But this is also invalid.
This page triggers 2 scripts on page load:
<body onLoad="self.history.back(); openWalkthru()"...
The second launches a popupwindow, wich is blocked if you've activated
popupblocking in your prefs (either Moz or Camino). Chaging your pre setting and
reloading page will launch the window.
The first sends you back to the page you came from. So even tho theres no real
"content" in the page you're trying to visit instead of seeing a blank page you
get sent back to the page you came from.
Put 1 and 2 together and it appears to a user as if nothing happens.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•