Bug 105967

Summary: [CSS Regions] Creating a bounding box based on ClientRect coordinates does not respect region flows
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mihnea, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128165    
Attachments:
Description Flags
test case none

Description Zoltan Horvath 2013-01-02 16:12:42 PST
Created attachment 181100 [details]
test case

While I was investigating bug #104024, I found a separate issue with making a bounding box inside region flows.

On the attached test case after clicking the 'Get the placement of the p element!' button, we should see a green rectangle around the Lorem ipsum text. The green box should be started in region1 and ended in region2. Currently it's only visible in region2. This is something that's not urgent now, I just wanted to place it to bugzilla.
Comment 1 Michelangelo De Simone 2013-06-13 11:48:58 PDT
Still repros on today's nightly (r151543)
Comment 2 Zoltan Horvath 2014-05-27 16:34:08 PDT
The bug is fixed in the meantime, so it's not valid anymore.
Closing bug as invalid.