Bug 78933 - REGRESSION (r107606): Copy Link writes malformed WebURLsWithTitlesPboardType data to the pasteboard
Summary: REGRESSION (r107606): Copy Link writes malformed WebURLsWithTitlesPboardType ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2012-02-17 13:58 PST by Enrica Casucci
Modified: 2012-02-17 14:44 PST (History)
0 users

See Also:


Attachments
Patch (1.61 KB, patch)
2012-02-17 14:04 PST, Enrica Casucci
rniwa: 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 2012-02-17 13:58:23 PST
The correct format for WebURLsithTitlesPboard should be:


<array>
	<array>
		<string>http://www.panic.com/blog/2011/07/the-worlds-first-emoji-domain/</string>
	</array>
	<array>
		<string>The Worldâ..s First Emoji Domain</string>
	</array>
</array>
</plist>

Now it's putting:

<array>
	<string>http://www.panic.com/blog/2011/07/the-worlds-first-emoji-domain/</string>
	<string>The Worldâ..s First Emoji Domain</string>
</array>


<rdar://problem/10874553>
Comment 1 Enrica Casucci 2012-02-17 14:04:12 PST
Created attachment 127655 [details]
Patch
Comment 2 Enrica Casucci 2012-02-17 14:42:46 PST
Thanks for the review!
Comment 3 Enrica Casucci 2012-02-17 14:44:52 PST
http://trac.webkit.org/changeset/108128