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

Fix opened-traces context-menu going out of view #106

Open
hriday-panchasara opened this issue Mar 16, 2023 · 1 comment
Open

Fix opened-traces context-menu going out of view #106

hriday-panchasara opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working vscode-extension Something in the vscode-extension repository

Comments

@hriday-panchasara
Copy link
Contributor

hriday-panchasara commented Mar 16, 2023

Adjust z-index of the context menu so that its not blocked by other components:

Screen.Recording.2023-03-16.at.2.42.34.PM.webm
@hriday-panchasara hriday-panchasara added bug Something isn't working vscode-extension Something in the vscode-extension repository labels Mar 21, 2023
@hriday-panchasara hriday-panchasara self-assigned this Apr 25, 2023
@williamsyang-work
Copy link
Contributor

williamsyang-work commented Mar 19, 2024

I think this has to do with the context menu being a part of the theia-trace-extension and rendered inside of the iFrame. The solution is probably more complicated than simply increasing the z-value. Probably more like:

  • stopping event propagation
  • creating and registering vscode commands and context menu items in the extension's package.json

I'm not sure how b) would be able to detect what file is being clicked on. But I haven't investigated this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vscode-extension Something in the vscode-extension repository
Projects
None yet
Development

No branches or pull requests

2 participants