Bug 102540 - Checkerboard flicker when pinch zooming out on google.com/nwshp
Summary: Checkerboard flicker when pinch zooming out on google.com/nwshp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Treat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 11:11 PST by Adam Treat
Modified: 2012-11-16 13:01 PST (History)
4 users (show)

See Also:


Attachments
Patch (7.16 KB, patch)
2012-11-16 11:14 PST, Adam Treat
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2012-11-16 11:11:12 PST
This happens because the tile matrix is changing while the pinch zoom is
continuing.
Comment 1 Adam Treat 2012-11-16 11:11:52 PST
I'm going to fix this by disabling updates to the backingstore tile matrix when backingstore updates are disabled.  This will prevent changes to the tile matrix when we are in the middle of a pinch zoom which can cause checkebroard flickering.
Comment 2 Adam Treat 2012-11-16 11:14:36 PST
Created attachment 174723 [details]
Patch
Comment 3 WebKit Review Bot 2012-11-16 13:01:36 PST
Comment on attachment 174723 [details]
Patch

Clearing flags on attachment: 174723

Committed r134990: <http://trac.webkit.org/changeset/134990>
Comment 4 WebKit Review Bot 2012-11-16 13:01:41 PST
All reviewed patches have been landed.  Closing bug.