Skip to content

Keydown event at bubbling phase#635

Merged
fcollonval merged 4 commits into
jupyterlab:mainfrom
brichet:bubbling_keydown
Sep 25, 2023
Merged

Keydown event at bubbling phase#635
fcollonval merged 4 commits into
jupyterlab:mainfrom
brichet:bubbling_keydown

Conversation

@brichet

@brichet brichet commented Sep 21, 2023

Copy link
Copy Markdown
Contributor

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

Comment thread packages/application/src/index.ts

@fcollonval fcollonval left a comment

Copy link
Copy Markdown
Member

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

Comment thread packages/application/src/index.ts
Comment thread packages/application/src/index.ts
@brichet

brichet commented Sep 21, 2023

Copy link
Copy Markdown
Contributor Author

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

@fcollonval fcollonval left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

Sounds great, thank you!

@fcollonval

Copy link
Copy Markdown
Member

Merging this and doing an alpha release

@fcollonval fcollonval merged commit d2bdeb8 into jupyterlab:main Sep 25, 2023
@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