Closed
Bug 1879404
Opened 2 years ago
Closed 2 years ago
A search submit event is cached even if the user doesn't submit a new search
Categories
(Firefox :: Search, defect, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox122 | --- | unaffected |
| firefox123 | --- | unaffected |
| firefox124 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sng])
Attachments
(1 file)
STR:
- Use a search provider that we've enabled SPA-observation features.
- Go to a SERP.
- Type in the in-content searchbox.
- Click a link that would cause the page to switch to another search page (e.g. related search).
Actual Result:
- No engagement event is registered.
Expected result:
- An engagement event should be registered, and the target should be a
non_ads_link.
This is due to the fact that the in-content condition for whether a submit event was triggered is outside condition that gates the submit event.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1878062
status-firefox122:
--- → unaffected
status-firefox123:
--- → unaffected
status-firefox-esr115:
--- → unaffected
| Assignee | ||
Updated•2 years ago
|
Summary: A search submit event is cached event even if the user doesn't submit a new search → A search submit event is cached even if the user doesn't submit a new search
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/115f7073bbac
Only record a submit event on SPA's when a new search occurs - r=scunnane
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•