save-in icon indicating copy to clipboard operation
save-in copied to clipboard

Forward slash will open quick find

Open Sopor opened this issue 5 years ago • 2 comments

When i try to write a / in the download directory this quick find will open in Firefox 70.0 image

and it makes it impossible to write it, so now i have to copy it to the clipboard and paste it.

Sopor avatar Dec 06 '19 23:12 Sopor

Unfortunately, this doesn't seem like it's something I can fix on my side. It seems fixed in nightly, so we can wait for the next version to land.

As a workaround for Firefox 71, you can disable the quick find in about:config by setting accessibility.typeaheadfind.manual to false.

Dev note: I've tried preventDefault, stopPropagation, stopImmediatePropagation, and returning null on the keydown event. Doesn't seem to prevent the / key from bringing up the quick find bar.

gyng avatar Dec 21 '19 12:12 gyng

Alternatively, you can open the options page in a new tab

popout

gyng avatar Dec 21 '19 20:12 gyng