Closed
Bug 1919473
Opened 1 year ago
Closed 1 year ago
The CSC field is autofilled and the autocomplete dropdown is displayed for it as well
Categories
(Toolkit :: Form Autofill, defect, P1)
Tracking
()
VERIFIED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox130 | --- | unaffected |
| firefox131 | --- | unaffected |
| firefox132 | --- | verified |
People
(Reporter: ailea, Assigned: dimi)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(2 files)
Found in
- 132.0a1 (2024-09-18)
Affected versions
- 132.0a1
Tested platforms
- Affected platforms: Windows 10, macOS 12, Ubuntu 20
Preconditions
- browser.search.region US
Steps to reproduce
- Go to https://luke-chang.github.io/autofill-demo/basic_cc.html
- Fill in all the fields and click submit
- Save the CC via CC capture doorhanger
- Click on the CSC field and select the entry from the autocomplete dropdown
Expected result
- The CC autocomplete dropdown should not be displayed for the CSC field and it should also not be autofilled if the autofill is triggered from another field.
Actual result
- The CC autocomplete dropdown is displayed for the CSC field and it is also autofilled.
Regression range
- Regressed by bug 1916945.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1916945
:dimi, since you are the author of the regressor, bug 1916945, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Flags: needinfo?(dlee)
| Assignee | ||
Comment 2•1 year ago
|
||
Bug 1916945 incorrectly assumes that we don't save unknown fields.
This patch addresses the issue by intentionally filtering out the cc-csc field
when saving or autofilling.
Updated•1 year ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9ac2c22e263
Ensure we do not save or autofill csc r=credential-management-reviewers,issammani
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(dlee)
Priority: -- → P1
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
| Reporter | ||
Comment 5•1 year ago
|
||
Verified - Fixed in latest Nightly 132.0a1 (build id: 20240918211346). The CSC field is no longer autofilled.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•1 year ago
|
Flags: qe-verify+
| Reporter | ||
Updated•1 year ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•