[Webkit-unassigned] [Bug 143217] New: DnD icon/widget has odd background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 05:26:24 PDT 2015


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

            Bug ID: 143217
           Summary: DnD icon/widget has odd background
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: carlosg at gnome.org

If you DnD anything, the DnD icon shows an odd background. During the weekend I found out that WebKitGtk is using gtk_drag_set_icon_widget(), but is not setting the passed GtkWindow widget as app-paintable, which forces background rendering that would be unintended here.

After some chatting with KaL on #gtk+, it seems like a better approach though is using gtk_drag_set_icon_surface():

  KaL     garnacho_: we should probably use gtk_drag_set_icon_surface
          I don't know why we use a widget for that, TBH
          since the drag icon is rendered into a cairo surface in webcore

Doing either would fix the odd background on DnD icons.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150330/f445511f/attachment-0002.html>


More information about the webkit-unassigned mailing list