Skip to content

FF: page find focus issues #2694

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

Open
arcnmx opened this issue Oct 2, 2017 · 6 comments
Open

FF: page find focus issues #2694

arcnmx opened this issue Oct 2, 2017 · 6 comments

Comments

@arcnmx
Copy link

arcnmx commented Oct 2, 2017

There are a number of issues with Firefox and the find functionality:

  • Often when entering a string to find in Firefox the focus will briefly leave the find prompt then return with a random new selection or cursor position. Sometimes it returns to the start and this results in words entered backwards (typing "next" results in a search for "txen"), other times the whole entry is selected and then replaced when you press the next key ("nex" -> "t").
  • Sometimes the / key binding brings up Firefox's quick find prompt instead. Sometimes pressing / brings up the prompt but does not focus it at all. Pressing / again brings up quick find underneath it.
  • Ctrl+Backspace inside the find prompt does not erase any characters/words, unlike most text input fields (may not be a firefox-specific issue?)

I've found a possible reference to this so it may be a known problem but I couldn't find a relevant open issue tracking it.

@laktak
Copy link

laktak commented Oct 10, 2017

To reproduce the / issue:

  • press ctrl+t
  • enter example.com
  • press /

This will give me this strange, not fully quickfind like textbox (it's missing all buttons):

find1

If I click on the window before pressing / I get the / textbox.

I'm also using tabcenter if that matters.

@agush22
Copy link

agush22 commented Oct 30, 2017

+1

@iamvuppala
Copy link

N will be circular but not n.
n - goes to end of the list and stops.
N - will go to last find. if it hit the top find

Some times find / opens the firefox find and sometimes other bottom search box.
But in most pages bottom search box is unresponsive. even if we click on the box and type something.

@wavexx
Copy link

wavexx commented Dec 7, 2017

I can confirm this issue. This makes '/' completely unreliable in my case. Typing fast after '/' will send to the page with random keystrokes. Sometimes the focus is never returned to the search field. 'n' is erratic at best. I reverted to using the FF search at the moment.

@clearissimple
Copy link

clearissimple commented Jan 22, 2018

Firefox Quantum 57.0.4 (64-bit)
Vimmium 1.62.8

I have a somewhat similar issue, which I can reproduce now: The small / textfield does not receive any keystrokes, if a link on the page or another element has focus. To me this happens regularly like this:

f follow a hint on the page, which clicks a link. That link will be "selected" or have focus. If the click does not load a new page but just opens a new background tab, then / will not work in the tab with the link was clicked. If I take the mouse and click somewhere on the background of the page, / works again.

@hackel
Copy link
Contributor

hackel commented Aug 29, 2018

This is a really frustrating usability issue. Still happening in Firefox 63.

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

7 participants