Closed
Bug 1359355
Opened 8 years ago
Closed 1 year ago
[Form Autofill] Dismiss preview highlight if the filled fields are changed by the website
Categories
(Toolkit :: Form Manager, enhancement, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1524439
People
(Reporter: ralin, Unassigned)
References
Details
(Whiteboard: [form autofill])
Right now, we keep the highlight style after filling the profile to show that those fields were auto-filled by browser. The preview highlight should be dismissed at the point the value is being changed programmatically or manually or by reset button.
Below are some conditions I think of now that need to be handled:
1. inputElement.value = "arbitrary value"
2. user edits the fields
3. user clicks on reset button
Perhaps, we should add some listeners for "change" or "reset" event?
Updated•8 years ago
|
Whiteboard: [form autofill:MVP] → [form autofill:M3]
Reporter | ||
Comment 1•8 years ago
|
||
duplicating this as part 3 commit in bug 1300996 addresses the same issue.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Whiteboard: [form autofill:M3] → [form autofill]
Comment 2•7 years ago
|
||
(In reply to Ray Lin[:ralin] from comment #0)
- inputElement.value = "arbitrary value"
I don't think this case was handled
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: [Form Autofill] Dismiss preview highlight if the filled fields is being changed → [Form Autofill] Dismiss preview highlight if the filled fields are changed by the website
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
I think we can just merge the two bugs.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 1 year ago
Duplicate of bug: 1524439
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•