Bug 130583
Summary: | [CSS Regions] Make mapLocalToContainer regions aware | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrei Bucur <abucur> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, hyatt, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 57312 |
Andrei Bucur
mapLocalToContainer should be able to select the correct region when walking the ancestor path of a renderer inside a flow thread. The problem is that rectangles are shifted from their layout positions through transforms / relative positioning. Correct region information can't be collected using only geometrical values.
Because of this limitation, getClientRects() will return invalid results in some cases (with content overflowing the region).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.