51
11
I usually have to type Ctrl+F, type the search string, and then Alt+A to toggle "Highlight all", because only one match is highlighted by default. I want the "Highlight all" button to be always on, and I don't think I'll ever need to turn it off.
Currently:
"Highlight all" has to be re-enabled by the user for every page.
"Match case" stays toggled when you switch between pages.
Which is the wrong way around from a usability perspective.
Searching for some time did not yield any good results. This thread http://forums.mozillazine.org/viewtopic.php?f=7&t=2077733 addresses the problem, but the solution there (Find Toolbar Tweaks plugin) doesn't work with newer versions of Firefox. The plug-in's page doesn't list any recent updates.
Is there a plug-in or a setting to get this standard behaviour in Firefox? (Chrome, Opera, and even IE all behave sensibly in this regard.)
3
Sadly, Mozilla intentionally does not do this. See https://bugzilla.mozilla.org/show_bug.cgi?id=266538
– inanutshellus – 2014-06-23T18:12:57.9233@Gabriel The argument being that if "Highlight All" is on and a single letter like 'e' is typed, the contract of the functionality is that every letter 'e' on the page will be highlighted as you type, which will cause a major slow-down for large web pages. (This behaviour is highly annoying in Chrome.) The obvious solution there is to make the search-and-highlighting process asynchronous and low-priority, so that it won't block further user actions and will progressively highlight more and more matches, given time. Appropriate feedback that it's not finished yet can be given in the findbar. – Evgeni Sergeev – 2014-06-24T02:37:18.387
1Yes, that insight is also in the Bugzilla ticket and was apparently ignored. – inanutshellus – 2014-06-24T12:33:40.170
2@Gabriel It seems to be ignored because nobody wants to work on it. Probably a tricky thing to implement for what may be seen as a small gain. However, thinking about the number of users of Firefox who all use this feature every day, and remembering all those multi-million dollar scrapped projects with much more impressive functionality, except that they are sort of impressive in a vacuum, having zero users now, I think the utility/effort ratio for this feature is actually quite high. – Evgeni Sergeev – 2014-06-26T23:18:45.763
2
And the "just always highlight all" https://bugzilla.mozilla.org/show_bug.cgi?id=342101 feature request in addition to Gabriel's (better) remember highlight all button state request. Let's upvote them!
– Ciro Santilli 新疆改造中心法轮功六四事件 – 2015-03-04T14:10:26.610Thanks for mentioning the FF Alt+A (CTRL-A on mac) which is enough for me. – Clemens Tolboom – 2016-04-03T08:37:38.990
1Why can't FF just add an about:config option to default Hightlight All on or off! – IanVaughan – 2016-09-13T19:39:48.173
@EvgeniSergeev Please consider accepting the newer answer, since that gives a means to do this in Firefox without having to use an extension. – NextInLine – 2018-09-13T14:06:43.303