Closed
Bug 74036
Opened 24 years ago
Closed 24 years ago
Incorrect number of bookmarks moved with File Bookmark
Categories
(SeaMonkey :: Bookmarks & History, defect, P1)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: moz_user, Assigned: bugs)
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
bugs
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.4.0-test10 i686)
BuildID: Mozilla 0.8.1
When using Edit/File Bookmark menu item with multiple bookmarks selected, not
all of the items get moved to the new folder location.
Reproducible: Always
Steps to Reproduce:
1.Launch browser and select Bookmarks/Manage Bookmarks...
2.Select several bookmarks
3.Select Edit/File Bookmark and select a different folder location
Actual Results: One or more of the bookmarks do not get moved.
Expected Results: All of the bookmarks should be moved to the new folder
location.
Need to save the item selection before attempting to move the bookmarks because
the bookmarksTree.selectedItems.length will change each item through the
for-loop.
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.6
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 3•24 years ago
|
||
Comment on attachment 29184 [details] [diff] [review]
Patch to bookmarks.js which saves the selection data
sr=ben@netscape.com
Attachment #29184 -
Flags: superreview+
| Assignee | ||
Comment 4•24 years ago
|
||
This code isn't actually used anymore, but it doesn't hurt to have disabled
code not suck in case we ever turn it back on ;)
Patch checked in. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•22 years ago
|
||
mass-verifying claudius' Fixed bugs which haven't changed since 2001.12.31.
if you think this particular bug is not fixed, please make sure of the following
before reopening:
a. retest with a *recent* trunk build.
b. query bugzilla to see if there's an existing, open bug (new, reopened,
assigned) that covers your issue.
c. if this does need to be reopened, make sure there are specific steps to
reproduce (unless already provided and up-to-date).
thanks!
[set your search string in mail to "AmbassadorKoshNaranek" 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
•