Remove function to do an empty search using the search bar one-off buttons.
Categories
(Firefox :: Search, task, P2)
Tracking
()
People
(Reporter: mbeier, Assigned: mbeier)
References
Details
(Whiteboard: [sng])
Attachments
(2 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
As part of the removal of SearchEngine.searchForm the one-off buttons in the search bar popup should be changed to only start a search when the search bar is not empty.
Previously they could be used to open the searchForm url but since that is gone now, pressing them when the search bar is empty results in a search for "".
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Backed out for causing bc failures on browser_oneOffContextMenu.js
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 6•2 years ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D214834
Updated•2 years ago
|
| Assignee | ||
Comment 7•2 years ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D214834
Updated•2 years ago
|
Comment 8•2 years ago
|
||
beta Uplift Approval Request
- User impact if declined: User will be able to start a search with an empty query. This will lead to error pages being displayed on some search engines.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: Add search bar, click magnifying glass in search bar (opens popup), click on a search engine icon. Nothing should happen. Repeat but do right click -> open in new tab instead.
- Risk associated with taking this patch: little
- Explanation of risk level: Few and simple changes to non-test code
- String changes made/needed: No
- Is Android affected?: no
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
The issue is verified fixed using the latest Fx 130.0a1 and Fx 129.0b9 on Windows 10 and Ubuntu 23.04.
Search bar searches with empty query no longer open the opens the search engine page.
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Adding related bugs for context due to seeing reports on Matrix for this functionality missing.
Description
•