Bug 121789

Summary: [Qt] Tiled backing-store causes wrong translation
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit QtAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED INVALID    
Severity: Normal CC: commit-queue, hausmann, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 121909    
Bug Blocks: 88186, 110211    
Attachments:
Description Flags
Patch none

Allan Sandfeld Jensen
Reported 2013-09-23 07:48:58 PDT
TileQt::updateBackBuffer() applies a translate operation that is never unapplied, this can cause layers to be painted in incorrect positions more or less randomly.
Attachments
Patch (1.55 KB, patch)
2013-09-23 07:50 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2013-09-23 07:50:56 PDT
WebKit Commit Bot
Comment 2 2013-09-23 08:39:21 PDT
Comment on attachment 212349 [details] Patch Clearing flags on attachment: 212349 Committed r156272: <http://trac.webkit.org/changeset/156272>
WebKit Commit Bot
Comment 3 2013-09-23 08:39:23 PDT
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 4 2013-09-25 08:24:01 PDT
Re-opened since this is blocked by bug 121909
Allan Sandfeld Jensen
Comment 5 2013-09-25 08:38:43 PDT
Turned out this patch actually did nothing. It was fluky in my testing that I observed a change. The underlying was solved by merging the patch from bug #105494
Note You need to log in before you can comment on or make changes to this bug.