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

Middle or right click creates weird persistent selections #1371

Closed
raphCode opened this issue May 3, 2022 · 2 comments · Fixed by #1372
Closed

Middle or right click creates weird persistent selections #1371

raphCode opened this issue May 3, 2022 · 2 comments · Fixed by #1372
Assignees

Comments

@raphCode
Copy link
Contributor

raphCode commented May 3, 2022

Clicking right selects the clicked pane and displays a selection starting from the top until the clicked position. The selection persists, it is even possible to create multiple selections in different panes:
image

Clicking with the middle mouse button does a similar thing, except it does not switch the active pane, so you can manipulate the selection in the active pane by middle-clicking in another pane. In the screenshot, middle-clicking in the right pane causes all lines down to the cursor position in the left pane to be selected.

In both cases, this only happens when the mouse button is released.
v0.29.1

@raphCode raphCode changed the title Middleor right click creates weird persistent selections Middle or right click creates weird persistent selections May 3, 2022
@tlinford
Copy link
Contributor

tlinford commented May 3, 2022

Thanks for the report, guess the previous fix was too hasty :(

@raphCode
Copy link
Contributor Author

raphCode commented May 3, 2022

No worries, it doesn't break any functionality as far as I observed :D

Selecting + copying to clipboard still works, and I also did not find any increased high CPU usage with persisting selections.

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

Successfully merging a pull request may close this issue.

2 participants