[Bug] Uncaught TypeError: e.getModifierState is not a function when using AutoFill in Chrome #205214
Labels
bug
Issue identified by VS Code Team member as probable bug
monaco-editor
verification-steps-needed
Steps to verify are needed for verification
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
e.getModifierState is not a function
Here you can check it
Error appears in the constructor of StandardKeyboardEvent class as Event is not a KeyboardEvent and doesn't have that method:
The same issue is reported for the Monaco editor but it happens in the vs-code microsoft/monaco-editor#4325
The text was updated successfully, but these errors were encountered: