Bug 104179 - event.(dataTransfer|clipboardData).setData('text/html') doesn't work
Summary: event.(dataTransfer|clipboardData).setData('text/html') doesn't work
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 15:31 PST by Ojan Vafai
Modified: 2012-12-05 15:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2012-12-05 15:31:49 PST
I don't see any good reason we should support text/plain but not text/html, especially since you can do this hackily right now by moving the window's selection during the cut/copy events.
Comment 1 Ojan Vafai 2012-12-05 15:33:14 PST
Bug 19893 is the similar bug for getData.