Search bar's text should be cleared after a search is performed
Categories
(Firefox :: Search, defect, P5)
Tracking
()
People
(Reporter: j_geurtsen, Assigned: dan+moz)
References
(Blocks 1 open bug)
Details
(Keywords: blocked-ux, polish, privacy, Whiteboard: [fxsearch])
Attachments
(2 files, 1 obsolete file)
4.32 KB,
patch
|
faaborg
:
ui-review-
|
Details | Diff | Splinter Review |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Reporter | ||
Updated•21 years ago
|
Reporter | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
Reporter | ||
Comment 5•21 years ago
|
||
Comment 6•21 years ago
|
||
Updated•21 years ago
|
Comment 7•21 years ago
|
||
Updated•21 years ago
|
Comment 8•21 years ago
|
||
Reporter | ||
Comment 9•21 years ago
|
||
Comment 10•21 years ago
|
||
Comment 11•21 years ago
|
||
Comment 12•21 years ago
|
||
Comment 13•21 years ago
|
||
Comment 14•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Reporter | ||
Updated•21 years ago
|
Updated•20 years ago
|
Comment 15•20 years ago
|
||
Comment 16•20 years ago
|
||
Comment 17•20 years ago
|
||
Comment 18•20 years ago
|
||
Comment 19•20 years ago
|
||
Comment 20•20 years ago
|
||
Comment 21•20 years ago
|
||
Comment 22•20 years ago
|
||
Comment 23•20 years ago
|
||
Comment 29•17 years ago
|
||
Comment 30•17 years ago
|
||
Comment 31•17 years ago
|
||
Comment 32•17 years ago
|
||
Comment 33•17 years ago
|
||
Updated•17 years ago
|
Updated•17 years ago
|
Updated•17 years ago
|
Updated•16 years ago
|
Updated•16 years ago
|
Updated•16 years ago
|
Updated•16 years ago
|
Comment 34•16 years ago
|
||
Comment 35•16 years ago
|
||
Updated•16 years ago
|
Comment 36•16 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Comment 37•16 years ago
|
||
Updated•16 years ago
|
Comment 40•13 years ago
|
||
Comment 41•13 years ago
|
||
Comment 44•11 years ago
|
||
Updated•10 years ago
|
Updated•10 years ago
|
Comment 47•8 years ago
|
||
Comment 48•8 years ago
|
||
Comment 49•8 years ago
|
||
Comment 50•8 years ago
|
||
Comment 52•7 years ago
|
||
Comment 53•7 years ago
|
||
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Updated•5 years ago
|
Comment hidden (advocacy) |
Assignee | ||
Comment 59•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 60•4 years ago
|
||
Hello,
I am a long time firefox user and first-time contributor.
There is a lot of discussion on this bug (including whether or not it is a bug) and a lot of good points have been brought up.
I have submitted a patch for this issue (visible above), which I hope will be reviewed soon.
The patch I submitted by default does absolutely nothing, but adds an about:config setting called browser.search.autoClear which when set to true causes the behaviour to change to what was originally desired by the reporter of this bug some 18 years ago.
For those of us that want the current behaviour, no action would be required.
For those of us (like myself) that would prefer the search auto-clear, we can set this about:config setting to true and it will behave as we expect.
As far as I'm aware there is no standards-track javascript API that would allow an extension to provide this functionality, so I would not expect it to be something an addon could implement in current versions of firefox.
Please let me know if I should change anything :)
Comment 61•4 years ago
|
||
Hi Dan, thank you for offering the patch, I'm sorry for the delay in responding. At this time we've decided not to accept it for a few reasons.
Firstly although it is a hidden pref and doesn't change functionality for most users, we do limit the amount of hidden preferences that we have. They do have maintenance and complexity burdens so we try to keep them to a minimum.
Secondly, we are currently considering what to do with the search bar code - it is based on an old architecture and there are several possibilities as to what we do. As a result, we would prefer not to add more features to it at this stage, but we will review this as part of the plan. Unfortunately I can't say how long it will take to decide at the moment.
Also adding the blocked-ux keyword as we'll want to reconsider this with the user experience team involved.
Assignee | ||
Comment 62•4 years ago
|
||
Hello,
Thank you for your response.
Regarding the fact that it's a hidden setting, I do understand the desire to limit hidden settings and additional maintenance.
I can probably update the patch to add an option in about:preferences#search so it's not "hidden", if that would make a difference.
As far as the search bar code in general, please update this ticket when a decision is made.
I know it's not the new/preferred user interaction, but a lot of users get value from having a dedicated search bar so I hope that whatever is decided there is a search bar available, and that it has an option to auto-clear after a search is performed.
I will not take any further action for now. If this is still an issue once the search bar code is more stable I will take another look at that time.
Thank you for your time,
Dan
Comment hidden (advocacy, metoo) |
Comment hidden (obsolete) |
Updated•3 years ago
|
Comment hidden (advocacy) |
Comment 67•4 months ago
|
||
@jan.stolarek and anyone else who is still frustrated by this and keeps finding this bug: it's still possible (for now) to fix this with userChrome.js, which it's still possible (for now) to enable using the autoconfig feature. This is totally unsupported, and the exact way to do it has changed over the years, so it can be difficult to find accurate instructions. It's one of the features in my personal collection of tweaks here -- if you don't want the other stuff, you can use my code as a starting point and strip out everything except the built-in loader code and the bit that clears the search bar. This works as of time of writing, and since I rely on all these usability tweaks I intend to keep it working on the latest version of Firefox for as long as possible.
Updated•4 months ago
|
Updated•4 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 68•3 months ago
|
||
Since I was pingged regarding this bug, I decided to check if my patch still worked when rebased on the most recent code. It does, so I added an automated test case for it and updated the patch.
I don't know what the plans were to rearchitect the searchbar code, but in the last three and a half years it hasn't happened. So I ask that you please consider this patch again. This bug is a daily frustration for me and apparently many other users.
There is no officially supported way to get the behaviour we want.
Comment 69•3 months ago
|
||
The following patch is waiting for review from a reviewer who resigned from the review:
ID | Title | Author | Reviewer Status |
---|---|---|---|
D130471 | Bug 253331 - Search bar's text should be cleared after a search is performed (optional via about:config setting), r=standard8 | dan+moz | Standard8: Resigned from review |
:dan+moz, could you please find another reviewer or abandon the patch if it is no longer relevant?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 70•3 months ago
|
||
(In reply to BugBot [:suhaib / :marco/ :calixte] from comment #69)
The following patch is waiting for review from a reviewer who resigned from the review:
ID Title Author Reviewer Status D130471 Bug 253331 - Search bar's text should be cleared after a search is performed (optional via about:config setting), r=standard8 dan+moz Standard8: Resigned from review :dan+moz, could you please find another reviewer or abandon the patch if it is no longer relevant?
For more information, please visit BugBot documentation.
I checked the recent commits for the files in question and requested review from Moritz Beier. If this should be changed please let me know.
Comment 71•2 months ago
|
||
We discussed this as a team the other week, and decided that it is still blocked on the search code rework. There's not a firm timescale for this currently, but we are thinking it might happen later in the year.
We think it will also open up more options for when search terms are kept, which may provide a better overall experience.
Description
•