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

"Click to add cell" button breaks command mode when it's focused #7118

Closed
weibeld opened this issue Oct 20, 2023 · 2 comments
Closed

"Click to add cell" button breaks command mode when it's focused #7118

weibeld opened this issue Oct 20, 2023 · 2 comments
Labels
bug status:Needs Triage Applied to issues that need triage

Comments

@weibeld
Copy link

weibeld commented Oct 20, 2023

Description

"Click to add cell" button breaks command mode when navigating past the last cell with J.

When navigating past the last cell, the "Click to add cell" button appears and gets focused. After that, it's not possible anymore to move the focus to another cell with e.g. K or any other key combination.

Reproduce

  1. Open new Jupyter notebook
  2. Create new cell with B
  3. Navigate past last cell with J, J

The "Click to add cell" button appears and no command mode key combinations can be used anymore.

Expected behavior

Should be able to navigate back to previous cells with K.

Context

Versions:

  • Jupyter:
    Selected Jupyter core packages...
    IPython          : 8.15.0
    ipykernel        : 6.25.1
    ipywidgets       : not installed
    jupyter_client   : 8.3.0
    jupyter_core     : 5.3.1
    jupyter_server   : 2.7.0
    jupyterlab       : 4.0.5
    nbclient         : 0.8.0
    nbconvert        : 7.7.3
    nbformat         : 5.9.2
    notebook         : 7.0.2
    qtconsole        : 5.4.4
    traitlets        : 5.9.0
    
  • Browser: Google Chrome 117.0.5938.149
  • OS: macOS 14.0

Related:

@weibeld weibeld added bug status:Needs Triage Applied to issues that need triage labels Oct 20, 2023
@krassowski
Copy link
Member

@weibel this was fixed in v7.0.6 released over a week ago, but you are using 7.0.2. Please upgrade your installation.

@weibeld
Copy link
Author

weibeld commented Oct 21, 2023

Indeed it's fixed in Jupyter Notebook v7.0.6, thanks

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants