Bug 37467
Summary: | calculateRects could just use visual overflow rather than ShadowData when computing clip rect information. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dave Hyatt <hyatt> |
Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> |
Status: | NEW | ||
Severity: | Normal | CC: | mitz |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Dave Hyatt
This is a regression from my layout/visual overflow changes from a while back. Layers used to incorporate all forms of overflow into their size, and now they don't. Either visual overflow needs to be incorporated, or the code in calculateRects that looks only at box shadows should be expanded to include all visual overflow.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dave Hyatt
Actually never mind, this works fine. However it should probably be patched to just use visual overflow for the future, so that outline works right once it becomes part of that.