[ES][elcorteingles.es] The autofill is not working at all for none of the CC fields
Categories
(Toolkit :: Form Autofill, defect, P2)
Tracking
()
People
(Reporter: ailea, Assigned: mtigley)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-cc-new-geo])
Attachments
(2 files)
Found in
- 111.0-candidates
Affected versions
- 111.0-candidates
Tested platforms
- Affected platforms: Windows 10
Preconditions
- browser.search.region to ES
- extensions.formautofill.creditCards.supportedCountries to ES
- have an already CC saved in about:preferences
Steps to reproduce
- Reach the payment form on https://www.elcorteingles.es
- Click on any CC field in order to trigger de CC dropdown
Expected result
- The autofill dropdown should be displayed for each eligible CC field and choosing a CC entry should autofill all the eligible CC fields.
Actual result
- The autofill dropdown is not displayed for any of the CC fields.
Regression range
- N/A
Additional notes
- Not reproducible in Chrome, it work as expected there.
- All the fields have autocomplete = off attribute.
Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•1 years ago
|
||
Notes.
- Maybe add
Nº Tarjeta:
?
https://en.wikipedia.org/wiki/Numero_sign - Maybe add
Caducidad
?
Assignee | ||
Comment 3•1 years ago
|
||
Similar observation as Bug 1822049. The confidence score is 0.94 but because the cc-field detection heuristics are not picking up the cc-exp fields (and they're not isolated in a separate frame) the section is not considered valid. It seems like we might need to investigate the current heuristics for identifying cc-exp fields?
Comment 4•1 years ago
|
||
(In reply to Micah [:mtigley] (she/her) from comment #3)
Similar observation as Bug 1822049. The confidence score is 0.94 but because the cc-field detection heuristics are not picking up the cc-exp fields (and they're not isolated in a separate frame) the section is not considered valid. It seems like we might need to investigate the current heuristics for identifying cc-exp fields?
We only run fathom for cc-number
and cc-name
. As for cc-exp
, we identify it by matching regular expressions defined in
https://searchfox.org/mozilla-central/source/toolkit/components/formautofill/shared/HeuristicsRegExp.sys.mjs
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 6•1 year ago
|
||
The issue is no longer reproducible in the latest Nightly 117.0a1 (2023-07-05). The autofill dropdown is displayed accordingly now and all the eligible CC fields are autofilled correctly. The autofill-specific yellow highlight is not present but I will file a new bug for it.
Updated•1 year ago
|
Reporter | ||
Comment 7•1 year ago
|
||
Based on comment 6, I will mark this accordingly as Verified.
Description
•