Bug 104179

Summary: event.(dataTransfer|clipboardData).setData('text/html') doesn't work
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.