-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Linux: context menu runs action under mouse when opened - New in 1.92.0 #224743
Comments
Same. I've been using VS Code on Linux without problems for years but as of 1.92.0 it exhibits the very dangerous/disruptive behavior of executing whatever command happens to be under the mouse when I right-click and release. |
I have the same Problem with the latest update. Sometimes the menu stays open but most of the time the item directly on the mouse position is selected immediately (in the code view as well selecting things like rename oder find all references, ...). Downgrade to 1.91.1 fixes the problem. Kernel 5.15.0-113-generic |
Same on the 1.92.0 and 1.92.1 |
Same here. 1.91.1 has no problem. |
@sbatten can we add the "new release" label again? |
I think this is related to #224515, which provides a workaround of changing the setting "Window: Title Bar Style" to "custom" (although that does change the title bar). |
Its related, but I think also somewhat different. I encounterd this issue previously, but fixed it (don't remember how, IE if I followed the fix mentioned in the other thread) several years ago. I recently upgraded my vscode, and have started encountering it once again. |
Does this issue occur when all extensions are disabled?: Yes/No
So I am aware of #113175 - However I only have this problem when using 1.92.0 - Downgrading to 1.91.1 fixes it. I noticed the context-menu now "fades in", whereas before it just appeared (with no animations). Were there some changes in 1.92.0 that could cause this?
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: