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 & Drop not working on macOS and Windows #70

Closed
s1hofmann opened this issue Jun 5, 2019 · 1 comment
Closed

Drag & Drop not working on macOS and Windows #70

s1hofmann opened this issue Jun 5, 2019 · 1 comment
Assignees
Labels
bug Something isn't working DONE Implementation is done, but not yet merged into master
Milestone

Comments

@s1hofmann
Copy link
Member

Version
1.1.2

Short overview
nut.js does not properly perform drag & drop gestures on macOS and Windows

Detailed error description
While the mouse correctly moves from source to target, it does not keep the button state and therefore performs just a move, not a drag.

Steps to reproduce error

const {mouse, screen, straightTo, centerOf, right} = require("@nut-tree/nut-js");

(async () => {
  screen.config.resourceDirectory = "$resourceFolder";
  await mouse.move(straightTo(centerOf(screen.find("$image"))));
  await mouse.drag(right(1000));
})();
@s1hofmann s1hofmann added bug Something isn't working prio:high labels Jun 5, 2019
@s1hofmann s1hofmann added this to the v1.1.3 milestone Jun 5, 2019
@s1hofmann s1hofmann self-assigned this Jun 5, 2019
s1hofmann added a commit that referenced this issue Jun 5, 2019
s1hofmann added a commit that referenced this issue Jun 5, 2019
s1hofmann added a commit that referenced this issue Jun 5, 2019
@s1hofmann s1hofmann added DONE Implementation is done, but not yet merged into master and removed IN PROGRESS labels Jun 5, 2019
@s1hofmann
Copy link
Member Author

Closed by aa09ce0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DONE Implementation is done, but not yet merged into master
Projects
None yet
Development

No branches or pull requests

1 participant