jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
13.81k stars 3.12k forks source link

Search highlight does not move to next cell when replacing `a` with `aa` #16242

Closed krassowski closed 1 week ago

krassowski commented 2 weeks ago

Description

Even after https://github.com/jupyterlab/jupyterlab/pull/15881

Reproduce

tricky

Expected behavior

Moves between cells

Context

JasonWeill commented 2 weeks ago

I can reproduce this. #15881 fixed the issue where the replacement text matches the source text, but not where the replacement text matches the source text twice. 🤦