Closed
Bug 387952
Opened 18 years ago
Closed 18 years ago
Folder annotations should be kept intact for delete / undo transactions
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha7
People
(Reporter: christineyen+bugs, Assigned: christineyen+bugs)
Details
Attachments
(1 file, 1 obsolete file)
|
1.83 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
Spun of bug 341035. The old annotations will be deleted in the backend, but "undo" should still retain annotations, or else descriptions/a livemark's feed and site URIs will be lost when the folder is reinstantiated.
Attachment #272081 -
Flags: review?(dietrich)
Updated•18 years ago
|
Status: NEW → ASSIGNED
Flags: blocking-firefox3?
Target Milestone: --- → Firefox 3 M7
Comment 1•18 years ago
|
||
Comment on attachment 272081 [details] [diff] [review]
patch
r=sspitzer
we don't need this line anymore, so I've removed it:
var title = this.bookmarks.getItemTitle(this._id);
Attachment #272081 -
Flags: review?(dietrich) → review+
Comment 2•18 years ago
|
||
Attachment #272081 -
Attachment is obsolete: true
Attachment #272278 -
Flags: review+
Comment 3•18 years ago
|
||
fixed.
Checking in controller.js;
/cvsroot/mozilla/browser/components/places/content/controller.js,v <-- control
ler.js
new revision: 1.168; previous revision: 1.167
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
steps to reprodce:
1) create a new profile
2) open the bookmarks sidebar
3) open the personal toolbar folder in the sidebar
4) select the latest headlines rss feed
5) right click, properties, set a description ("foobar")
5) Edit | Cut
6) Edit | Undo
7) View latest headlines rss feed properites
expected results:
the item is still feed with the proper feed location, site location and description ("foobar")
Comment 5•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007071705 Minefield/3.0a7pre
added test case to litmus : http://litmus.mozilla.org/show_test.cgi?searchType=by_id&id=4456
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Flags: in-litmus+
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Comment 6•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•