Closed
Bug 342381
Opened 20 years ago
Closed 19 years ago
Copying a live bookmark should put the livemark/feedURI on the clipboard
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha3
People
(Reporter: philor, Assigned: asaf)
References
Details
(Whiteboard: [Fx2-parity])
Attachments
(2 files)
|
6.58 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
|
2.15 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
Currently, copying a live bookmark does just the same as copying a folder: puts the text/x-moz-place-container on the clipboard, and all you can do is paste it back into your bookmarks elsewhere. It should also put at least the feedURI as text/unicode in, so it can be copied out to a text editor, or pasted into the addressbar to mitigate the way we aren't ever going to include a menu item going back to the feed preview page.
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [Fx2-parity]
| Assignee | ||
Updated•19 years ago
|
Assignee: philringnalda → mano
Priority: -- → P2
| Assignee | ||
Comment 1•19 years ago
|
||
Nice old BM, dragging a live-bookmark folder on the tab-bar opens the feed. We should allow that too.
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 3 alpha2
| Assignee | ||
Comment 2•19 years ago
|
||
This also gives higher priority to TYPE_X_MOZ_URL in getTransferData.
Attachment #252542 -
Flags: review?(sspitzer)
Comment 3•19 years ago
|
||
Comment on attachment 252542 [details] [diff] [review]
patch
r=sspitzer
sorry for the delay, asaf. thanks for being patient.
Attachment #252542 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
mozilla/browser/components/places/content/controller.js 1.118
mozilla/browser/components/places/content/utils.js 1.7
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•19 years ago
|
||
Er, it should copy the feed uri, not the site URI.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: Firefox 3 alpha2 → Firefox 3 alpha3
| Assignee | ||
Comment 6•19 years ago
|
||
Attachment #256413 -
Flags: review?(sspitzer)
Comment 7•19 years ago
|
||
Comment on attachment 256413 [details] [diff] [review]
patch
r=sspitzer (whoops, sorry for not spotting that in my initial review)
Attachment #256413 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 8•19 years ago
|
||
mozilla/browser/components/places/content/controller.js 1.129
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Comment 9•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
•