-
Notifications
You must be signed in to change notification settings - Fork 40k
Webview not handing CustomEvent #78915
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
Quick summary:
I'm trying to work on an extension to design diagrams to generate code. The libraries I'm using are triggering CustomEvent events on mouse events, but VSCode seems to be willing to treat them as MouseEvent, and hence breaking the execution.
Steps to Reproduce:
(based on the vs-extension sample 'cat-coding')
[reproducible.tar.gz] .
(https://github.com/microsoft/vscode/files/3490468/reproducible.tar.gz)
Thanks in advance.