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
416 stars 54 forks source link

Improvements to Scrolling When Seeking #291

Closed brandon1024 closed 4 years ago

brandon1024 commented 4 years ago

Fixes #259

Changes Proposed in this Pull Request:

Prior to this revision, seeking to the next or previous occurrent would scroll the page regardless of whether the occurrence was in the current viewport or not. This was frustrating for some users, so I improved the logic to check if the next/previous element is in the viewport before scrolling.

wolph commented 4 years ago

Awesome! Great fix, thanks :)