Description
The first symbol you type in the Find and Replace dialog is handled incorrectly.
Reproduce
- Open Jupyter.
- Open an existing notebook.
- Press
<Ctrl-F>.
- The
Find and Replace dialog opens.
- The
Find input is selected.
- Press some magic key, say
f.
Actual:
- The
Find input content is (empty).
- The content real being found is
f.
- Press
f.
- The
Find input content is f.
- The content real being found is
f.
Expected behavior
Expected:
- The
Find input content is f.
- The content real being found is
f.
- Press
f.
- The
Find input content is ff.
- 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