Bug 31751 - DocumentMarkers need to be educated about transforms
Summary: DocumentMarkers need to be educated about transforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 16:09 PST by Simon Fraser (smfr)
Modified: 2009-11-23 15:31 PST (History)
0 users

See Also:


Attachments
Testcase with 2D transform (1.56 KB, text/html)
2009-11-20 17:26 PST, Simon Fraser (smfr)
no flags Details
Patch (19.07 KB, patch)
2009-11-23 13:05 PST, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-11-20 16:09:53 PST
The DocumentMarkers code in Document.cpp assumes that everything is painted into the root. It needs to be educated about compositing layers.
Comment 1 Simon Fraser (smfr) 2009-11-20 17:26:11 PST
Created attachment 43633 [details]
Testcase with 2D transform
Comment 2 Simon Fraser (smfr) 2009-11-23 13:05:21 PST
Created attachment 43726 [details]
Patch
Comment 3 mitz 2009-11-23 14:39:53 PST
Comment on attachment 43726 [details]
Patch

r=me (made some comments in person, and Iā€™m told there will be a test :) )
Comment 4 Simon Fraser (smfr) 2009-11-23 15:31:09 PST
http://trac.webkit.org/changeset/51324