Closed
Bug 94203
Opened 24 years ago
Closed 24 years ago
Backup (All) button on Your Certificates tab active with no certs
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: jwbaker, Assigned: rangansen)
Details
(Whiteboard: patch , review)
Attachments
(1 file)
|
862 bytes,
patch
|
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
Even if you have no certificates in the Your Certificates tab, the Backup button
will still do something when you press it. On Mozilla 0.9.3/Linux, clicking the
button invokes the file selection dialog.
Comment 1•24 years ago
|
||
The backup button is properly disabled. It's the "Backup All" that is enabled
when you have no certs. Updating the summary to reflect that.
P3
->future.
We should check that whether there are any certs. The outliner has a useful
attribute:
readonly attribute long rowCount;
Another problem is that the View, Backup, and Delete buttons are enabled even
when the selection is a container. Use:
boolean isContainer(in long index);
Note that the implementation needs to decide what to do when more than one
outliner items are selected.
Assignee: ssaux → rangansen
Priority: -- → P3
Summary: Backup button on Your Certificates tab active with no certs → Backup All button on Your Certificates tab active with no certs
Target Milestone: --- → Future
Version: unspecified → 2.1
| Reporter | ||
Comment 2•24 years ago
|
||
No, the original description was correct. The "Backup" button LOOKS disabled,
but if you click on it, you'll find that it ISN'T disabled.
Summary: Backup All button on Your Certificates tab active with no certs → Backup (All) button on Your Certificates tab active with no certs
Comment 3•24 years ago
|
||
You're right.
We actually have another bug that fixes this that is almost ready to check in.
The fix is to change onclick to oncommand.
Marking dup of 88328.
*** This bug has been marked as a duplicate of 88328 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•24 years ago
|
||
Change the target of bugs with state 'RESOLVED' and target 'Future' to target
'2.1' since they were fixed for the 2.1 release.
Target Milestone: Future → 2.1
Comment 5•24 years ago
|
||
I'm confused whether this bug has been claimed to be fixed or not.
Either way, I am still seeing "Backup all" pop up even though there's no user cert.
Observed on N6 23001091703.
Comment 6•24 years ago
|
||
Reopening. The original summary is still true. Tested on 9/19 WinNT branch.
Status: RESOLVED → REOPENED
QA Contact: ckritzer → junruh
Resolution: DUPLICATE → ---
Updated•24 years ago
|
Target Milestone: 2.1 → Future
| Assignee | ||
Comment 7•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Whiteboard: patch , review
| Assignee | ||
Comment 8•24 years ago
|
||
David, please review ....
Comment 9•24 years ago
|
||
r=ddrinan.
Comment 10•24 years ago
|
||
Comment on attachment 50165 [details] [diff] [review]
patch
sr=hewitt
Attachment #50165 -
Flags: superreview+
| Assignee | ||
Comment 11•24 years ago
|
||
Patch checked in..
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•