-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Blur footer for any key that triggers a 'select above', not just ArrowUp #14796
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
Conversation
|
Thanks for making a pull request to jupyterlab! |
…e selectAbove action
An advantage of this approach is that it will also work with any other footer widgets (i.e. they won't need to implement `onSelectAbove()` which was proposed in previous version).
558d0e8 to
21659f7
Compare
|
@smacke can you confirm whether the latest commits solve the problem for you? This way we do not expand our public API, and we only have one shortcut. |
krassowski
left a comment
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.
This is good to go from me, but will wait for confirmation from @smacke and potentially any other comments. It would be great to include this PR in next point release.
|
Thanks for stepping in @krassowski! I can confirm that with these changes, everything behaves the way I would expect:
|
|
@meeseeksdev please backport to 4.0.x |
… 'select above', not just ArrowUp
…bove', not just ArrowUp (#15162) Co-authored-by: Stephen Macke <stephen.macke@gmail.com>
This just makes sure that 'k' can still work for navigating after the 'Click to add a cell' footer has been focused.
References
Code changes
User-facing changes
Backwards-incompatible changes