Bug 54416 - REGRESSION: Copy/paste from a WebKit window to a TextEdit window loses fonts.
Summary: REGRESSION: Copy/paste from a WebKit window to a TextEdit window loses fonts.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Critical
Assignee: Enrica Casucci
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-02-14 15:18 PST by Enrica Casucci
Modified: 2011-02-14 15:45 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.34 KB, patch)
2011-02-14 15:22 PST, Enrica Casucci
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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