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] d.classList is undefined #4465

Open
2 tasks done
BeishaoCao-db opened this issue Apr 9, 2024 · 0 comments
Open
2 tasks done

[Bug] d.classList is undefined #4465

BeishaoCao-db opened this issue Apr 9, 2024 · 0 comments

Comments

@BeishaoCao-db
Copy link

BeishaoCao-db commented Apr 9, 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

No response

Monaco Editor Playground Code

No response

Reproduction Steps

No response

Actual (Problematic) Behavior

No response

Expected Behavior

No response

Additional Context

I cannot repro in stack trace or even our prod, just adding another datapoint here. Monaco version is 0.43 and I see something same happens to 0.44 before:
#4296

Stack trace if useful:

'd.classList is undefined'
at _j (monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js:154:67)
at _onEditorMouseMove (node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js:69:68)
at value (node_modules/monaco-editor/esm/vs/base/common/event.js:864:21)
at _deliver (node_modules/monaco-editor/esm/vs/base/common/event.js:875:17)
at _deliverQueue (node_modules/monaco-editor/esm/vs/base/common/event.js:899:17)
at fire (node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditorWidget.js:1522:14)
at fire (node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditorWidget.js:1411:67)
at call (node_modules/monaco-editor/esm/vs/editor/browser/view/viewUserInputEvents.js:34:72)
at emitMouseMove (node_modules/monaco-editor/esm/vs/editor/browser/view/viewController.js:243:29)
at emitMouseMove (node_modules/monaco-editor/esm/vs/editor/browser/controller/mouseHandler.js:190:28)
at _onMouseMove (node_modules/monaco-editor/esm/vs/editor/browser/controller/mouseHandler.js:29:17)
at callback (node_modules/monaco-editor/esm/vs/editor/browser/editorDom.js:129:69)

@BeishaoCao-db BeishaoCao-db changed the title [Bug] [Bug] d.classList is undefined Apr 9, 2024
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