[Webkit-unassigned] [Bug 103081] [EFL][WK2] Mouse over on images on Google search shows artifacts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 02:16:08 PST 2012


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





--- Comment #7 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-26 02:18:17 PST ---
(In reply to comment #4)
> (In reply to comment #1)
> > Created an attachment (id=175690)
 --> (https://bugs.webkit.org/attachment.cgi?id=175690&action=review) [details] [details]
> > The issue
> 
> The problem seems to be as follows:
> 
> We always seem to draw two layers being on top of each other. The first time you hover on a image the background is like a white layer. From there on the background is always the previous image (Atleast most of the times). I tried it on Firefox and chrome, I don't see any two layers there.

Actually it seems to create a layer and immediately destroy it

hover:
create layer 18
delete layer 18
create layer 19
unhover:
delete layer 19

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