Google Chrome's drag drop feature stopped working

7

4

I am not able to drag & drop anything into google chrome. For instance, I was able to add gmail attachments using drag & drop until yesterday but today it does not seem to work. Basically when I drag & drop anything onto chrome (not necessarily gmail) I see the sign. Version of chrome is "46.0.2490.80 m" and I tried cleaning cahce, deleting temporary files, disabling touch features of chrome, re-installing chrome, uninstalling Avira (browser security), use different mouse, restarting Windows etc. BTW, Drag drop feature of IE and Firefox works just as expected. Actually it was working fine with chrome until yesterday. I tried drag & drop on another PC with very same version of chrome, it just works fine.

I suppose it is not about chrome but about Windows. What may be wrong with my system?

Mehmet Ataş

Posted 2015-10-31T12:07:24.747

Reputation: 271

Answers

10

Somehow I set chrome.exe as "Run as administrator" from "Right Click Shortcut -> Properties -> Compatibility". Unchecking this solved the problem.

Mehmet Ataş

Posted 2015-10-31T12:07:24.747

Reputation: 271

3Anyone know the reasons behind this all-time-high-idiotic time thief? – carl – 2016-08-25T08:41:03.167

5

  1. Point Chrome to URL: chrome://flags
  2. DISABLE: "Enable touch events"
  3. DISABLE: "Enable touch initiated drag and drop"
  4. Relaunch chrome

Source: https://github.com/dbushell/Nestable/issues/92

It fixed this issue for me.

user2193757

Posted 2015-10-31T12:07:24.747

Reputation: 51

1It makes sense why this would work (why listen for touch events when you don't have a touch device?). But, oddly, it had no effect on my problem. =\ – None – 2017-10-26T17:46:44.427

Strangely enough, it also helped for me. Can anyone explain, why this seemingly unrelated touch display setting solves this mouse drag-and-drop problem? – Artanis – 2018-04-28T22:00:32.833

Tnx, works for me – YaserKH – 2019-04-23T06:07:00.293

1

You can try exiting and restarting Chrome. That just fixed it for me. (Maybe my Chrome instance had started as Administrator, but I don't know how/why that would have happened.)

Quinxy von Besiex

Posted 2015-10-31T12:07:24.747

Reputation: 121

0

If you have a touch screen laptop, then this works to fix problem. Point Chrome to URL: chrome://flags DISABLE: "Enable touch events" DISABLE: "Enable touch initiated drag and drop" Relaunch chrome, works now!

Minner Wong

Posted 2015-10-31T12:07:24.747

Reputation: 9

This is odd,  since the OP says they “tried ... disabling touch features of chrome”. – G-Man Says 'Reinstate Monica' – 2017-11-03T08:33:50.647

0

Had to disable "Touch initiated drag and drop" - then I was all good again. For me the symptoms were that the webpage blinked while I was holding the file over the webpage, before dropping. /JFK

Jakob Farian Krarup

Posted 2015-10-31T12:07:24.747

Reputation: 1

0

None of the answers above worked for me so I've installed Chrome Beta version and now drag and drop works.

It's not perfect solution but I don't care, choice is yours...

Simon

Posted 2015-10-31T12:07:24.747

Reputation: 101

0

Since the option for enabling "Touch events" is removed from Chrome in some and the newest version I wanted to contribute with a solution that worked for me. I got this from a thread from Google Groups. You can try change the target: inside properties for Chrome shortcut on desktop or the task bar.

This is the thread: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-discuss/43EvDVGan6E

Here is a quick guide:

Chrome shortcut > Properties > Target field: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --touch-events

Enter "--touch-events" in the end like so. If it doesn't work try add "= enable" in the end also.

Philip Karlsson

Posted 2015-10-31T12:07:24.747

Reputation: 1

-1

Running Chrome as an administrator is causing this problem. Just go to chrome.exe settings and disable it. Restart the browser and drag and drop is back.

Boro666

Posted 2015-10-31T12:07:24.747

Reputation: 1

1How does this differ from the accepted answer? – Ramhound – 2019-02-05T10:52:59.060