Open
Bug 1897465
Opened 6 months ago
Updated 5 months ago
[MX][shopee.com.mx] The autofill dropdown does not appear in any field of the CC form
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
NEW
People
(Reporter: epopescu, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-cc-compatibility])
Found in
- Nightly 128.0a1
Affected versions
- Nightly 128.0a1
Tested platforms
- Affected platforms: Windows10 x64
Preconditions
- Install the Firefox es-MX build
- Set browser.search.region to US in about:config
- Use MX VPN to test
Steps to reproduce
- Log into https://shopee.com.mx/, add an item to cart and navigate to checkout page
- Fill in the CC form and press the submit button
Expected result
- The autofill dropdown appears in every field of the CC form except the CVV one.
Actual result
- The autofill dropdown does not appear in any eligible field of the CC form.
- "Manage passwords" is displayed on the expiration date and CVV field.
Regression range
*N/A
Additional notes
- The issue can not be reproduced in Google Chrome.
Reporter | ||
Updated•6 months ago
|
Blocks: 1896665
Severity: -- → S3
Has STR: --- → yes
status-firefox128:
--- → affected
Version: unspecified → Firefox 128
Reporter | ||
Updated•6 months ago
|
- All fields are
autocomplete="off"
- All fields are in parent dom, no iframe
- Chrome does autofill the form
lazy.FormAutofillHeuristics.getFormInfo
returns 0 sections withincollectFormFields
Updated•6 months ago
|
Comment 2•6 months ago
|
||
Hi johannes,
We now ignore autocomplete=off (see Bug 1754879). Could you help check whether there is a bug in the code that ignores autocomplete=off? Thanks!
Flags: needinfo?(joschmidt)
Hi Dimi,
I have not found a bug in the autocomplete=off ignoring code yet.
Flags: needinfo?(joschmidt)
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•