[Bug] Tooltip Error window not fully rendering in the initial load

Open
#4,916 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
frontend

Research direction

Start with the linked Monaco Editor Playground reproduction using the provided TypeScript snippet and hover the squiggly error. Trace the tooltip rendering entry point and compare the initial-load result with the expected screenshot. Done means the tooltip renders fully and includes the shortcut information.

Written by the indexing model from the issue text.

Description

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

https://microsoft.github.io/monaco-editor/playground.html?source=v0.52.2#XQAAAAJgAQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscwzYtsRgmSaumWUF-TBOsVJ4S4FwfCDQb5-2uUHXTVAefbVSd9IzaZ_vv9VR9KugsKimARHSWlrTPOQHROITHxmAfWyxxqJ48pnpVe2sI_ORzlQbecd7C0QnRlrLyGmx6jWdp0PQ7dli7UunAyuwE-zI-UE3Ksf0W_BG5nYUBAXlHWF___PR1wLkivJCvJaNpihRtwg019H24VjWUi5APQB9R7n3ikB2XHbzzhss2-OG7pubh5M9e3iiRsixBely5PlRPeiIs5DAEP_mxgjSXES4Lduglt3__so2HV

Monaco Editor Playground Code
function hello() {
	alert(aa');
	alert(aa');
}
Reproduction Steps

Create any script with error
Hover the mouse on the Squiggly
Tool tip Error window is not fully visible (Shortcut information is missing)

Actual (Problematic) Behavior

Image

Expected Behavior

Image

Additional Context

No response

Dominant language
JavaScript
Stars
46.8k
Forks
4.1k
Avg merge
17h 58m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/monaco-editor

All issues in microsoft/monaco-editor

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.