Closed Bug 948684 Opened 11 years ago Closed 11 years ago

Drag & drop completely broken on Windows

Categories

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

Other Branch
x86_64
Windows 7
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 948839

People

(Reporter: mayhemer, Unassigned)

Details

Using gum build (some small new HTTP cache changes, no relation to d&d at all) based on https://hg.mozilla.org/mozilla-central/rev/a79294ed7ebe When dragging a piece of a text in a text area (bugzilla comment field) just to move it inside the text area Firefox is trying to take the piece of a text as a URI to open. When you visit a page that defines... window.ondrop = function(event) { event.stopPropagation(); return false; } ...the dropped file or URL is directly navigated to, regardless normally this function would prevent it. I can try to find a regression range, but I'm quite busy...
Severity: normal → major
Forward duping to Bug 948864 as it has regression ranges for both m-c and m-i.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Sorry, it looks like Bug 948839 is the more appropriate bug to dupe this bug to.
You need to log in before you can comment on or make changes to this bug.