Bug 54500

Summary: WebKit2: RTF pasteboard format doesn't preserve style
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: RESOLVED DUPLICATE    
Severity: Normal Keywords: InRadar, PlatformOnly
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   

Description Enrica Casucci 2011-02-15 15:02:37 PST
To create RTF content in the pasteboard it is necessary to create an NSAttributedString from the selected DOM range.
In WebKit2 we cannot use the AppKit API initWithDOMRange because it assumes to have access to the WebFrame and the NSView.
Comment 1 Alexey Proskuryakov 2011-02-18 16:10:56 PST

*** This bug has been marked as a duplicate of bug 47615 ***