Bug 77097

Summary: [GTK][WK2] Primary clipboard should be updated with the current selection in X11 platforms
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2012-01-26 05:48:35 PST
This doesn't work in WebKit2
Comment 1 Carlos Garcia Campos 2012-01-26 05:52:26 PST
Created attachment 124110 [details]
Patch

It uses the same approach than wk1.
Comment 2 Martin Robinson 2012-01-26 06:57:14 PST
Comment on attachment 124110 [details]
Patch

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

> Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp:139
> +    // Collapse the selection without clearing it

Missing a period here.
Comment 3 Carlos Garcia Campos 2012-01-26 07:04:10 PST
Committed r106000: <http://trac.webkit.org/changeset/106000>