Open
Bug 61877
Opened 24 years ago
Updated 2 years ago
When asked to Remember Password, Should be Y/N/V hotkey
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
REOPENED
Future
People
(Reporter: brian, Unassigned)
References
Details
(Keywords: access)
Build ID: 200120220
Please excuse me if I've posted to the wrong area. I wasn't completely sure
with this bug.
When asked wether or not to remember a password for a given site, you should be
able to answer the dialog box by hitting the Y key for Yes, N key for No, and
something like the V Key for Never. I would really appreciate this so I don't
have to always go to the mouse as I'm loging into sites. Thanks! Keep up the
great work!
I'd like to help with this if I could. Do you know which xul file (if any)
contains the code to this particual dialog box?
Comment 2•24 years ago
|
||
cc'ing passwd mgr folks.
Comment 3•24 years ago
|
||
Dialog is put up by the call to Wallet_3ButtonConfirm in wallet.cpp. This in
turn calls on UniversalDialog in nsCommonDialogs.cpp which in turn puts up the
commonDialog.xul file.
Comment 4•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
Comment 5•24 years ago
|
||
I agree, that dialog is annoying and should have some
kind of easy dismisal mechanism. nsbeta1, morse.
Assignee: vishy → morse
Keywords: nsbeta1
Summary: When asked to Remeber Password, Should be Y/N/V hotkey → When asked to Remember Password, Should be Y/N/V hotkey
Comment 6•24 years ago
|
||
This is not a password-manager problem but rather a more fundamental
problem involving all dialogs That's ben's area.
Assignee: morse → ben
That's a good point. I haven't noticed any dialogs that allow shortcut keyboard
keys. I could have missed one though. I guess I'm a person who likes to keep
my hands at the keyboard as much as possible. Thanks!
nav triage team:
Not a beta1 stopper, marking nsbeta1-
Comment 9•24 years ago
|
||
You need to be adding the bindings to the keyset in
http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/win/platfo
rmDialogOverlay.xul and they'll appear in all OK/Cancel/Never dialogs. Binding
"Never" might be harder, because this dialog only refers to the buttons
generically.
Of course, you'll probably need to mess with stuff like string bundles for
localisation etc. etc.
Enter is already bound to Yes, and Escape to No.
Gerv (lxr browser)
Comment 10•24 years ago
|
||
http://msdn.microsoft.com/library/books/winguide/appxB.htm
Avoid assigning access keys to OK and Cancel when the ENTER key and
ESC key, respectively, are assigned to them by default.
please see bug 64457. Where do Yes and No live?
Blocks: 64457
Reporter | ||
Comment 11•24 years ago
|
||
Nominating mozilla0.9. It would be nice if this was cleared up for then.
Keywords: mozilla0.9
Comment 12•24 years ago
|
||
Marking nsbeta1- bugs as future to get off the radar
Target Milestone: --- → Future
Reporter | ||
Comment 13•24 years ago
|
||
Nominating mozilla0.9.2 so it gets reviewed sometime.
Keywords: mozilla0.9 → mozilla0.9.2
Comment 15•23 years ago
|
||
we wouldn't hold 1.0.1 for this, minusing. it would be nice to have though, if a
patch becomes avail, please re-nominate.
Keywords: mozilla1.0.1 → mozilla1.0.1-
Comment 17•22 years ago
|
||
Really, this should be a dup of 134066, since it would use the default values of
nsIPromptService.
*** This bug has been marked as a duplicate of 134066 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 18•22 years ago
|
||
mass-verification of Duplicates.
mail search string for bugspam: SolarFlaresAreTheCause
Status: RESOLVED → VERIFIED
Comment 19•22 years ago
|
||
Y and N work now that bug 134066 is fixed, but V still doesn't work.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Updated•15 years ago
|
QA Contact: bugzilla → keyboard.navigation
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Comment 20•4 years ago
|
||
Removing myself as assignee for editor bugs, since the editor project is (sadly) long gone.
Assignee: akkzilla → nobody
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•