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 of file includes previously selected file #9726

Open
cyberduck opened this issue Oct 6, 2016 · 1 comment
Open

Drag & drop of file includes previously selected file #9726

cyberduck opened this issue Oct 6, 2016 · 1 comment
Assignees
Labels

Comments

@cyberduck
Copy link
Collaborator

5e4fc9a created the issue

Cyberduck: 5.3
OSX: 10.12

Previously selected folder is moved and downloaded (without using shift key). This is not standard drag & drop behavior.

  1. open a directory tree on a remote server
  2. select a folder (directory)
  3. while that folder is highlighted, select and drag a file (do not shift-select or ctrl-select)
  4. both the previously selected folder and the file are moved/downloaded (depending on the drop target)

Comment:

  1. Standard drag & drop behavior is to move only the newly-selected file (not the previously selected folder). OSX-Finder, for example, will only drag the previously selected folder if the user performes a shift-select.
  2. Functionally, what should be happening is: the previously selected folder should be automatically de-selected, and then the target file should be moved/downloaded. It appears that the "de-select" step is not being executed properly.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Thanks for your detailed description of the issue.

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

No branches or pull requests

2 participants