Bug 37467 - calculateRects could just use visual overflow rather than ShadowData when computing clip rect information.
Summary: calculateRects could just use visual overflow rather than ShadowData when com...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 14:01 PDT by Dave Hyatt
Modified: 2010-04-12 14:35 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.