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

[Bug]-Did the monaco editor suggestWidget support fixed positioning, where the position was set dynamically following the cursor move #4552

Open
1 of 2 tasks
pnzyl opened this issue Jun 8, 2024 · 0 comments

Comments

@pnzyl
Copy link

pnzyl commented Jun 8, 2024

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

Monaco Editor Playground Code

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

Reproduction Steps

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

Actual (Problematic) Behavior

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

Expected Behavior

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

Additional Context

The monaco editor's suggestWidget used absolute positioning. If the parent element was set to overflow:hidden, the pop-up content would be blocked. I hoped that the SuggestWidget was set to fixed positioning to resolve the bug

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

1 participant