Open
Bug 1882300
Opened 7 months ago
Updated 14 days ago
[DE][hessnatur.com] Form autofill/preview/clear aren't applied on all the eligible fields
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
ASSIGNED
People
(Reporter: hyacoub, Assigned: enndeakin)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [fxcm-addr-compatibility] )
Attachments
(1 file)
6.19 MB,
video/quicktime
|
Details |
Found in
- Firefox Nightly 125.0a1
Affected versions
- Firefox Nightly 125.0a1
Tested platforms
- Affected platforms: macOS 11.6
Preconditions
- Install DE Firefox build
- Use DE VPN
- browser.search.region = DE
- extensions.formautofill.addresses.experiments.enabled - true
- extensions.formautofill.addresses.supportedCountries = DE
- extensions.formautofill.addresses.capture.requiredFields = empty
Steps to reproduce
- Reach the address form on https://www.hessnatur.com
- Click on "Name" field
- Select any of the options for the dropdown
- Right click on any of the fields and choose "Clear autofill form"
- Repeat steps from above for the rest of the fields
Expected result
- Form autofill/preview/clear should be applied on eligible fields.
Actual result
- Form autofill/preview/clear are only applied on the selected field.
Regression range
- N/A
Additional notes
- Not reproducible on Chrome.
- Fathom: https://drive.google.com/file/d/1mQ6nGSnXvCAoWUyAHvoJjwR2cXbLqYWx/view?usp=sharing
Updated•3 months ago
|
Priority: -- → P3
Assignee | ||
Comment 1•2 months ago
|
||
All the fields seem to filled in except for the street which is not being detected.
Assignee | ||
Updated•1 month ago
|
Whiteboard: [fxcm-addr-compatibility]
Updated•1 month ago
|
Assignee | ||
Comment 2•20 days ago
|
||
The issue here is that <label> elements are not connected to the input element -- they have no 'for' attribute, and the street's formfield name is just 'line1' so it does not matched.
The solution here is probably to guess that the a label without a 'for' attribute that otherwise doesn't match is meant to correspond to a neighboring input field. In this site here, the input immediately precedes the label.
Assignee | ||
Updated•14 days ago
|
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•