Closed
Bug 302164
Opened 19 years ago
Closed 19 years ago
Yes/No buttons in the "Remember password" dialog should describe their actions, have accesskeys
Categories
(Toolkit :: Password Manager, defect, P2)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: asaf, Assigned: asaf)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.8, late-l10n)
Attachments
(4 files, 4 obsolete files)
3.81 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8b4+
|
Details | Diff | Splinter Review |
6.31 KB,
image/png
|
Details | |
1.25 KB,
patch
|
vlad
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
2.10 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
In the "Remember password" dialog, we're using Yes/No buttons without making
their label a bit more informative, suggesting "Do Not Remember" and "Remember".
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #190523 -
Flags: review?(mconnor)
Attachment #190523 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #190523 -
Flags: approval1.8b4?
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Whiteboard: [l10n impact]
Target Milestone: --- → Firefox1.1
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 2•19 years ago
|
||
The patch would make the dialog look like:
.-------------------------------------------------------------------------.
| Password Manager can remember this logon and enter it automatically the |
| next time you return to this web site. |
| |
| Do you want Password Manager to remember this logon? |
| |
| [Never for this site] [Do not rember] [Remember] |
.-------------------------------------------------------------------------.
which seems really wordy to me and there's a lot of repetition of the word
"remember". I think that if we change the button labels, we can probably ditch a
lot of the text. Maybe:
.-------------------------------------------------------------------------.
| Do you want Firefox to remember this logon and password for next time? |
| |
| |
| [Never for this site] [Not now] [Remember] |
.-------------------------------------------------------------------------.
so:
savePasswordText = Do you want Firefox to remember this logon and password for
next time?
rememberPassword = Remember
doNotRememberPassword = Not now
neverForSite = Never for this site
Assignee | ||
Updated•19 years ago
|
Attachment #190523 -
Attachment is obsolete: true
Attachment #190523 -
Flags: review?(mconnor)
Assignee | ||
Comment 3•19 years ago
|
||
looks good to me.
Comment 4•19 years ago
|
||
Not blocking for this - but we'll take the fix if the patch can be made ready in
the next few days.
Flags: blocking1.8b4? → blocking1.8b4-
Assignee | ||
Comment 5•19 years ago
|
||
Attachment #191614 -
Flags: review?(mconnor)
Comment 6•19 years ago
|
||
"Do you want Firefox to remember this password?"
[ Never for this site ] [ Not now ] [ Remember ]
Updated•19 years ago
|
Attachment #191614 -
Attachment is obsolete: true
Attachment #191615 -
Flags: review?
Assignee | ||
Updated•19 years ago
|
Attachment #191615 -
Flags: review? → review?(mconnor)
Assignee | ||
Comment 7•19 years ago
|
||
Comment on attachment 191615 [details] [diff] [review]
updated patch with new labels
yeek
Attachment #191615 -
Flags: review?(mconnor) → review-
Assignee | ||
Comment 8•19 years ago
|
||
Attachment #191615 -
Attachment is obsolete: true
Attachment #191616 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Attachment #191614 -
Flags: review?(mconnor)
Updated•19 years ago
|
Attachment #191616 -
Flags: review?(mconnor)
Attachment #191616 -
Flags: review+
Attachment #191616 -
Flags: approval1.8b4+
Assignee | ||
Comment 9•19 years ago
|
||
Checking in toolkit/components/passwordmgr/base/nsPasswordManager.cpp;
/cvsroot/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp,v
<-- nsPasswordManager.cpp
new revision: 1.63; previous revision: 1.62
done
Checking in toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties,v
<-- passwordmgr.properties
new revision: 1.3; previous revision: 1.2
don
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 10•19 years ago
|
||
Reopening. We lost access keys on the buttons with this change. Looks like
they are automatically added for Yes/No/Yes to All.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•19 years ago
|
||
While it's reopen, we should probably fix the fact that it looks pretty crappy
on Windows:
- reorder buttons as shown
- left-align the "Never for this site"
- make not-now the default selection
.-------------------------------------------------------.
| . |
| /?\ Do you want Firefox to remember this password? |
| --- |
| |
| [Never for this site] [Remember] [Not Now] |
.--------------------------------†----------------------.
Assignee: bugs.mano → nobody
Status: REOPENED → NEW
Updated•19 years ago
|
Assignee: nobody → bugs.mano
Comment 12•19 years ago
|
||
After a heated discussion in IRC in which I was informed a) how out to lunch I
was, and b) how hard that suggestion would be to implement, I guess that the
ugly w32 dialog can stay for branch. :(
For the record, the problems in w32 are that the new, simpler question means
that the dialog is cramped (see screenshot) which makes it harder to parse at a
glance and results in the buttons bumping up beneath the ? icon which looks
pretty strange.
Suggestion for access keys is: "R"emember, Ne"v"er for this Site, "N"ot Now
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 13•19 years ago
|
||
Our language seems to be moving to "Remember" instead of "Save"
In Options | Passwords, we have Remember Password checkbox. In the same dialog
we have "View Saved Passwords" button. Not View Remembered Passwords.
In Options | History we have "Remember visited blah... checkbox.
In Options | Saved Forms (note Save, not Remembered Forms), "Save information I
blah... checkbox and "Clear Saved Form Data Bow" button.
I'm a proponent of consistancy. The areas I mentioned above are outside of this
bug. But this seems like a good place to try to move things back to consitancy
Comment 14•19 years ago
|
||
This should fix bug 61877 as well.
Attachment #193911 -
Flags: review?(aaronleventhal)
Updated•19 years ago
|
Attachment #193911 -
Flags: review?(aaronleventhal) → review?(mconnor)
Comment on attachment 193911 [details] [diff] [review]
access keys (r/v/n)
r=vladimir with much happiness; my finger memory thanks you
Attachment #193911 -
Flags: review?(mconnor) → review+
Comment 16•19 years ago
|
||
Comment on attachment 193911 [details] [diff] [review]
access keys (r/v/n)
Seems pretty low risk to take it, although there may be a late l10n impact.
Attachment #193911 -
Flags: approval1.8b4?
Updated•19 years ago
|
Flags: blocking1.8b4- → blocking1.8b4?
Summary: Yes/No buttons in the "Remember password" dialog should describe their actions → Yes/No buttons in the "Remember password" dialog should describe their actions, have accesskeys
Comment 17•19 years ago
|
||
*** Bug 303689 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Attachment #193911 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 18•19 years ago
|
||
Comment on attachment 193911 [details] [diff] [review]
access keys (r/v/n)
We have to change the entity name if we want l10n to be fixed as well
Assignee | ||
Comment 19•19 years ago
|
||
Attachment #194241 -
Flags: review+
Assignee | ||
Comment 20•19 years ago
|
||
Comment on attachment 194241 [details] [diff] [review]
with that change
oops, wrong file.
Attachment #194241 -
Attachment is obsolete: true
Attachment #194241 -
Flags: review+
Assignee | ||
Comment 21•19 years ago
|
||
Attachment #194242 -
Flags: review?(vladimir)
Attachment #194242 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 22•19 years ago
|
||
Please open new bugs on anything else, thanks.
Trunk:
Checking in components/passwordmgr/base/nsPasswordManager.cpp;
/cvsroot/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp,v
<-- nsPasswordManager.cpp
new revision: 1.67; previous revision: 1.66
done
Checking in locales/en-US/chrome/passwordmgr/passwordmgr.properties;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties,v
<-- passwordmgr.properties
new revision: 1.5; previous revision: 1.4
done
1.8 Branch:
Checking in locales/en-US/chrome/passwordmgr/passwordmgr.properties;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties,v
<-- passwordmgr.properties
new revision: 1.4.2.1; previous revision: 1.4
done
Checking in components/passwordmgr/base/nsPasswordManager.cpp;
/cvsroot/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp,v
<-- nsPasswordManager.cpp
new revision: 1.65.2.1; previous revision: 1.65
done
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•