-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Keydown event at bubbling phase #635
Conversation
… the keydown event at bubbling phase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @brichet here are some suggestions
Thanks for your quick review @fcollonval @krassowski. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @brichet
@krassowski I would like to get a pre-release of lumino with this on Monday, is it ok for you?
Sounds great, thank you! |
Merging this and doing an alpha release |
This PR adds an experimental parameter when starting application to handle the keydown event at bubbling phase.
Currently the keydown events are handled at capture phase. With this PR it with possible to switch from capture to bubbling at startup.
See jupyterlab/jupyterlab#14115 (comment) for context.
cc. @fcollonval @krassowski @gabalafou