Closed
Bug 1443683
Opened 3 years ago
Closed 2 years ago
Drag and Drop may not work on OOP IFrames
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P3)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: qdot, Assigned: enndeakin)
References
Details
Attachments
(1 file, 2 obsolete files)
STR - Select text in an iframe - Try to drag it to either root document or other iframe Expected: Dragging works, text moves with cursor Actual: Either drag is ignored, or whole iframe is dragged.
Comment 1•3 years ago
|
||
This could use a test case. With data:text/html;charset=utf-8,<iframe src="https://hsivonen.fi"></iframe> , I can drag text from the iframe.
Flags: needinfo?(kyle)
Updated•3 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 2•3 years ago
|
||
Dialing this back to "may not work", assigning to myself so I'll remember to check it, and moving back to P4. We've got enough going on in the architecture changes that by the time we get around to actually OOP'ing iframes, who knows what things will look like.
Assignee: nobody → kyle
Flags: needinfo?(kyle)
Priority: P3 → P4
Summary: Drag and Drop does not work on OOP IFrames → Drag and Drop may not work on OOP IFrames
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Neil, could you please look into this?
Assignee: kyle → nobody
Fission Milestone: --- → ?
Flags: needinfo?(enndeakin)
Priority: P4 → P3
Updated•2 years ago
|
Fission Milestone: ? → M3
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → enndeakin
Flags: needinfo?(enndeakin)
| Assignee | ||
Updated•2 years ago
|
Component: DOM: Core & HTML → Drag and Drop
| Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•2 years ago
|
||
...to the drag service
| Assignee | ||
Comment 5•2 years ago
|
||
...to the drag service, r?smaug
Updated•2 years ago
|
Attachment #9064782 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•2 years ago
|
||
...to the drag service, r?nika
Updated•2 years ago
|
Attachment #9067112 -
Attachment description: Bug 1443683, support drag and drop in out of process frames; this is done by storing the drag information about the data to be dragged and visualization image in the event state manager instead of the BrowserParent and passing this information on... → Bug 1443683, support drag and drop in out of process frames; this is done by storing the drag information about the data to be dragged and image in the event state manager instead of BrowserParent, passing this information on to the drag service, r?nika
Updated•2 years ago
|
Attachment #9068371 -
Attachment is obsolete: true
Pushed by neil@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd61d5c2a773 support drag and drop in out of process frames; this is done by storing the drag information about the data to be dragged and visualization image in the event state manager instead of the BrowserParent and passing this information on to the drag service, r=nika
Comment 8•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
mozregression led me here, because I was trying to figure out why I can't see dragged text anymore with 69.0a1 (2019-06-03) (64-bit) on Gentoo Linux.
Comment 10•2 years ago
|
||
Adding ni for Neil to look into the regression reported in comment 9.
Flags: needinfo?(enndeakin)
| Assignee | ||
Comment 11•2 years ago
|
||
Looks like some lines got lost during a patch update. I'll re-add them.
Flags: needinfo?(enndeakin)
Comment 12•2 years ago
|
||
Pushed by neil@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/aee192adb1de followup to fix drag feedback images, re-add lines that got lost in the last patch, r=nika
Comment 13•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Flags: qe-verify+
QA Contact: vlad.lucaci
Updated•2 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•