Bug 22106 - [Transforms] Fix localToAbsolute()/absoluteToLocal() for transformed table cells
Summary: [Transforms] Fix localToAbsolute()/absoluteToLocal() for transformed table cells
Status: NEW
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 10:44 PST by Simon Fraser (smfr)
Modified: 2011-09-22 08:29 PDT (History)
1 user (show)

See Also:


Attachments
Testcase; hover over the tranformed table cells, look at offsetX/offsetY (6.91 KB, text/html)
2008-11-06 10:45 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-11-06 10:44:33 PST
localToAbsolute()/absoluteToLocal() are broken when the <td> has a transform, because of the order of the transform application, and the tabel row offset removal.
Comment 1 Simon Fraser (smfr) 2008-11-06 10:45:27 PST
Created attachment 24947 [details]
Testcase; hover over the tranformed table cells, look at offsetX/offsetY