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

Click-and-drag moving moves wrong file #1091

Closed
internationils opened this issue Mar 20, 2024 · 3 comments
Closed

Click-and-drag moving moves wrong file #1091

internationils opened this issue Mar 20, 2024 · 3 comments
Labels

Comments

@internationils
Copy link

When clicking on a file and wanting to drag it up or down to another folder, MM (most of the time) selects the file above or below and moves that file instead. It seems that the dragging after selection takes a little time to start so that the file directly above / below the one you want is selected and dragged.
Currently, I click on a file and drag sideways a little before dragging up / down to avoid this issue.

@RickStrahl
Copy link
Owner

Yeah, this is really screwed up...

I think this is a regression, when the way files are selected was changed. What's happening is that the file selection is made at the mouse move operation rather than when initially clicking on an item to drag.

@RickStrahl
Copy link
Owner

Fixed logic to handle the correct selection by capturing the initially clicked item(s).

Now works for single selections.

3.2.17.3

@internationils
Copy link
Author

Yep, seems to work in 3.2.17.3, thanks!

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