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

+ button not appearing when hovering lines on linux #145733

Closed
deepak1556 opened this issue Mar 22, 2022 · 3 comments
Closed

+ button not appearing when hovering lines on linux #145733

deepak1556 opened this issue Mar 22, 2022 · 3 comments
Assignees

Comments

@deepak1556
Copy link
Collaborator

deepak1556 commented Mar 22, 2022

Testing #145574

OS: Fedora 34
VSCode:

Version: 1.65.2
Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
Date: 2022-03-10T15:36:26.048Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.11.12-300.fc34.x86_64

Extension Info:

Name: GitHub Pull Requests and Issues
Id: GitHub.vscode-pull-request-github
Description: Pull Request and Issue Provider for GitHub
Version: 0.39.2022030911
Publisher: GitHub
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

Recording: https://streamable.com/8zdbh3

@alexr00
Copy link
Member

alexr00 commented Mar 23, 2022

@deepak1556 I think this was around the time that we started seeing GitHub outage issues. I tested today on Ubuntu 18, and works well. Would you be able to try again?
Recording 2022-03-23 at 10 46 18

@deepak1556
Copy link
Collaborator Author

It still repros, the problem might be localized to my vm setup. Is there a particular layer or node I should check whether it receives mouse events ? I did confirm the workbench receives mouse events.

@alexr00
Copy link
Member

alexr00 commented Mar 23, 2022

You could see if the editor mouse move event is fired here:

viewUserInputEvents.onMouseMove = (e) => this._onMouseMove.fire(e);

@alexr00 alexr00 closed this as completed Dec 7, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants