brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
409 stars 53 forks source link

How to continue after popup closed for whatever reason #335

Closed hopalongrock closed 3 years ago

hopalongrock commented 3 years ago

Issue Description

How to continue the search after the popup is closed. For example it is closed when save screen with Greenshot. When I reopen the pop-up window, it remembers to the previous text, but it doesn't work. Currently I modify and undo the modification to make the original search work again. Is there an easier way to do this?

Steps to Reproduce

Tasks

Screenshots and Documentation

original find:

20201118 095217  Release _ Notepad++ 7 9 1 Released _ Notepad++ Community — Mozilla Firefox

this is after new Ctrl Shift F, find is not active

20201118 095737  Release _ Notepad++ 7 9 1 Released _ Notepad++ Community — Mozilla Firefox

If I write a space after ruined and press backspace, the find works again as originally.

brandon1024 commented 3 years ago

This is an existing bug, and is currently fixed on the develop branch but hasn't yet been released. This fix will be released soon.

hopalongrock commented 3 years ago

Great!