Closed
Bug 1752200
Opened 3 years ago
Closed 3 years ago
Failure to collect scrolling interaction data leads to the entire interaction being discarded
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
Details
Attachments
(1 file)
We collect the scrolling interactions data via promise and only add the interaction to the store on success:
However it would be better to save the interaction even if the scrolling data fails to return.
Assignee | ||
Comment 1•3 years ago
|
||
Patch incoming.
Assignee | ||
Comment 2•3 years ago
|
||
We store the interaction regardless of success of the scrolling collection since it's better to at least store partial interaction data.
Updated•3 years ago
|
Attachment #9260923 -
Attachment description: Bug 1752200 - Failure to collect scrolling interaction data leads to the entire interaction being discarded r= → Bug 1752200 - Failure to collect scrolling interaction data leads to the entire interaction being discarded r=mossop
Pushed by acreskey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/248c737ec856
Failure to collect scrolling interaction data leads to the entire interaction being discarded r=mossop
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•