Closed
Bug 1885356
Opened 1 year ago
Closed 1 year ago
Unregister all form submission listeners after form submission detection
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | --- | fixed |
People
(Reporter: janika, Assigned: janika)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
Bug 1883909 replaced this.unregisterFormSubmissionListeners()
with this.unregisterProgressListener()
here. But we want to unregister all form submission listeners after a form submission, so we need to call this.unregisterFormSubmissionListeners()
.
Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by jneuberger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc38055d4341
Unregister all form submission listeners after form submission detection r=dimi
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1883909
status-firefox123:
--- → unaffected
status-firefox124:
--- → unaffected
status-firefox125:
--- → affected
status-firefox-esr115:
--- → unaffected
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•