Skip to content

The first symbol you type in the Find and Replace dialog is handled incorrectly #7515

Open
@kuraga

Description

@kuraga

Description

The first symbol you type in the Find and Replace dialog is handled incorrectly.

Reproduce

  1. Open Jupyter.
  2. Open an existing notebook.
  3. Press <Ctrl-F>.
  4. The Find and Replace dialog opens.
  5. The Find input is selected.
  6. Press some magic key, say f.

Actual:

  1. The Find input content is (empty).
  2. The content real being found is f.
  3. Press f.
  4. The Find input content is f.
  5. The content real being found is f.

Expected behavior

Expected:

  1. The Find input content is f.
  2. The content real being found is f.
  3. Press f.
  4. The Find input content is ff.
  5. The content real being found is ff.

Context

Don't know:

  • how to reproduce this behavior stable,
  • whether it is known,
  • whether it depends on window manager, etc.
  • Operating System and version: Calculate Linux (Gentoo-based)
  • Browser and version: Chromium 129.0.6668.100, 64 bit
  • Jupyter Notebook version: 7.2.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions