Open Bug 142745 Opened 22 years ago Updated 2 years ago

cant open the site, get's strange message

Categories

(Core :: DOM: Navigation, defect)

defect

Tracking

()

Future

People

(Reporter: perry1, Unassigned)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311
BuildID:    20020311

when opening the page, mozilla prompts a strange message and the user cannot get
into the site.

Reproducible: Always
Steps to Reproduce:
1. go to www.masters-series.com
2.
3.

Actual Results:  get a strange message

Expected Results:  give more info regarding the problem
Reporter, please always give details. The "strange message" is:

"The file //0/http://www.masters-series.com/ cannot be found. Please check the
location and try again."

Looking at the page is certainly entertaining. It starts with a frameset filled
with about:blank frames. Those are replaced by a strange JavaScript. I don't
understand the scripting, but I assume this calls in effect
file://0/http://www.masters-series.com/ which does not exist.

This is not critical, at best normal -> adjusted

Most likely this is an evangelism bug.

pi
Severity: critical → normal
I opened the page with MS-Internet Explorer 5.5 SP2. No problems. Page is
displayed without errors (Windows NT 4.0 SP5)
What do you mean evangelism bug?

This is strange! There wasn't any message with previous builds 0.9.8
There is no problem with IE and Opera.
You can spot the problem using Mozilla 0.9.9 and RC1 On Linux and NT/2000 and 9x.

weird, using build 2002050707 on Win2k (trunk), if I load
http://www.masters-series.com/navig/navigation_js.asp?s=/default.asp then reload
http://www.masters-series.com/ , then it works fine.

However, viewing frame source of http://www.masters-series.com/ when it fails, I
get a wyciwyg:// error, perhaps bug 131343.
wyciwyg problem

-> radha

testcase

<html>
<head>
<script language="JavaScript">
function whatever() {
    top.frames["navi"].document.open("text/html");
    top.frames["navi"].document.close();
    var str = 'top.frames["navi"].location.href = ' +
               top.frames["navi"].location.href;
    alert(str);
    top.frames["navi"].location.href = "http://www.mozilla.org/"; // error here
}
</script>
</head>
<frameset rows="100%,*" onload="whatever()">
    <frame src="about:blank" name="navi">
</frameset>
</html>
Assignee: Matti → radha
Status: UNCONFIRMED → NEW
Component: Browser-General → History: Session
Ever confirmed: true
QA Contact: imajes-qa → claudius
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1alpha
Target Milestone: mozilla1.1alpha → mozilla1.2alpha
Target Milestone: mozilla1.2alpha → mozilla1.3beta
Target Milestone: mozilla1.3beta → Future
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
Assignee: radha → nobody
Status: ASSIGNED → NEW
(In reply to comment #6)
Stop bothering developers with this minor problem, you are the only one, who has it.
excuses for comment 7, some is spamming various bugs, see bug 567347
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: