Closed
Bug 1156703
Opened 10 years ago
Closed 9 years ago
[e10s] Detaching a 1st tab does not work if drop the 1st tab onto contents area
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 42
People
(Reporter: alice0775, Assigned: smaug)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.51 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
Build Identifier:
ttps://hg.mozilla.org/mozilla-central/rev/50b95032152c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0 ID:20150420030204
Steps to reproduce:
1. Open Nightly with newly created profile
Or, Restore previous session
--- Now, there are several tabs opened.
2. Attempt to detach a 1st tab
(i.e., drop the 1st tab onto contents area)
Actual Results:
Nothing happens, but page is reloaded.
Expected Results:
A new window should open with the 1st tab.
Regression window
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=63c495f3e709&tochange=1eec2c8789c1
Regressed by:
1eec2c8789c1 Olli Pettay — Bug 936092, initial DnD support for e10s, r=enndeakin,karlt
Reporter | ||
Updated•10 years ago
|
Summary: Detaching a 1st tab does not work if drop the 1st tab onto contents area → [e10s] Detaching a 1st tab does not work if drop the 1st tab onto contents area
Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Windows 7
Hardware: Unspecified → x86
Assignee | ||
Comment 1•10 years ago
|
||
ah, I can see how this might happen. Investigating.
Assignee: nobody → bugs
Updated•10 years ago
|
Comment 2•9 years ago
|
||
Smaug, are you working on this? It is in our tracking list for e10s
Flags: needinfo?(bugs)
Hey Olli,
Are you still planning to do this or should we assign it to someone else?
Flags: needinfo?(bugs)
Assignee | ||
Comment 5•9 years ago
|
||
Sorry, looking at this right now.
Assignee | ||
Comment 6•9 years ago
|
||
Somehow the first xul:browser has this.droppedLinkHandler==null, so dragover handler returns too early.
Do we create the initial remote xul:browser in somehow special way?
I'll continue debugging tomorrow.
Flags: needinfo?(mconley)
Assignee | ||
Comment 7•9 years ago
|
||
Updated•9 years ago
|
Attachment #8644032 -
Flags: review?(felipc) → review+
Comment 9•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
You need to log in
before you can comment on or make changes to this bug.
Description
•