Check whether the view is opening when recording telemetry
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: daisuke, Assigned: daisuke)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
This is a follow-up of bug 1817208.
In this bug, we will fix https://bugzilla.mozilla.org/show_bug.cgi?id=1817208#c2 case.
(In reply to Marco Bonardo [:mak] from comment #2)
Another case is typing a search, pressing ESC to close the results panel, then confirm the search with Enter, should return
input_field
as selected_result, instead it returnsunknown
.
Also why is selected_result not empty if there's no selected result? unknown should only be used when there is a selected result but we can't recognize it, maybe there's a catch-all setting to unknown even if there isn't a selected result.
Assignee | ||
Comment 1•2 years ago
|
||
Comment 3•2 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
uplift to 112, just in case we want to measure there
Assignee | ||
Comment 5•2 years ago
|
||
Comment on attachment 9322874 [details]
Bug 1822210: Check wheather the view is opening when recording
Beta/Release Uplift Approval Request
- User impact if declined: This change is for telemetry. So, no user impact.
But, we want to know how the user uses the urlbar and the results more correctly to improve the user experience. - Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This affects only telemetry.
- String changes made/needed: None
- Is Android affected?: Unknown
Comment 6•2 years ago
|
||
Comment on attachment 9322874 [details]
Bug 1822210: Check wheather the view is opening when recording
Approved for 112.0b4
Comment 7•2 years ago
|
||
bugherder uplift |
Comment 8•2 years ago
|
||
The issue is verified fixed using the latest Fx 113.0a1 and Fx 112.0b5 on Windows 10 and Ubuntu 22.04. "selected_result" field value is input_field.
Description
•