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

Cannot hover over hover widget in panel chat code block #212101

Open
ulugbekna opened this issue May 6, 2024 · 1 comment
Open

Cannot hover over hover widget in panel chat code block #212101

ulugbekna opened this issue May 6, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@ulugbekna
Copy link
Contributor

Repro:

  1. Ask copilot for a code block with a symbol that can be hovered over, eg "typescript array map example"
  2. Hover over map -- hover widget appears, but I can't hover over it (not the case with ordinary editor)
Screen.Recording.2024-05-06.at.17.40.55.mov

Version: 1.90.0-insider
Commit: ccba2fc
Date: 2024-05-06T08:08:03.248Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0

@mjbvz mjbvz added this to the May 2024 milestone May 6, 2024
@mjbvz
Copy link
Contributor

mjbvz commented May 6, 2024

This seems to happen for any editor that uses overflowWidgetsDomNode. You can see the same behavior inside the notebook diff editor for example. After setting overflowWidgetsDomNode, the editor doesn't seem to get the mousemove event when the mouse moves over the hover content widget. Without overflowWidgetsDomNode, the editor does

@alexdima @hediet Do you have any ideas on how we might fix this?

@mjbvz mjbvz added the bug Issue identified by VS Code Team member as probable bug label May 6, 2024
@aiday-mar aiday-mar self-assigned this May 15, 2024
@mjbvz mjbvz modified the milestones: May 2024, June 2024 May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

4 participants