[Webkit-unassigned] [Bug 27028] [gtk] Pasteboard/GtkClipboard can't handle the "text/html" target.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 08:41:49 PDT 2009


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


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |Gtk
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #3 from Jan Alonzo <jmalonzo at gmail.com>  2009-07-07 08:41:49 PDT ---
(In reply to comment #1)
> Created an attachment (id=32376)
 --> (https://bugs.webkit.org/attachment.cgi?id=32376) [details]
> Fix improper set of enum WebKitWebViewTargetInfo
> 
> I use this Change:
> > Index: WebCore/platform/gtk/PasteboardGtk.cpp
> > ===================================================================
> > --- WebCore/platform/gtk/PasteboardGtk.cpp	(revision 45546)
> > +++ WebCore/platform/gtk/PasteboardGtk.cpp	(working copy)
> > @@ -37,8 +38,8 @@ namespace WebCore {
> >  /* FIXME: we must get rid of this and use the enum in webkitwebview.h someway */
> >  typedef enum
> >  {
> > -    WEBKIT_WEB_VIEW_TARGET_INFO_HTML = - 1,
> > -    WEBKIT_WEB_VIEW_TARGET_INFO_TEXT = - 2
> > +    WEBKIT_WEB_VIEW_TARGET_INFO_HTML,
> > +    WEBKIT_WEB_VIEW_TARGET_INFO_TEXT
> >  } WebKitWebViewTargetInfo;

Maybe we can remove this altogether by grabbing the target infos via m_helper?

-- 
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