Closed
Bug 1876343
Opened 10 months ago
Closed 9 months ago
Handle active and navigated window contexts on page navigation
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: janika, Assigned: janika)
References
Details
(Whiteboard: [fxcm-addr-compatibility])
Attachments
(1 file)
The progress listener isn't removed in this line, because this.#webProgress
is always null
.
Updated•10 months ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
this.#webProgress
is always null because the page navigation happened in a different window. We only want to infer form submissions on page navigation, if the navigated window is the active window or one of its parents.
Assignee | ||
Updated•10 months ago
|
Summary: Progress listener isn't removed after form submission → Handle active and navigated window contexts on page navigation
Pushed by jneuberger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e04dcbe68705
Handle active and navigated window contexts on page navigation r=credential-management-reviewers,joschmidt
Comment 4•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•