Closed
Bug 1303983
Opened 9 years ago
Closed 3 years ago
Forms autocomplete not working even though autocomplete attribute is provided.
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: aadilkhan6692, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160725105554
Steps to reproduce:
1. Create a basic form with an input element for email
2. Add autocomplete attribute with value "email" and name attribute with some random value (not email).
3. When filling this form, autocomplete doesn't work(no previously used values of emails are listed).
Actual results:
No previously filled values of email are listed even though we have provided autocomplete attribute as email.
Expected results:
Previously used values of emails should have been listed as we have provided the autocomplete attribute as email.
What is the use of providing keyword in autocomplete attribute if we have to provide the name attribute as email. Shouldn't the autocomplete attribute be independent of the name attribute.
Updated•9 years ago
|
Component: Autocomplete → Form Manager
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•