calculateRects could just use visual overflow rather than ShadowData when computing clip rect information.
https://bugs.webkit.org/show_bug.cgi?id=37467
Summary calculateRects could just use visual overflow rather than ShadowData when com...
Dave Hyatt
Reported 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.
Attachments
Dave Hyatt
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.