Closed
Bug 49534
Opened 26 years ago
Closed 24 years ago
adding same bookmark >1 times requires equal number of "delete" ops to remove
Categories
(SeaMonkey :: Bookmarks & History, defect, P2)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla0.9.7
People
(Reporter: waterson, Assigned: paulkchen)
References
Details
(Keywords: polish)
To reproduce:
1. Go to a web page; e.g., http://www.mozilla.org/
2. Choose "Bookmarks->Add Current Page"
3. Repeat.
4. Go to bookmarks menu: select "Bookmarks->Manage Bookmarks"
5. Select "Mozilla.org" bookmark
6. Select "Edit->Delete"
Note that the bookmark is not removed.
7. Select "Edit->Delete" again. Now the bookmark will go away.
Expected behavior: one "delete" will kill the bookmark.
I'm sure this is happening because we're asserting into the RDF datasource
multiple times. We should probably just detect that the bookmark is already in
the folder, and refuse to bookmark it again. Or maybe not. This is tricky. rjc
will have some ideas.
| Reporter | ||
Updated•26 years ago
|
Updated•26 years ago
|
Assignee: slamm → rjc
Comment 1•26 years ago
|
||
Nav triage team: Reassigning to rjc; recommend nsbeta3+ for this one.
Updated•26 years ago
|
Whiteboard: [nsbeta3-]
Comment 2•26 years ago
|
||
Time to cut deep, [nsbeta3-]. I could be wrong, but I suspect that since
bookmarks are stored as html this would only happen if you add and attempt to
delete within the same session which can't be that common of a case.
Comment 3•26 years ago
|
||
This bug depends on getting bug 51683 fixed. When I try to Add Current Page and
then do it again and again I still only see 1 bookmark.
Depends on: 51683
Comment 4•25 years ago
|
||
Netscape Nav triage team: this is a Netscape beta stopper. Dupe of single
bookmarks?
Keywords: nsbeta1
nav triage team:
Marking nsbeta1+
Whiteboard: [nsbeta3-] → [nsbeta3-][nsbeta1+]
Comment 6•25 years ago
|
||
nsbeta1+ and assigned to rjc, not a good combination. -> ben (but I suspect
this is fixed once the broken clipboard operations are fixed)
Comment 7•25 years ago
|
||
This appears to be fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Ben wrote:
> This appears to be fixed.
The bug is only visually fixed. Try closing bookmark manager and re-open it.
You'll see the duplicated entry appear. Deleting ALL duplicate entries needs
"closing and reopening and deleteing" combos to be performed as many times as
the number of dupe entries.
Reopening bug.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•24 years ago
|
||
you're right. OK. Duplicate bookmarks lead to other nasty woes so setting
priority accordingly.
Status: REOPENED → ASSIGNED
Priority: P3 → P2
Target Milestone: --- → mozilla0.9.7
Comment 10•24 years ago
|
||
Paul Chen is now taking Bookmarks bugs. For your convenience, you can filter
email notifications caused by this by searching for 'ilikegoats'.
Assignee: ben → pchen
Status: ASSIGNED → NEW
Comment 11•24 years ago
|
||
*** Bug 110809 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•24 years ago
|
||
I think Ben put some code in to check for duplicate bookmarks. At any rate,
worksforme under Netscape 6.2 and a mac mozilla build from 11/18/01. Marking w4m
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → WORKSFORME
Comment 13•23 years ago
|
||
mass-verifying WorksForMe bugs which haven't changed since 2001.12.31.
set your search string in mail to "EmperorLondoMollari" to filter out these
messages.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•