On Find and Replace, using <Ctrl>-Z
doesn't re-search #7504
Open
Description
opened on Oct 30, 2024
Description
On Find and Replace, using <Ctrl>-Z
doesn't re-search.
Reproduce
- Create a Jupyter notebook.
- Type in the first cell:
123
. - Open the
Find and Replace
dialog. - Type:
123
at theFind
input. - The search indicator:
- / 1
.
On manual editing, the search indicator is updated:
- Erase
3
. - Type
3
at the same place. 123
is highlighted; the search indicator shows- / 1
.
But on undoing, it isn't:
- Erase
3
. - Press
<Ctrl>-Z
. - Expected:
123
is highlighted; the search indicator shows- / 1
. - Actual:
123
is highlighted; the search indicator shows- / -
.
Unfocusing the cell helps:
- Unfocus the cell in some way.
- Actual:
123
is highlighted; the search indicator shows- / 1
.
Expected behavior
On Find and Replace, using <Ctrl>-Z
re-searchs.
Context
- Operating System and version: Calculate Linux (Gentoo-based)
- Browser and version: Chromium 129.0.6668.100, 64 bit
- Jupyter Notebook version: 7.2.2
Activity