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 RenderingAssignee: Dave Hyatt <hyatt>
Status: NEW ---    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Dave Hyatt 2010-04-12 14:01:23 PDT
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.
Comment 1 Dave Hyatt 2010-04-12 14:35:59 PDT
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.