Closed Bug 606992 Opened 14 years ago Closed 14 years ago

Add ability to drag feed URL from header pane

Categories

(SeaMonkey :: MailNews: Message Display, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.1b2

People

(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)

Details

Attachments

(1 file, 1 obsolete file)

Currently you can only click the URL of a feed (which appears in the header pane) or use the context menu to copy it. It would be nice if you could also drag and drop it, e.g. to a browser window (new or existing tab), the desktop, the Bookmark Manager or the Bookmark sidebar (just to name some examples).
Attached patch patch (obsolete) — Splinter Review
Cf. https://developer.mozilla.org/En/DragDrop/Recommended_Drag_Types (Dragging Links):
- text/x-moz-url is needed to allow dragging to the Personal Toolbar, Bookmark Manager and Bookmarks sidebar
- text/uri-list alone allows dragging to a browser window
- text/plain allows dragging to a text editor (tested SciTE).
Assignee: nobody → jh
Status: NEW → ASSIGNED
Attachment #488710 - Flags: superreview?(neil)
Attachment #488710 - Flags: review?(mnyromyr)
Comment on attachment 488710 [details] [diff] [review]
patch

>+                 ondragstart="setDataTransfer(event);"
Nit: prefer this.parentNode.setDataTransfer rather than relying on our weird XUL event scoping rules.
Attachment #488710 - Flags: superreview?(neil) → superreview+
Attachment #488710 - Attachment is obsolete: true
Attachment #488899 - Flags: superreview+
Attachment #488899 - Flags: review?(mnyromyr)
Attachment #488710 - Flags: review?(mnyromyr)
Comment on attachment 488899 [details] [diff] [review]
patch v1a [Checkin: comment 5]

Cool!
Attachment #488899 - Flags: review?(mnyromyr) → review+
Comment on attachment 488899 [details] [diff] [review]
patch v1a [Checkin: comment 5]

http://hg.mozilla.org/comm-central/rev/1634e5c4c0bc
Attachment #488899 - Attachment description: patch v1a → patch v1a [Checkin: comment 5]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: