Open
Bug 1429703
Opened 7 years ago
Updated 2 years ago
Identify the form fields again in start search stage.
Categories
(Toolkit :: Form Autofill, defect, P3)
Toolkit
Form Autofill
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: selee, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [form autofill:V2])
Attachments
(1 file)
Some web sites use `autofocus` on an input, and `identifyAutofillFields` method will be called even JS code in the page is still appending fields.
The dropdown can show and fill a form, but the same behavior will be broken when clicking on another field.
If a form is changed for adding or removing a field after focusing event, the issue can be reproduced.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → selee
Status: NEW → ASSIGNED
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8941778 [details]
Bug 1429703 - Identify the form fields in "startSearch" again to make sure the form states are up to date.
https://reviewboard.mozilla.org/r/212030/#review219220
Looks good. Thanks.
::: commit-message-4db16:1
(Diff revision 2)
> +Bug 1429703 - Identify the form fields to make sure the state is updated. r=lchang
nit: I'd like to make the comment a bit clearer like `Identify the form fields in "startSearch" again to make sure the form states are up to date`
Attachment #8941778 -
Flags: review?(lchang) → review+
Comment hidden (mozreview-request) |
Reporter | ||
Comment 5•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8941778 [details]
Bug 1429703 - Identify the form fields in "startSearch" again to make sure the form states are up to date.
https://reviewboard.mozilla.org/r/212030/#review219220
> nit: I'd like to make the comment a bit clearer like `Identify the form fields in "startSearch" again to make sure the form states are up to date`
Thanks. The comment is updated.
Reporter | ||
Comment 6•7 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bfcaa4c280ac9a7408bb30fb07feb04f7cb0ba25
Talos: https://treeherder.mozilla.org/perf.html#/compare?originalProject=try&originalRevision=88bcb857fb9a8b6c0873ea69d137d71ea56b984c&newProject=try&newRevision=8c32376b743a255b691f59685ebead51b742248f&framework=1
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Assignee: selee → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•