Closed Bug 1787627 Opened 2 years ago Closed 1 year ago

Dragging images between tabs to Google Photos does not work

Categories

(Core :: DOM: Copy & Paste and Drag & Drop, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1437126
Webcompat Priority P2

People

(Reporter: twisniewski, Unassigned)

References

()

Details

The drop event does trigger when one attempts to drag-and-drop an image to the tab with Photos, but their code is checking for event.dataTransfer.types to have 'Files':

      Cs(a) {
        _.ta(a.event.dataTransfer.types, 'Files') && TFe(this) && (this.ha = 0, this.oa(), QFe(this.ka, a))
      }

But event.dataTransfer is actually null in this case, so Photos gets no actual images to work with.

Some more info/screenshots are available on the webcompat.com report from which I spawned this bug.

This seems likely to be a dupe of (or at least related to) bug 1437126.

Component: DOM: Events → DOM: Copy & Paste and Drag & Drop

Setting the dependency on bug 1437126 for now.

Severity: -- → S3
Depends on: 1437126
Webcompat Priority: --- → P2

In my local build with the fix for bug 1437126 I can successfully drag images from another tab to Google Photos.

Status: NEW → RESOLVED
Closed: 1 year ago
No longer depends on: 1437126
Duplicate of bug: 1437126
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.