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

UI issue: cell cursor does not move to the target cell when using keyboard shortcuts #7229

Closed
tanweihou opened this issue Jan 31, 2024 · 2 comments
Labels

Comments

@tanweihou
Copy link

Description

Jupyter notebook does not move the target cell when inserting a new cell above (pressing A).

notebook.ui.problem.webm

Reproduce

  1. Type a few lines of code, ideally comes with many lines of error messages (my example), many lines of output.
  2. Press "Shift+Enter" to execute that cell.
  3. Use arrow key to move up to the same cell.
  4. Press A and check if cell cursor move to the cell above.

Expected behavior

Cell cursor should move to the target cell.

expected.behavior.webm

Context

  • Operating System and version: Windows 11, Ubuntu 22.04
  • Browser and version: Chrome 121 on both Windows 11 and Ubuntu 22.04
  • Jupyter Notebook version: 7.0.6
  • Jupyter Lab version: 4.0.8
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
@tanweihou tanweihou added bug status:Needs Triage Applied to issues that need triage labels Jan 31, 2024
@JasonWeill
Copy link
Collaborator

Triage notes: This will likely be fixed in 7.1. Please verify when this version is available.

@tanweihou
Copy link
Author

Hi, I just checked it with the following specs

  • Jupyter Notebook version: 7.1.1
  • Jupyter Lab version: 4.1.2

and the UI issue has been fixed.
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants