Closed
Bug 1725915
Opened 4 years ago
Closed 4 years ago
All the saved logins are no longer sorted when selecting the “Username(A-Z)” and the “Username(Z-A)” options from the “Sort by:” drop-down
Categories
(Firefox :: about:logins, defect)
Tracking
()
VERIFIED
FIXED
93 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | unaffected |
| firefox93 | --- | verified |
People
(Reporter: srosu, Assigned: pyjacpp)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
[Affected versions]:
- Firefox Nightly 93.0a1 (Build ID: 20210815094823)
[Affected Platforms]:
- Mac 11.5.1
- Windows 10 x64
- Ubuntu 20.04 x64
[Prerequisites]:
- Have the latest Firefox Nightly browser installed.
- Have a Firefox profile with multiple logins saved.
[Steps to reproduce]:
- Open the Firefox browser with the profile from prerequisites.
- Navigate to the “about:logins” page.
- Click on the “Sort by:” dropdown menu.
- Select the “Username(A-Z)” or the “Username(Z-A)” option.
- Observe the Login LIst.
[Expected result]:
- All the saved logins are correctly sorted.
[Actual result]:
- Nothing happens.
[Regression]
- The issue is not reproducible with older Nightly 93.0a1 builds. Considering this using mozregression tools I have found the regression range. Here are the results:
Last good revision: d97a050c677e87913002d60f92d811a175e022d4
First bad revision: 6bb6be51f4fa1ad7f5741e98cc0749c76f4126b3
Pushlog: link
From this pushlog I think the patch for Bug 1592682 introduced this behavior.
[Notes]:
- Attached is a screen recording of the issue.
| Assignee | ||
Comment 1•4 years ago
|
||
Fix the sort of usernames in login-list.js.
Updated•4 years ago
|
Assignee: nobody → pyjacpp
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9236418 -
Attachment description: Bug 1725915 - Fix sort usernames in login-list.js (regression). r=jaws → Bug 1725915 - Fix sort usernames in login-list.js. r=jaws
Comment 2•4 years ago
|
||
Removing access keyword since this seems like a more general bug.
Keywords: access
Pushed by tgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/71b213ebf74a
Fix sort usernames in login-list.js. r=tgiles
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c2f148f4207
Fix trailing whitespace error in test_login_list.html a=lint-fix
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/71b213ebf74a
https://hg.mozilla.org/mozilla-central/rev/4c2f148f4207
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
| Reporter | ||
Comment 6•4 years ago
|
||
I have verified this issue using the latest Firefox Nightly 93.0a1 (Build ID: 20210817094606) on Windows 10 x64, Mac 11.5.1, Ubuntu 20.04 x64.
- All the saved logins are correctly sorted when selecting the “Username(A-Z)” and the “Username(Z-A)” options.
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
status-firefox-esr78:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•