[Webkit-unassigned] [Bug 205861] [GTK][Flatpak SDK] Crashes in GTK drag and drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 07:04:41 PST 2020


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I don't think this is a WebKit bug... The problem is that for some reason GTK is failing to create a cursor. It first fails with gdk_cursor_new_from_name() which is called with "copy", so it should always work, it's one of the recommended set. Then gdk_pixbuf_new_from_stream() is failing too in ensure_drag_cursor_pixbuf (or g_resources_open_stream is returning null, we would need to debug it to know it for sure). I would patch GTK to handle errors of both g_resources_open_stream() and gdk_pixbuf_new_from_stream() to see why they are failing. Is this Wayland or X11?

-- 
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/20200109/73843a04/attachment.htm>


More information about the webkit-unassigned mailing list