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

Find and Replace Button and Toggle Option #331

Closed brandon1024 closed 3 years ago

brandon1024 commented 4 years ago

Added a new button to toggle the find and replace pane, which is hidden by default. Also added an option to show or hide this button.

Fixes #313

jakobi commented 3 years ago

Thanx for the fix.

However there still seems to be a bug, kind of lacking one icon's width, with the pre-existing(?) now being "shared" between both clipboard and replace icons:

Prepare:

  1. Open find+, hide both of these icons.
  2. Close find+.

Reproduce:

  1. Open find+, type LONGWORD
  2. Click option icon.
  3. Now repeat disable/enable one and or both icons.

Effect:

Expected Effect: The size of the field should decrease, but the location of the 'X' should not be visually shifted, nor should the beginning of the regex become invisible.

Note: I already restarted firefox, albeit I'm testing this in my customized normal profile.