Closed
Bug 1565702
Opened 5 years ago
Closed 5 years ago
Issues with "Create New Login" form
Categories
(Firefox :: about:logins, defect, P1)
Firefox
about:logins
Tracking
()
VERIFIED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | disabled |
firefox70 | --- | verified |
firefox71 | --- | verified |
People
(Reporter: ntim, Assigned: jaws)
References
Details
(Keywords: access, Whiteboard: [passwords:management] [skyline])
Attachments
(5 files)
- "Save Changes" should use a different string, since we're creating a new login
- That same button should be blue, not gray
- The save button should have
type="submit"
and the "Cancel" button should havetype="button"
- The click event handler for the save button should move to be a submit event handler on the parent form
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/975c468c465b
Save Changes button should use a different string for new logins. r=MattN,fluent-reviewers,flod
https://hg.mozilla.org/integration/autoland/rev/36f72c9d32a7
Hide the Copy buttons when in 'Create' mode. r=MattN
https://hg.mozilla.org/integration/autoland/rev/e42bb7951a0a
Use type=submit on the save-changes-button and type=button for the rest of the buttons in the form. r=MattN
https://hg.mozilla.org/integration/autoland/rev/32fde7fa9949
Move the event handler for the save-changes-button to the submit handler on the form instead of a click handler on the button itself. r=MattN
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/975c468c465b
https://hg.mozilla.org/mozilla-central/rev/36f72c9d32a7
https://hg.mozilla.org/mozilla-central/rev/e42bb7951a0a
https://hg.mozilla.org/mozilla-central/rev/32fde7fa9949
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•5 years ago
|
Flags: qe-verify+
Comment 7•5 years ago
|
||
I have verified this issue on the latest Nightly 71.0a1 (2019-09-16) (64-bit) on Windows 10, MacOS 10.14 and Ubuntu 16.04 x64.
- "Save Changes" string was replaced with "Save" string on the "Create New Login" mode.
- The background of the "Save" button is blue.
- The "Save" button has type="Submit" and the "Cancel" button has type="button".
- The login is correctly saved when click on the "Save" button.
Status: RESOLVED → VERIFIED
status-firefox69:
--- → disabled
status-firefox71:
--- → verified
status-firefox-esr60:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Component: Password Manager → about:logins
Product: Toolkit → Firefox
Target Milestone: mozilla70 → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•