Closed
Bug 13228
Opened 25 years ago
Closed 25 years ago
[FEATURE] Yes/No/Never dialog needed
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: morse, Assigned: don)
References
Details
(Whiteboard: Need to find an owner for this)
Need a dialog that contains message text and three buttons. The buttons are to
be labelled "Yes", "No", and "Never for this site". This is described in item 2
of bug 13022.
Reporter | ||
Comment 1•25 years ago
|
||
The API that I would like to see for this dialog is:
NS_IMETHOD PromptDoublePassword
(const PRUnichar *text,
const PRUnichar *text2,
PRUnichar **pwd,
PRUnichar **pwd2,
PRBool *_retval)
Component: HTML Dialogs → XPApps
Priority: P3 → P1
Summary: [Blocking] Yes/No/Never dialog needed → [FEATURE] Yes/No/Never dialog needed
Target Milestone: M14
Comment 6•25 years ago
|
||
why not just go like this, as suggested with bug 19935?
It makes more sense...
+------------------------------------------------+
|[] Authentication required :::::::::::::::::::::|
+------------------------------------------------+
| Enter user name and password for {blah} |
| at {server-name}: |
| __________________________________ |
| User name [__________________________________] |
| Password [__________________________________] |
| _ |
| [_] Remember username and password |
| |
| ( Cancel ) (( Ok )) |
+------------------------------------------------+
Assignee: davidm → don
Whiteboard: Need to find an owner for this
Target Milestone: M14 → M15
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•25 years ago
|
||
I implemented a universal dialog from which I can custom-build various dialogs.
The Yes,No,Never dialog requested here is a special case of the universal
dialog. It's now checked in and working. Marking bug as fixed.
Comment 10•25 years ago
|
||
Reassigning QA Contact.
Updated•25 years ago
|
QA Contact: sairuh → elig
Comment 11•25 years ago
|
||
the only time i've seen this dialog is when being asked to save a
username/passwd signon --where are there other places where this shows up?
handing this over to eli for verif, since dialogs are his realm...
Reporter | ||
Comment 12•25 years ago
|
||
That's the only place its used.
Comment 13•25 years ago
|
||
Verified that following the steps to reproduce in bug #18534 yields a "Yes, "No",
"Never for this site" dialog, using the 2.07.00 AM builds on Win32, Mac OS &
Linux.
If there's more to verifying this bug than that, please say so.
Thanks!
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•