New issue
Advanced search Search tips

Issue 780093 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Unfocusable fields break credit card parsing.

Project Member Reported by olivierrobin@chromium.org, Oct 31 2017

Issue description

Forms like
<html>
<body>
<form name="test1" id="test1" action="https://chromium.org" method="post">
  <input type="tel" name="card" id="test2"><br>
  <input type="text" nams="hidden" style="display:none"/>
  <input type="tel" name="month"><br>
  <input type="tel" name="year"><br>
  <input type="tel" name="check">
  <input type="submit" value="Submit">
</form>
</body>
</html>

are not fillable because the hidden field breaks the credit card parsing.
 

Comment 1 by ma...@chromium.org, May 1 2018

Status: Untriaged (was: Started)

Comment 2 by se...@chromium.org, May 15 2018

Cc: mahmadi@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment