draggable-vue-directive icon indicating copy to clipboard operation
draggable-vue-directive copied to clipboard

Drag problems on Chrome v69

Open HydrogenPan19 opened this issue 6 years ago • 6 comments

I have the same problem as #18 This issue does not exist in the live demo, but npm v2.0.6 is not fixed

HydrogenPan19 avatar Jul 18 '19 13:07 HydrogenPan19

Just tested it and everything works fine for me.

IsraelZablianov avatar Jul 20 '19 14:07 IsraelZablianov

Can you provide the repo or code example that you are working on as well as the exact chrome version?

IsraelZablianov avatar Jul 20 '19 14:07 IsraelZablianov

v69 (69.0.3497.42) https://github.com/HydrogenPan19/draggable-vue-directive-problem

gh-pages gif demo

HydrogenPan19 avatar Jul 22 '19 04:07 HydrogenPan19

In the source code of npm v2.0.6, mouseDown function no event.preventDefault();

You can view it unpkg

HydrogenPan19 avatar Jul 22 '19 04:07 HydrogenPan19

In chrome version 69 as you mentioned, there is a bug with draggable-vue-directive in version 2.0.6 . For now I can suggest to use version 2.0.3 . The removal of event.preventDefault(); is actually to enable editing in input, text area etc .

Will be fixed in the next version

IsraelZablianov avatar Jul 22 '19 07:07 IsraelZablianov

Oh, thanks. Anticipate the next version

HydrogenPan19 avatar Jul 23 '19 01:07 HydrogenPan19