Bug 54416

Summary: REGRESSION: Copy/paste from a WebKit window to a TextEdit window loses fonts.
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Critical CC: mjs, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Enrica Casucci 2011-02-14 15:18:32 PST
This is a regression introduced during the pasteboard refactoring.
Comment 1 Enrica Casucci 2011-02-14 15:22:41 PST
Created attachment 82371 [details]
Patch
Comment 2 mitz 2011-02-14 15:25:49 PST
Comment on attachment 82371 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=82371&action=review

> Source/WebCore/platform/mac/PasteboardMac.mm:147
> +    // Using different API for WebKit and WebKit2.

Perhaps this should be a FIXME and explain what’s broken in the WebKit2 case (namely, no attributes) rather than just say the API is different.
Comment 3 Enrica Casucci 2011-02-14 15:45:11 PST
http://trac.webkit.org/changeset/78517