Bug 22106

Summary: [Transforms] Fix localToAbsolute()/absoluteToLocal() for transformed table cells
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: igor.oliveira
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase; hover over the tranformed table cells, look at offsetX/offsetY none

Simon Fraser (smfr)
Reported 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.
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
Simon Fraser (smfr)
Comment 1 2008-11-06 10:45:27 PST
Created attachment 24947 [details] Testcase; hover over the tranformed table cells, look at offsetX/offsetY
Note You need to log in before you can comment on or make changes to this bug.