monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

[Bug] Incorrect position of Command Palette widget

Open dmx-patrick opened this issue 3 months ago • 1 comments

Reproducible in vscode.dev or in VS Code Desktop?

  • [x] Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Reproduction Steps

Open in the monaco editor playground the Hello World example and click F1 or select from context menu. The widget is placed to much to the right. Same is for all other examples in the playground. In the Web Component example it seems to be missing several styling.

Actual (Problematic) Behavior

Wrong positioning of the Command Palette widget.

Image

In Web Component example styling is missing.

Image

Expected Behavior

It should place the widget in the top center of the editor.

Additional Context

No response

dmx-patrick avatar Sep 22 '25 14:09 dmx-patrick

Just tested with in the latest dev version and the position seems to be fixed there. The styling in the Web Component example is still missing.

dmx-patrick avatar Sep 22 '25 14:09 dmx-patrick

Tracked by https://github.com/microsoft/monaco-editor/issues/5145

hediet avatar Dec 15 '25 09:12 hediet