Reputation: 1002
I'm testing a client's Surface 4 device. As the title suggests, in-page dragging and dropping isn't working when using touch (finger dragging) or the Surface Pen. After some testing it seems this is an issue in both Chrome and Edge, but not in Firefox.
Drag and drop functionality works as expected on the desktop, but not in-browser. I've also checked Chrome's Event Listener and, as it turns out, dragging (both using the pen and touch) does not trigger any drag or drop events.
I've read about Chrome freezing when using a Surface Pen but can't find any other cases of drag-and-drop issues. I'm not sure if this is related at all but that should have been fixed in the Chrome 60 update. The client pointed out that they installed a Windows Security Update just before they noticed the issue. Any reason this could be related? Any similar experiences or fixes?
Upvotes: 4
Views: 5410
Reputation: 31
This issue relates to Chrome's configuration, not Windows 10 or the pen settings. Chrome's default behavior is to interpret pen click-dragging as scrolling. You can disable this behavior:
chrome://flags
in the Chrome address barThis will allow you to click and drag web elements with a stylus and maintain scrolling behavior for (finger) touch input.
Upvotes: 3