Closed
Bug 1948481
Opened 6 days ago
Closed 5 days ago
Always update signatures menu in other tabs
Categories
(Firefox :: PDF Viewer, defect, P1)
Firefox
PDF Viewer
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: calixte, Assigned: calixte)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The observer used to be aware of any changes made in the signatures storage isn't attached to any variables and it's a weak ref hence it can be either prematurely destroyed or still living but an other one has been created.
In both cases, it leads to some wrong UI (either no visible change or change in doubloon).
Assignee | ||
Updated•6 days ago
|
Severity: -- → S3
Type: enhancement → defect
Priority: -- → P1
Assignee | ||
Comment 1•6 days ago
|
||
Pushed by cdenizet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b5d276e9efe
Correctly set the observer used to be aware of the changes in the signature storage for PDF.js r=marco
Comment 3•5 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•