Closed
Bug 82457
Opened 24 years ago
Closed 24 years ago
Dragging items on personal toolbar can lose bookmarks
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: sfraser_bugs, Assigned: hewitt)
References
Details
(Keywords: dataloss)
Attachments
(3 files)
1.70 KB,
patch
|
Details | Diff | Splinter Review | |
1.46 KB,
patch
|
Details | Diff | Splinter Review | |
1.42 KB,
patch
|
Details | Diff | Splinter Review |
It's possible to drag items around on the personal toolbar such that you lose
them. Here's how:
1. Have several items on your PT
2. Drag the 2nd item to the left, and drop it on top of the 'Bookmarks' item.
You'll get these assertions:
###!!! ASSERTION: illegal value: 'aIndex >= 1', file nsRDFContainer.cpp, line 283
###!!! ASSERTION: unable to add bookmark to container: 'NS_SUCCEEDED(rv)', file
nsBookmarksService.cpp, line 1473
3. Note that the item you dragged disappeared from its original location, and has
now disappeared. Bad bad bad. This stuff needs to be paranoid about data loss
Assignee | ||
Comment 1•24 years ago
|
||
Sadly, I noticed this problem myself the day after I landed the last round of
personal toolbar dnd fixes.
Fixing this one is fairly straightforward. Maybe I can get it in for 0.9.1
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
This patch addresses three cases in which bookmarks will be lost when dragged
around on the personal toolbar:
1. when a bookmark is dragged onto itself
2. when a bookmark is dragged onto a "fake" bookmark, like "Bookmarks" or "Shop"
3. when a bookmark is dragged onto an expanded folder, like an ftp or file url
bookmark
Assignee | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Don't return a value and sr=blake.
Assignee | ||
Comment 6•24 years ago
|
||
Reporter | ||
Comment 7•24 years ago
|
||
r=sfraser
Comment 8•24 years ago
|
||
Approved when sr= is reached.
Comment 9•24 years ago
|
||
I pointed out the change that hewitt made in the new patch...my sr still stands.
Comment 10•24 years ago
|
||
Is bug 83008 a dup?
Comment 11•24 years ago
|
||
*** Bug 83008 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
a=blizzard for 0.9.1
Assignee | ||
Comment 13•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 14•24 years ago
|
||
*** Bug 83371 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•