You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue, and the result of a Firefox bug: window.find doesn't respect the wraparound argument, and instead fails (throwing an error).
I tried some workarounds, but nothing successfully. Re-implementing window.find in javascript would give us better power, flexibility and performance (and fix #1118 etc.), but I've never been interested enough to do it.
When hitting the first/last match with prev/next, it just starts to yell
no matches
instead of cycling through the matches again.The text was updated successfully, but these errors were encountered: