Closed
Bug 404015
Opened 18 years ago
Closed 17 years ago
The Password Manager dialog's list selection changes when pressing Escape
Categories
(Toolkit :: Password Manager, defect, P4)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla1.9beta3
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
()
Details
(Keywords: polish)
Attachments
(1 file)
|
990 bytes,
patch
|
asaf
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open Password Manager. Initially, the passwords list has no selection.
2. Press Escape. The first item in the list gets selected.
3. Press Escape again. The selection disappears.
4. Continuing to press Escape toggles the selection state of the passwords list.
This happens because the code in <http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/components/passwordmgr/content/passwordManager.js&rev=1.18&mark=310-313#310> does not check if the search box is empty before calling |SignonClearFilter|. The fix should be simple: call |SignonClearFilter| only if the pressed key is the Escape key and the search box is not empty.
Flags: blocking-firefox3?
| Assignee | ||
Updated•18 years ago
|
Updated•18 years ago
|
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
Priority: -- → P4
| Assignee | ||
Comment 1•18 years ago
|
||
Trivial patch to fix the problem.
Attachment #292330 -
Flags: review?(mconnor)
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 292330 [details] [diff] [review]
Patch (v1)
Asking mano to review...
Attachment #292330 -
Flags: review?(mconnor) → review?(mano)
Comment 3•17 years ago
|
||
Comment on attachment 292330 [details] [diff] [review]
Patch (v1)
r=mano
Attachment #292330 -
Flags: review?(mano) → review+
Updated•17 years ago
|
Attachment #292330 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #292330 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 4•17 years ago
|
||
Checking in toolkit/components/passwordmgr/content/passwordManager.js;
/cvsroot/mozilla/toolkit/components/passwordmgr/content/passwordManager.js,v <-- passwordManager.js
new revision: 1.23; previous revision: 1.22
done
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•