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] Setting 'transition' and 'transform: scale' properties on the DOM of the Monaco Editor container will cause the browser to crash. #4683

Open
1 of 2 tasks
D-xuanmo opened this issue Sep 15, 2024 · 0 comments

Comments

@D-xuanmo
Copy link

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

No response

Monaco Editor Playground Code

No response

Reproduction Steps

Step 1: Open the official website example https://microsoft.github.io/monaco-editor
Step 2: Set transition for the Monaco Editor container, transform: scale (1);
Step 3: Switching to transform will cause the browser crash.

WechatIMG311

Actual (Problematic) Behavior

No response

Expected Behavior

No response

Additional Context

Usage scenario: Put the monaco editor into the Vue3 dialog box component for code writing, close the dialog box after completion, and the browser will crash when opened here.

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