Bug 103155 - [EFL][WK2] Whole page flicks after final update/rendering
Summary: [EFL][WK2] Whole page flicks after final update/rendering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kalyan
URL:
Keywords:
Depends on: 103522
Blocks: 103105
  Show dependency treegraph
 
Reported: 2012-11-23 10:58 PST by Jesus Sanchez-Palencia
Modified: 2012-12-06 03:33 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 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.
Comment 1 Kenneth Rohde Christiansen 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
Comment 2 Kalyan 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
Comment 3 Kalyan 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
Comment 4 Kalyan 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.
Comment 5 Jesus Sanchez-Palencia 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.
Comment 6 Kenneth Rohde Christiansen 2012-12-03 01:58:15 PST
This seems fixed in trunk now, can someone confirm?
Comment 7 Kalyan 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.
Comment 8 Jesus Sanchez-Palencia 2012-12-06 03:33:48 PST
Sorry for the late response, yep, it is fixed.