Closed Bug 1362583 Opened 7 years ago Closed 7 years ago

[Form Autofill] Autofill preferences should appear before the master password ones

Categories

(Toolkit :: Form Manager, defect)

53 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: MattN, Assigned: MattN)

References

()

Details

(Whiteboard: [form autofill:M2])

Attachments

(1 file)

According to the UX spec master password should be last: https://mozilla.invisionapp.com/share/AP8TFZ22G#/screens/228643733

Also add the missing "accessory-button" class for consistent button width.
Whiteboard: [form autofill:M2]
Comment on attachment 8865031 [details]
Bug 1362583 - [Form Autofill] Move autofill preferences before master password ones.

https://reviewboard.mozilla.org/r/136690/#review139794

Sorry I must have misread the spec, thanks a lot for catching this.

::: browser/extensions/formautofill/FormAutofillParent.jsm:107
(Diff revision 1)
>          let parentNode = useOldOrganization ?
>                           document.getElementById("mainPrefPane") :
>                           document.getElementById("passwordsGroup");
>          let insertBeforeNode = useOldOrganization ?
>                                 document.getElementById("locationBarGroup") :
> -                               null;
> +                               document.getElementById("masterPasswordRow");

I originally thought `masterPasswordRow` should be `passwordGrid` but then I saw Bug 1362571. So this should work just fine after 1362571 lands.
Attachment #8865031 - Flags: review?(scwwu) → review+
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7dec9c58639c
[Form Autofill] Move autofill preferences before master password ones. r=scottwu
https://hg.mozilla.org/mozilla-central/rev/7dec9c58639c
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: