RESOLVED FIXED 103155
[EFL][WK2] Whole page flicks after final update/rendering
https://bugs.webkit.org/show_bug.cgi?id=103155
Summary [EFL][WK2] Whole page flicks after final update/rendering
Jesus Sanchez-Palencia
Reported 2012-11-23 10:58:03 PST
Run Minibrowser, open http://maps.google.com. Now do some double tap to zoom and you will see that after the animation ends, whole page flicks. Sometimes you see the flick only inside the map area, some times you see it flickering entirely (keep your eyes at the Google logo and do some zoom in/out and you will be able to experience it). It happens not only with double tap to zoom, but also with wheel zooming and clicking on the + or - buttons that the map provides.
Attachments
Kenneth Rohde Christiansen
Comment 1 2012-11-27 05:08:33 PST
This might be caused by the same that causes https://bugs.webkit.org/show_bug.cgi?id=103271
Kalyan
Comment 2 2012-11-28 20:07:14 PST
(In reply to comment #1) > This might be caused by the same that causes https://bugs.webkit.org/show_bug.cgi?id=103271 We can still see this. It seems a synchronization issue. Looks like we dont handle all the sync requests in LayerTreeCoordinatorProxy
Kalyan
Comment 3 2012-11-28 22:25:52 PST
(In reply to comment #2) > (In reply to comment #1) > > This might be caused by the same that causes https://bugs.webkit.org/show_bug.cgi?id=103271 > > We can still see this. It seems a synchronization issue. Looks like we dont handle all the sync requests in LayerTreeCoordinatorProxy 103522 might be a similar issue to this. Trying the attached patch in 103522 to verify if it solves this issue too
Kalyan
Comment 4 2012-11-29 04:24:19 PST
The attached patch in 103522 seems to fix this too. Not marking this as duplicate since this issue cannot be reproduced with Qt port.
Jesus Sanchez-Palencia
Comment 5 2012-11-29 04:40:12 PST
(In reply to comment #4) > The attached patch in 103522 seems to fix this too. Not marking this as duplicate since this issue cannot be reproduced with Qt port. Yep, it seems to fix. I will leave this bug open until we can confirm that.
Kenneth Rohde Christiansen
Comment 6 2012-12-03 01:58:15 PST
This seems fixed in trunk now, can someone confirm?
Kalyan
Comment 7 2012-12-03 20:50:59 PST
(In reply to comment #6) > This seems fixed in trunk now, can someone confirm? Yes, this is fixed in trunk now. Changing the status to resolved.
Jesus Sanchez-Palencia
Comment 8 2012-12-06 03:33:48 PST
Sorry for the late response, yep, it is fixed.
Note You need to log in before you can comment on or make changes to this bug.