Closed
Bug 313166
Opened 19 years ago
Closed 19 years ago
links with target="_top" open in wrong frame after been back in history
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 312117
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: regression)
To reproduce:
- Open
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsHTMLDivElement.cpp&branch=&root=/cvsroot&subdir=mozilla/content/html/content/src&command=DIFF_FRAMESET&rev1=1.51&rev2=1.52
- click on the "blame" link in the bottom frame
- Go back in history
- Click again on the "blame" link in the bottom frame
Result:
The opened page is now suddenly opened in the bottom frame.
Expected:
It should just open like it did at the first time.
This regressed between 2005-10-07 and 2005-10-08:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-10-07+07%3A00%3A00&maxdate=2005-10-08+08%3A00%3A00&cvsroot=%2Fcvsroot
So very likely a regression from patches from bug 311269 and bug 292962.
Reporter | ||
Comment 1•19 years ago
|
||
I haven't checked if this is a problem in branch (it should normally also happen
on branch). Could someone confirm (Peter?) if this is a problem in branch builds.
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20051020
Firefox/1.5 ID:2005102005
testcase comment 0 doesn't work on branch either
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 312117 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 4•19 years ago
|
||
(In reply to comment #2)
> Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20051020
> Firefox/1.5 ID:2005102005
>
> testcase comment 0 doesn't work on branch either
b/s, this is WFM on branch
Component: History: Session → Document Navigation
QA Contact: history.session → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•