Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag problems on Chrome v69 #37

Open
HydrogenPan19 opened this issue Jul 18, 2019 · 6 comments
Open

Drag problems on Chrome v69 #37

HydrogenPan19 opened this issue Jul 18, 2019 · 6 comments

Comments

@HydrogenPan19
Copy link

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

@IsraelZablianov
Copy link
Owner

Just tested it and everything works fine for me.

@IsraelZablianov
Copy link
Owner

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

@HydrogenPan19
Copy link
Author

HydrogenPan19 commented Jul 22, 2019

@HydrogenPan19
Copy link
Author

HydrogenPan19 commented Jul 22, 2019

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

You can view it unpkg

@IsraelZablianov
Copy link
Owner

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

@HydrogenPan19
Copy link
Author

Oh, thanks.
Anticipate the next version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants