Open
Bug 1423615
Opened 7 years ago
Updated 2 years ago
Can not trigger autofill suggestions in a field which contains a formatting string
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
People
(Reporter: Ovidiu, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [cc-autofill-reserve])
[Affected versions]:
Tested on Nightly 59.0a1(2017-12-05)
[Affected platforms]:
Tested on Mac 10.13 Windows 7, 10
[Steps to reproduce]:
Prerequisites:
1. Make sure you have at least two saved profiles.
1. Go to www.bestbuy.com and log in
2. Proceed to Add Shipping Address
3. Click on the fields that are listed
4. Click on Phone number field
[Expected result]:
A drop down with your profile suggestions should be displayed.
[Actual result]:
There are no autofill suggestions.
Note please see the video for the actual result: https://streamable.com/gluua
Reporter | ||
Updated•7 years ago
|
Blocks: formautofill-compatibility
Whiteboard: [form autofill: V2]
Comment 1•7 years ago
|
||
Thanks for reporting.
It's really a tricky issue. Once the phone-number field is focused, the website immediately appends " - - " to the field as a format string. That cause it unable to match any of saved profiles. Since we can't distinguish that a string is added by users or websites, it's unlikely to have a proper solution so remove V2 flag as I think it's more like a website compatible issue and unnecessary to block V2 features.
However, Chrome seems to workaround it by ignoring some characters, such as space, hyphen and bracket, while matching profiles. Maybe we can do the same trick.
URL: www.bestbuy.com
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Summary: On bestbuy.com the "Phone Number" field doesn't show the autofill suggestions → Can not trigger autofill suggestions in a field which contains a formatting string
Whiteboard: [form autofill: V2]
Comment 2•7 years ago
|
||
I didn't mean to close this bug. Reopen it as we might be able to find some ways to workaround it.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•7 years ago
|
Status: REOPENED → NEW
Comment 3•7 years ago
|
||
I verified this issue using Latest Nightly 59.0a1 with Build ID 20171219100203 on Windows 10 x64 and it's also reproducible.
Comment 4•7 years ago
|
||
After discussion and triage, we still hold the decisions not to fix this bug considering the effort to do customized solutions. Keep this opened for tracking issues and found out better solutions in further release.
Updated•7 years ago
|
Priority: -- → P3
Comment 5•6 years ago
|
||
Encountered the same issue on:
https://secure2.homedepot.com/account/view/addresses
Other pages seem to trigger the autofill.
(macOS 10.11 - Firefox 63.0b12)
QA Contact: MattN+bmo
Updated•6 years ago
|
QA Contact: MattN+bmo
Comment 6•6 years ago
•
|
||
The issue is still reproducible on Homedepot (Win 8.1 x64 and Firefox 66.0b12). Bestbuy seems to be working now. And on Sears.com QVC.com, the Address field and Phone is not filled.
Comment 7•6 years ago
•
|
||
The issue is reproducible on homedepot.com on Windows 7X64 (Firefox latest nighlty 68.0a1 / 10-05-2019).
Comment 8•5 years ago
|
||
The issue is reproducible on homedepot.com on Ubuntu 18.04 (Firefox latest nighlty 69.0a1 / 02-07-2019)
Updated•5 years ago
|
status-firefox68:
--- → affected
status-firefox69:
--- → affected
Comment 9•5 years ago
|
||
The issue is reproducible on homedepot.com on Windows 10 (Firefox latest Nightly version 70.0a1 (2019-08-28) .
Updated•5 years ago
|
status-firefox70:
--- → affected
Comment 10•5 years ago
|
||
The issue is also reproducible on Firefox Nightly 71.0a1 (20190925215653)
status-firefox71:
--- → affected
Updated•4 years ago
|
Whiteboard: [cc-autofill-mvp]
Updated•4 years ago
|
Whiteboard: [cc-autofill-mvp] → [cc-autofill-reserve]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•