Closed
Bug 1378213
Opened 7 years ago
Closed 7 years ago
[Form Autofill] Provide a mechanism to undo all of the form autofill changes
Categories
(Toolkit :: Form Manager, defect, P3)
Toolkit
Form Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1404768
People
(Reporter: bj, Unassigned)
Details
(Whiteboard: [form autofill:V2])
It's easy to incorrectly click and get the wrong form profile, but hard to undo the error.
Steps to reproduce:
1. Visit a page with a form.
2. Click in a form field and select the wrong profile.
3. Press control-Z.
Expected:
* All of the form autofill changes are reverted.
Actual:
* Only changes in the current input element are reverted.
(An alternate approach would be something else to click to revert all the changes, as long as it is discoverable. This might tie in with bug 990193.)
Comment 1•7 years ago
|
||
This is part of version 2 scope.
Priority: -- → P3
Whiteboard: [form autofill:V2]
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Clarifications for the spec update:
What does "click one of the form field again" mean?
1) Any field in the form.
2) Any field in the form potentially eligible to be auto filled.
3) Any field in the form actually filled by the form fill action.
What does "clear the form" mean?
A) Clear all the input fields set by the form fill action.
B) Clear all the input fields set by the form fill action which have not been subsequently modified.
C) Totally reset the form.
I would prefer option B. If you choose option A or B I think the action should be renamed.
Comment 4•7 years ago
|
||
(In reply to B.J. Herbison from comment #3)
> Clarifications for the spec update:
>
> What does "click one of the form field again" mean?
> 1) Any field in the form.
> 2) Any field in the form potentially eligible to be auto filled.
> 3) Any field in the form actually filled by the form fill action.
>
> What does "clear the form" mean?
> A) Clear all the input fields set by the form fill action.
> B) Clear all the input fields set by the form fill action which have not
> been subsequently modified.
> C) Totally reset the form.
>
Thanks for raising the question :D
After discussed with Juwei, I think we'll go (3) + (B) and essentially all the behavior would be like as what Chromium does at the present stage.
> I would prefer option B. If you choose option A or B I think the action
> should be renamed.
Chromium is using the same wording. Not sure but it feels kind of straightforward for me to expect that the button clears only the filled ones if I know the popup comes from clicking on filled field.
Reporter | ||
Comment 5•7 years ago
|
||
Thank you for the clarification. The spec update should be updated with the decision.
Comment 6•7 years ago
|
||
I guess this can be duped to bug 1404768 now… (that could have probably been implemented here in the first place)
You need to log in
before you can comment on or make changes to this bug.
Description
•