Open
Bug 1423516
Opened 7 years ago
Updated 2 years ago
[https://www.deathwishcoffee.com ] can't clear form the fields.
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: valentina.ona, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 [Affected versions]: Nightly 59.0a1 [Affected platforms]: Windows 10 x64 [Steps to reproduce]: 1. Launch Nightly 59.0a1 and make sure you have at least a profile saved. 2. Go to https://www.deathwishcoffee.com/ 3. Buy an item and proceed to checkout 4. Double click on email field and select one. 5. Double click on the name field. [Expected results]: In the name field or other sections except for email section, should allow clear form the sections. [Actual results]: In the rest of sections you can't clear form the fields. [Note]: We want to clarify this behavior. Please see the attachment for more details.
Reporter | ||
Comment 1•7 years ago
|
||
I tested this issue using latest Nightly 59.0a1 on Mac 10.11 and Windows 10 x64 and during the verification, I discover that if I want to select a card credit on the payment method menu and then I want to clear form, I can't clear all the sections. [Note]: Please see the attachment.
Reporter | ||
Updated•7 years ago
|
OS: Unspecified → All
Hardware: Unspecified → All
Comment 3•7 years ago
|
||
I first noticed that the website use intangible inputs instead of type="hidden" to get rid of autofill feature, and I would suspect some kind of two-way data binding behind the scene messes this up. <input class="visually-hidden" autocomplete="shipping given-name" tabindex="-1" data-autocomplete-field="first_name" data-honeypot="true" aria-required="true" size="30" name="checkout[shipping_address][first_name]" data-com.agilebits.onepassword.user-edited="yes" type="text">
Comment 4•7 years ago
|
||
Remove V2 flag. Just had a brief discussion with Luke, and we think this should related to a long-standing debate about the strategy against hidden(or visually hidden) fields. So, in near future, no straight fix to this. Thanks.
Flags: needinfo?(ralin)
Whiteboard: [form autofill: V2]
Updated•6 years ago
|
Priority: -- → P3
Comment 5•4 years ago
|
||
Reproducible on the latest Nightly 79, attached screen recording for reference.
Also, the autofill highlight is missing for the auto-filled fields.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•