Closed
Bug 1156871
Opened 10 years ago
Closed 10 years ago
[e10s] Drag and drop tabs do not display CTP notifications
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 41
People
(Reporter: jimm, Assigned: mconley)
References
Details
Attachments
(1 file, 1 obsolete file)
|
39 bytes,
text/x-review-board-request
|
Details |
STR:
1) load two tabs, one of which holds a test plugin (plugin_test.html in the tree)
note: CTP puzzle piece is displayed
2) drag the tab out to a new window
result: no puzzle piece in the new window
3) drag the tab back to the original window
result: no puzzle piece in the old window
test: http://mxr.mozilla.org/mozilla-central/source/browser/base/content/test/plugins/browser_CTP_drag_drop.js
Updated•10 years ago
|
tracking-e10s:
--- → m7+
Comment 1•10 years ago
|
||
The reason for this failure is that a pageshow event is not fired when swapping remote docshells - bug 1136478.
Depends on: 1136478
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mconley
| Assignee | ||
Comment 2•10 years ago
|
||
This should be fixed now that bug 1136478 has landed. We should be able to re-activate browser_CTP_drag_drop.js now.
| Assignee | ||
Comment 3•10 years ago
|
||
/r/8767 - Bug 1156871 - Reactivate browser_CTP_drag_drop.js for e10s. r=?
Pull down this commit:
hg pull -r bb418c38e6878fe4206670fff1a70afeaf802889 https://reviewboard-hg.mozilla.org/gecko/
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
| Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8605941 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•