Closed Bug 1821665 Opened 2 years ago Closed 1 year ago

[AT][billa.at] The CC autofill entire functionality is not working on any field, expect for the Card Number one

Categories

(Toolkit :: Form Autofill, defect, P2)

Firefox 111
Desktop
Windows 10
defect

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox111 --- disabled

People

(Reporter: asoncutean, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [fxcm-cc-new-geo])

Attachments

(1 file)

Found in

  • 111.0

Affected versions

  • 111.0

Affected platforms

  • Windows 10

Preconditions

  • browser.search.region = AT
  • extensions.formautofill.creditCards.supportedCountries = AT
  • Have at least one CC already saved

Steps to reproduce

  1. Reach the payment form on https://www.billa.at/
  2. Click on any field.

Expected result

  • Form autofill/preview/clear should be applied on eligible fields.

Actual result

  • Form autofill/preview/clear are not working at all for any fields except Card Number.

Regression range

  • N/A

Additional notes

  • Chrome is affected as well, CC autofill doesn't work at all on any field.
  • fathom fox sample
Priority: -- → P2
Duplicate of this bug: 1821674
Whiteboard: [fxcm-cc-new-geo]

The input field of credit card number is in an iframe, however, the associated label is not in that iframe. Also, both the input field itself and its associated form don't contain any useful information that we can use to infer whether this is a cc-number field:

<form action="https://eu-prod.oppwa.com/v1/checkouts/" data-behavior="iframe-form">
  <input autocomplete="off" type="tel" name="" placeholder="" disabled="">
  <input type="hidden" id="EndToEndIdentity" name="customParameters[SHOPPER_EndToEndIdentity]">
</form>

So I don't think we are able to tell that this is a cc-number field

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: