Closed
Bug 88661
Opened 24 years ago
Closed 24 years ago
Need "Remove all data" button in the "Form Manager" window
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(3 files)
|
2.57 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.61 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.59 KB,
patch
|
Details | Diff | Splinter Review |
There's missing a "Remove all data" button from the "From Manager" window. It's
the window that gets shown when pressing the "View stored Form Data".
build 20010630
Comment 1•24 years ago
|
||
There's no separate facility for doing this only in the form manager. But there
is a facility for removing all form-manager and password manager data. It's in
the password manager menu.
The reason for this facility is to permit the user who has forgotten the master
password to start all over. Otherwise he would have to discard the entire
profile but this allows him to discard only that part of the profile that is
under control of the master password.
Why do you want a separate facility for deleting just the form-manager data?
(See also bug 88543).
morse: Did you mean "Task -> Privacy and Security -> Password Manager -> Clear
Sensitive Information"? (Phew... what a long menu...)
| Reporter | ||
Comment 3•24 years ago
|
||
a normal user, including me, have no idea that password manager data and form
manager data has something to do with each other.
Therefore we need a clear form data button in the Form Manager.
The Clear Form Data button shoul only clear the form data. Not password data.
Comment 4•24 years ago
|
||
Yes, that's what I meant.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.4
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Attached patch to include the remove-all button. However will this be vetoed
because UI is frozen?
cc'ing vishy and blake for r and sr in case they want to get this in now.
Comment 7•24 years ago
|
||
Adding German for UE input.
Comment 8•24 years ago
|
||
German, please comment here. Vishy is holding up his review until he hears from
you.
Background info. Form manager is the only one of the privacy dialogs that
doesn't provide a remove-all capability. There is a remove-all menu item under
password manager (which also removes form-manager data) but that's doesn't
replace the need for a form-manager-only remove all in the form manager dialog.
Comment 9•24 years ago
|
||
since we now have clarification that controlled UI changes are acceptable,
r=vishy.
I do have one doubt. Should the style= attributes in XUL be moved to css? Blake
can comment on that as part of sr=.
Comment 10•24 years ago
|
||
Blake could you look at sr= this so that we can get it off the list? thanks!
Vishy
Comment 11•24 years ago
|
||
+ while (menuPopup.firstChild != menuPopup.lastChild) {
Why not just check to see if there's only one item left?
Instead of setting the label to "", why not remove it?
The style should be in a content stylesheet, but there's a bug on doing all that
work at once, so I guess this is okay for now.
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
The |values| variable seems to be unused?
Also, I'm a little confused.
var menuPopup = menuList.firstChild;
Then you get menuPopup.firstChild. Why is it menuList.firstChild.firstChild...?
Comment 14•24 years ago
|
||
Oh I see. firstChild is menupopup, then that has childNodes. Why remove all but
the last item for each...?
Also, Jatin, can you suggest wording here? The current wording seems to suggest
that all the data will be cleared, not just the data for the panel.
Summary: Need "Remove all data" button in the "From Manager" window → Need "Remove all data" button in the "Form Manager" window
Comment 15•24 years ago
|
||
Comment 16•24 years ago
|
||
> Why remove all but the last item for each...?
The editable menulists for form-manager have been designed to always contain
exactly one empty entry. This is the entry that the user types in to add
addtional values.
> Also, Jatan, can you suggest wording here? The current wording seems to
> suggest that all the data will be cleared, not just the data for the panel.
That is correct, all the data will be cleared, not just the data for the panel.
Comment 17•24 years ago
|
||
sr=blake
Comment 18•24 years ago
|
||
Checked in a couple of days ago but I forgot to close this out as such.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 19•24 years ago
|
||
Need to reopen:
* When you Remove Saved Data, the concatenations panel often gets wiped out.
* This button should not be directly under the tree, but horizontally aligned
with the OK/Cancel buttons (but to the left).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 20•24 years ago
|
||
> When you Remove Saved Data, the concatenations panel often gets wiped out.
That's the correct behavior. The initial value of the concatenation panel in a
fresh profile is an empty display.
> This button should not be directly under the tree, but horizontally aligned
> with the OK/Cancel buttons (but to the left).
Why? In any case, this bug called for the remove-all function to be implemented
and it has now been implemented. Therefore this bug has been fixed. If you
want to complain about the screen placement of this new button, that's a new bug
and should be done in a new report.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 21•24 years ago
|
||
Blake: Did you open some new bugs on the items you described?
If you do please Cc me on them...
But this bug is fixed
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Assignee: morse → nobody
Product: Core → Toolkit
QA Contact: tpreston → form.manager
Target Milestone: mozilla0.9.4 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•