Bug 27811 - Inset box shadows are incorrectly accounted for in visual overflow computations
Summary: Inset box shadows are incorrectly accounted for in visual overflow computations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 13:18 PDT by mitz
Modified: 2009-07-29 13:40 PDT (History)
0 users

See Also:


Attachments
Refactor some of box-shadow extent computations, make all such computations exclude inset shadows (20.45 KB, patch)
2009-07-29 13:28 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-07-29 13:18:09 PDT
Patch forthcoming.
Comment 1 mitz 2009-07-29 13:28:14 PDT
Created attachment 33739 [details]
Refactor some of box-shadow extent computations, make all such computations exclude inset shadows
Comment 2 mitz 2009-07-29 13:40:23 PDT
Fixed in <http://trac.webkit.org/changeset/46553>.