[Webkit-unassigned] [Bug 39827] New: [GTK] Text copied from a WebView cannot be pasted into gnome-terminal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 04:18:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39827

           Summary: [GTK] Text copied from a WebView cannot be pasted into
                    gnome-terminal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


It seems that code in PasteboardGtk.cpp is advertising uri-list and image targets when they weren't available. The clipboard callback answered the request for uri-list data by filling the GtkSelectionData object with plain text data. I will attach a patch which simply uses the new clipboard code in PasteboardHelperGtk.cpp for all clipboard operations.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list