Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox: find next/prev does not really cycle #2674

Open
princemaple opened this issue Sep 27, 2017 · 1 comment
Open

Firefox: find next/prev does not really cycle #2674

princemaple opened this issue Sep 27, 2017 · 1 comment

Comments

@princemaple
Copy link

When hitting the first/last match with prev/next, it just starts to yell no matches instead of cycling through the matches again.

@mrmr1993
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants