Closed
Bug 1088180
Opened 10 years ago
Closed 10 years ago
[e10s] after dragging tab to new window, links with target blank open in tabs in old window instead of current window
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
People
(Reporter: martin, Assigned: mconley)
References
Details
Attachments
(2 files)
1.56 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
6.05 KB,
application/zip
|
Details |
Story
enable e10s
Open Multiple Tabs
drag some to a new window
All links with the target attribute set to _blank will open in the old window
Expected result:
Tabs opened by clicking links with target = _blank should open in the current window
Reproducible: Always on build ID Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141022030202 CSet: 88adcf8fef83
Possibly related bugs: bug 1047603
tracking-e10s:
--- → ?
Depends on: 1012784
Sample Page with links that have target = _blank :
http://www.heise.de/security/meldung/lost-found-Was-von-der-Woche-uebrig-blieb-2411458.html (sorry german)
Updated•10 years ago
|
Reproducible on build:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141122030204 CSet: 7ab92d922d19
Updated•10 years ago
|
Flags: firefox-backlog+
Comment 3•10 years ago
|
||
dupe of bug 1124881?
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mconley
Updated•10 years ago
|
Points: --- → 8
Flags: qe-verify-
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #3)
> dupe of bug 1124881?
Possibly. Investigating now, and I'll see what I find out.
See Also: → 1124881
Assignee | ||
Comment 5•10 years ago
|
||
Unable to reproduce bug 1124881, so I've needinfo'd blassey.
I can still reproduce this one though, and the problem here is that we're not swapping the mBrowserDOMWindow's on the TabParent's when we swap remote frame loaders. Patch coming up.
Assignee | ||
Comment 6•10 years ago
|
||
I assume because I have no direct access to the nsIBrowserDOMWindow pointers under TabParent that there's no other way of doing this?
Attachment #8590502 -
Flags: review?(bugs)
Updated•10 years ago
|
Attachment #8590502 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Thanks for the fast review!
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/14f69f2f4712
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Updated•10 years ago
|
Iteration: --- → 40.1 - 13 Apr
Assignee | ||
Comment 9•10 years ago
|
||
bugnotes |
You need to log in
before you can comment on or make changes to this bug.
Description
•