Closed
Bug 1738283
Opened 4 years ago
Closed 4 years ago
No autofill on simplii.com
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Toolkit
Password Manager: Site Compatibility
Tracking
()
RESOLVED
FIXED
People
(Reporter: u608768, Unassigned)
References
(Depends on 1 open bug)
Details
- Open https://www.simplii.com.
- Click the red "Sign On" button.
- Note that autofill doesn't show up.
Works fine in Chrome.
Comment 1•4 years ago
|
||
I tested the website, the password field is autofilled, but not the username field.
The reason is that the website has an invisible username field which is located in front of the password field, so we fill the username in the invisible field.
The markup of the invisible username field:
<div class="save-card-description hide">
<label for="card-description-473ca7c4">Card description (optional)</label>
<input id="card-description-473ca7c4" name="card-description-473ca7c4" type="text" maxlength="25">
</div>
The markup of the real username field:
<input id="card-number-473ca7c4" name="card-number-473ca7c4" type="text" autocomplete="off" maxlength="16">
Depends on: 1247245
Oops, I didn't realize that I have the "remember my card" option selected, so my card number is already filled. With that it doesn't offer autofill for the password (but this also happens in Chrome).
Without the pre-filled card number, autofill seems to work fine (which is what I was seeing in Chrome before). Seems to be a site issue then? Can close as INVALID?
Updated•4 years ago
|
Severity: -- → S3
Status: NEW → RESOLVED
Closed: 4 years ago
Priority: -- → P3
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•