Bug 132383

Summary: [New Multicolumn] Region offset not factored in when mapping to local coords
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, jonlee, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Dave Hyatt 2014-04-30 09:00:22 PDT
fast/events/offsetX-offsetY.html is still not quite right when the multicolumn block has borders/padding. The offset of the region from the multicolumn block is not being factored in to the mapping.
Comment 1 Dave Hyatt 2014-04-30 09:02:25 PDT
Created attachment 230481 [details]
Patch
Comment 2 Dave Hyatt 2014-04-30 09:43:21 PDT
Fixed in r168024.