Trending suggestions pref causes web search suggestions to be displayed for one letter inputs
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
People
(Reporter: cbaica, Assigned: daleharvey)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng][search-regression])
Attachments
(3 files)
Found in
- Fx 122.0b1
Affected versions
- Fx 122.0b1
- Fx 123.0a1
Affected platforms
- Windows 10
- Ubuntu 20.04
- macOS
Steps to reproduce
- Launch Firefox.
- Open a new tab and type 'z'.
Expected result
- NO web search suggestions are displayed for one letter input.
Actual result
- Web search suggestions are displayed for one letter input, which is only specific for trending suggestions feature, even though no trending suggestions are actually displayed.
Regression range
- Not a regression. Has been like this since the implementation of trending suggestions.
Additional notes
- Please note that this affects the balance of results shown (websearch suggestions vs firefox suggest). With trending enabled the firefox suggest results are drastically reduced (only 3 shown).
- With browser.urlbar.trending.featureGate disabled, there are no web search suggestions for 1 letter input.
| Reporter | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
:cbaica, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•2 years ago
|
||
We should fix this before shipping trending suggestions, as it is unintentionally different behaviour.
Updated•2 years ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
I cant seem to be able to reproduce this, if I type one letter in the urlbar I get suggestions regardless of whether I type 1 letter or 3 and regardless of whether browser.urlbar.trending.featureGate is true or false
It seems like https://searchfox.org/mozilla-central/source/browser/components/urlbar/UrlbarUtils.sys.mjs#2255 could have caused this bug, but yeh not seeing 1 letter search suggestions being prevented regardless
| Assignee | ||
Comment 4•1 year ago
|
||
Comment 7•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•1 year ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D213774
Updated•1 year ago
|
Comment 9•1 year ago
|
||
beta Uplift Approval Request
- User impact if declined: Minor UX regression
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: Type one character in urlbar and observe if suggestions are fetched
- Risk associated with taking this patch: Minimal
- Explanation of risk level: Small fix to non complicated code path
- String changes made/needed: No
- Is Android affected?: no
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
| uplift | ||
Description
•