Sidebar goes back to loading state if closed and then re-opened
Categories
(Firefox :: Shopping, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | + | verified |
People
(Reporter: kpatenio, Assigned: fchasen)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-shopping])
Attachments
(2 files)
STR:
- Load a valid product page. Example
- Make sure sidebar is open and there is data
- Press the shopping URLbar icon to close the sidebar
- Re-open again using the URLbar icon
Expected: data should be visible on the sidebar after opening the sidebar
Actual: data is stuck in loading state. Refresh is needed to show analysis on sidebar
Notes:
- Also does not work if the sidebar is hidden already when viewing a new product page and then reopening the sidebar
Regression log:
Updated•15 days ago
|
Comment 1•15 days ago
|
||
Set release status flags based on info from the regressing bug 1852099
:fchasen, since you are the author of the regressor, bug 1852099, could you take a look?
For more information, please visit BugBot documentation.
Assignee | ||
Updated•14 days ago
|
Assignee | ||
Comment 3•14 days ago
|
||
Moves the product URI equality checks to isSameProduct(newURI, currentURI)
method to simplify the flow and add checks for null URIs or products.
Fix the Product uninit
method to set all properties to undefined.
Pushed by fchasen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d905e97b6c0e Update shopping URI equality check r=shopping-reviewers,jhirsch
Comment 5•13 days ago
|
||
bugherder |
Comment 6•13 days ago
|
||
I have verified the fix using Nightly 119.0a1(20230915043542) on MacOS 11, Windows 10 and Ubuntu 20.04.
The sidebar is populated with the proper data in about 1s after re-opening.
Description
•