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

HoverService should support secondary windows #15039

Open
sdirix opened this issue Feb 25, 2025 · 1 comment
Open

HoverService should support secondary windows #15039

sdirix opened this issue Feb 25, 2025 · 1 comment

Comments

@sdirix
Copy link
Member

sdirix commented Feb 25, 2025

Bug Description:

When prompting a hover tooltip, it is shown in the original window instead of the secondary window

Steps to Reproduce:

  1. Extract Chat View to secondary window
  2. Send any message.
  3. Hover over the agent
  4. The tooltip shows in the original window, instead of the secondary window

Expected behavior:
The tooltip shows in the secondary window

It's likely the hover service which needs an overhaul to properly support secondary windows. It's used here in the described scenario. This seems to be the culprit code.

Additional Information

  • Operating System: Ubuntu 22.04
  • Theia Version: Latest master 73ff47b
@tsmaeder
Copy link
Contributor

There are more uses of document in that file that we should review.

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

No branches or pull requests

2 participants