Closed
Bug 1808932
Opened 2 years ago
Closed 2 years ago
Tip_persist abandonment telemetry ping is not recorded on dismissal
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
FIXED
111 Branch
People
(Reporter: cbaica, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Found in
- Fx110
Affected versions
- Fx 110
Affected platforms
- Windows 10
- Ubuntu 22
- macOS
Preconditions
browser.urlbar.searchEngagementTelemetry.enabled set true
devtools.chrome.enabled set true
browser.urlbar.searchTips.test.ignoreShowLimits set true
browser.urlbar.showSearchTerms.featureGate set true (default in Nightly).
Steps to reproduce
- Launch Firefox.
- Perform a search using the address bar.
- Wait for the tip for the persisted search terms to be displayed.
- Dismiss the search tip by clicking anywhere in the page.
- Check for the abandonment telemetry ping.
Expected result
- There is a "tip_persist".
Actual result
- No ping is registered for abandoning the tip for persisted search.
Regression range
- Not a regression.
Additional notes
- Note that there is an engagement and an impression ping recorded for the persisted search tip.
Updated•2 years ago
|
Has STR: --- → yes
Reporter | ||
Updated•2 years ago
|
Flags: needinfo?(daisuke)
Assignee | ||
Comment 1•2 years ago
|
||
Thank you very much.
I also could confirm this issue.
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Flags: needinfo?(daisuke)
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/044c79db5226
Take abandonment event even when closing the result view while the input does not have focus. r=mak
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Comment 5•2 years ago
|
||
The patch landed in nightly and beta is affected.
:daisuke, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox110
towontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(daisuke)
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(daisuke)
Reporter | ||
Comment 6•2 years ago
|
||
The issue is verified fixed using the latest Fx 111.0a1 on Windows 10 and Ubuntu 22.04. The abandonment telemetry for 'tip_persist' is correctly correctly recorded.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•