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

Keydown event at bubbling phase #635

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Conversation

brichet
Copy link
Contributor

@brichet brichet commented Sep 21, 2023

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

Copy link
Member

@fcollonval fcollonval left a 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

packages/application/src/index.ts Show resolved Hide resolved
packages/application/src/index.ts Show resolved Hide resolved
@brichet
Copy link
Contributor Author

brichet commented Sep 21, 2023

Thanks for your quick review @fcollonval @krassowski.
I have addressed your suggestions.

Copy link
Member

@fcollonval fcollonval left a 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?

@krassowski
Copy link
Member

Sounds great, thank you!

@fcollonval
Copy link
Member

Merging this and doing an alpha release

@fcollonval fcollonval merged commit d2bdeb8 into jupyterlab:main Sep 25, 2023
17 checks passed
@brichet brichet deleted the bubbling_keydown branch September 25, 2023 09:34
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Addresses accessibility needs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants