Closed
Bug 1929972
Opened 1 month ago
Closed 1 month ago
New callout trigger for sidebar tools triggering when tools panels are closing instead of opening
Categories
(Firefox :: Sidebar, defect)
Firefox
Sidebar
Tracking
()
VERIFIED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | verified |
People
(Reporter: kcochrane, Assigned: kcochrane)
References
Details
(Whiteboard: [fidefe-sidebar])
Attachments
(1 file)
In bug 1902667, I was getting some Linux test failures because we were awaiting some things for the ASRouter here, so I moved the await this.checkShouldShowCalloutSurveys(view);
line after the lines to toggle the sidebar panel open which has caused my check for isToolOpening
to be incorrect.
To fix this, we should move the check for isToolOpening
to the showView
function before the toggle logic.
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → kcochrane
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by kcochrane@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8401556b09c
Fix for new sidebar callout trigger being called as sidebar panel is closing instead of opening r=sidebar-reviewers,sclements
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
Comment 4•26 days ago
|
||
Hello. We were unable to reproduce this issue anymore using Firefox Nightly 134.0a1 BUILD ID: 20241113215256. Verified on Windows 10 x64, Ubuntu 22.04 and macOS 14.7. The callout is now correctly triggered when opening the sidebar. As a result I'm marking this ticket as Verified Fixed, thanks!
Status: RESOLVED → VERIFIED
Updated•26 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•