Bug 24163

Summary: Fix rect and quad mapping RenderObject methods to map through 3d transforms
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 23283, 23359    
Attachments:
Description Flags
Patch, changelog hyatt: review+

Description Simon Fraser (smfr) 2009-02-25 10:22:29 PST
The various methods that map rects and quads between absolute and local coords needs to map through 3d transforms just like localToAbsolute()/absoluteToLocal().
Comment 1 Simon Fraser (smfr) 2009-03-06 22:59:52 PST
Created attachment 28384 [details]
Patch, changelog
Comment 2 Simon Fraser (smfr) 2009-03-06 23:00:34 PST
I think the TransformState in this patch could also be used as-is for hit testing now, eliminating the need for HitTestingTransformState.
Comment 3 Simon Fraser (smfr) 2009-03-06 23:04:26 PST
This patch also fixes bug 23283.
Comment 4 Dave Hyatt 2009-03-09 09:51:20 PDT
Comment on attachment 28384 [details]
Patch, changelog

r=me
Comment 5 Simon Fraser (smfr) 2009-03-09 11:06:49 PDT
http://trac.webkit.org/changeset/41531