Background selection expands as adding more text, but find results do not update #217832
Open
Description
opened on Jun 25, 2024
Testing #217640
- Select several lines in the cell, open the find widget and toggle the option
find in selection
- The results will be displayed in the selection. Suppose there are
n
results. - Add some text in the selection which would match the find pattern
- The selection background expands when the new text is added
- The bottom-most match is not colored. Only the top
n
results are shown despite there beingn+1
results in the greyed out selection 🐛
Perhaps what could be done is to remove the find in selection condition as soon as one starts typing in the initial selection
Activity