Bug 77097 - [GTK][WK2] Primary clipboard should be updated with the current selection in X11 platforms
Summary: [GTK][WK2] Primary clipboard should be updated with the current selection in ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-01-26 05:48 PST by Carlos Garcia Campos
Modified: 2012-01-26 07:04 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.44 KB, patch)
2012-01-26 05:52 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

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