Closed
Bug 299432
Opened 20 years ago
Closed 20 years ago
prompt before deleting bookmark folder
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 279441
People
(Reporter: csthomas, Assigned: p_ch)
Details
It's too easy to accidentally delete a folder of bookmarks - we should prompt
for confirmation when deleting folders.
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/xpfe/components/bookmarks/resources/bookmarks.js#940
aSelection has an iscontainer property which is 1 for folders, and 0 otherwise.
A confirmation here would work for the personal toolbar folder (which is the
bigger issue for me), but the bookmark manager already removes the rows from the
tree before getting to this line.
(In reply to comment #1)
> Might want to note bug 41911, and its opposite, bug 54813.
Definitely related... but I only want the prompt for folders.
What is the difference to your other Bug 279441? Seems to me like a clear duplicate.
Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> What is the difference to your other Bug 279441? Seems to me like a clear
duplicate.
I forgot I filed it, and for some reason couldn't find it when searching.
*** This bug has been marked as a duplicate of 279441 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•