-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Close tab on click, instead of just mousedown #1788
base: v5
Are you sure you want to change the base?
Conversation
I am also working on fixing Issue #1786, please define your requirements. After I checked the current behavior and the code, I found that each tab panel switches to the last active tab.
|
How does this fix #1405? It would be a good idea to add a commit message. |
I don't know why, but after making this change the issue went away. |
How did you reproduce it? |
I'm not sure how to reproduce this for sure. |
Can you mention that in the issue thread as well? How did you find this? If you think this is the cause, can you run a stresser (say stress-ng) and reproduce? And why would dragging fix it? If it's a memory issue, why does this change fix it? |
Could you show a video demonstration showcasing that it works? @FoxRefire |
I believe a much better solution would be to leave the mousedown event listener, and move "perform action" part to the mouseup listener. And better yet - start to select tabs on mousedown, sp that user could continue moving the mouse to select more tabs, and apply the configured action on mouseup, similar to how it was done for the middle click multi selection on the tab body. |
Closes #1437
Closes #1682
Closes #1405
Closes #299