-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Closed
Labels
3-0-xapp-feedback-programbug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingplatform/macOSstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Description
- Electron Version: 3.0.0-beta.6
- Operating System (Platform and Version): macOS
- Last known working Electron version: 3.0.0-beta.5
Expected Behavior
The onkeydown event is fired when clicking into a webview contents and typing using the keyboard.
Actual behavior
The onkeydown event is not fired.
To Reproduce
- run this fiddle: https://gist.github.com/bpasero/52358eaaf2f45f4d7e5e5e3d94a56128
- click into the input box of the GitHub landing page
- type
- observe that the
onkeydownevent is not emitted
This breaks VSCode's keyboard handling once focus is within a webview.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3-0-xapp-feedback-programbug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethingplatform/macOSstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature