GNOME Bugzilla – Bug 707445
ghost cursor when mouse hovers over an image file in a tab
Last modified: 2013-09-06 15:51:13 UTC
I have epiphany built from git master today. There is an odd cursor appearing when mouse pointer is on an image that is opened inside epiphany. If I take a screenshot, in the screenshot the normal mouse pointer appears.
Actually a WK bug. I can reproduce this in MiniBrowser and GtkLauncher.
*** Bug 707494 has been marked as a duplicate of this bug. ***
Created attachment 254253 [details] Test case Test case showing the bug.
So this seems to be a bug in GTK+. The following commit is the first where this happens: commit 54f5e4af53f520fa621218e02110c40286975513 Author: Alexander Larsson <alexl@redhat.com> Date: Tue Aug 6 16:18:13 2013 +0200 gdk_pixbuf_get_from_surface: Avoid copying if source is image surface If the source surface is an image surface we don't need to coerce it to one.
I might be stupidly wrong but my bet is that convert_alpha() cannot deal with CAIRO_FORMAT_A1 ?
Created attachment 254262 [details] [review] gdk_pixbuf_get_from_source: only reuse surfaces with matching format Otherwise the convertion functions will return rubbish.
Comment on attachment 254262 [details] [review] gdk_pixbuf_get_from_source: only reuse surfaces with matching format Typo in commit message: s/convertion/convestion/
Attachment 254262 [details] pushed as 0735aa1 - gdk_pixbuf_get_from_source: only reuse surfaces with matching format