Bug 104024

Summary: [CSS Regions] getClientRects and getBoundingClientRect is not returning the correct rects for the elements inside a flow
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
test case none

Description Alexandru Chiculita 2012-12-04 11:45:37 PST
Doing something like document.querySelector("h1").getBoundingClientRect() or document.querySelector("h1").getClientRects() when "h1" is an element inside a flow thread will return invalid rectangles.
Comment 1 Zoltan Horvath 2013-01-02 15:54:13 PST
Created attachment 181091 [details]
test case

Although I can not reproduce the bug, I find another one. This is the test case what I used for trying to reproduce. I'm going to open a separate bug for the new bug, closing this one.