Closed
Bug 191807
Opened 22 years ago
Closed 20 years ago
window.name does not change when going to a different site
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: navidazizi, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030110
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030110
Clicking on the "Instructors" link on the left-hand frame should open the link
in the right-hand frame. This usually happens, but if you go to
http://www.tsn.ca first, and then go back to
http://courses.ece.utoronto.ca/ece451h1s then the behaviour changes, and the
link is opened up in the whole window.
This seems to be a problem because the right-hand frame on
courses.ece.utoronto.ca/ece451h1s is called "main"
Reproducible: Always
Steps to Reproduce:
1. Go to www.tsn.ca
2. Go to courses.ece.utoronto.ca/ece451h1s
3. Click on the "instructors" link on the left-hand frame
Actual Results:
The link opens up in the whole window
Expected Results:
The link should open up in the right-hand frame
Comment 1•22 years ago
|
||
Correct. http://www.tsn.ca doing window.name="main", and "instructors" link use
target=main. So this link target whole window.
Comment 2•22 years ago
|
||
Yeah, but I think we should be blowing that away when going to a different site....
Assignee: asa → jst
Status: UNCONFIRMED → NEW
Component: Browser-General → DOM Level 0
Ever confirmed: true
OS: Windows XP → All
QA Contact: asa → desale
Hardware: PC → All
Comment 3•22 years ago
|
||
BTW, IE 6.0 have 100% same bug. What stantarts say about this case?
Summary: Link opens in top rather than frame → window.name does not change when going to different cite.
Comment 4•22 years ago
|
||
What about NS4.x?
Summary: window.name does not change when going to different cite. → window.name does not change when going to a different site
Comment 7•20 years ago
|
||
The standards say nothing. If we're interoperable with other browsers on the
market, then we're doing the right thing.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•