Bug 98552

Summary: Deprecated flexboxes subtract scrollbar width/height twice
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tony: review+

Description Ojan Vafai 2012-10-05 13:41:27 PDT
Deprecated flexboxes subtract scrollbar width/height twice
Comment 1 Ojan Vafai 2012-10-05 13:47:29 PDT
Created attachment 167376 [details]
Patch
Comment 2 Tony Chang 2012-10-05 14:05:49 PDT
Comment on attachment 167376 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=167376&action=review

Can you file a new bug about switching the methods back to borderboxes?

> Source/WebCore/ChangeLog:10
> +        RenderDepricatedFlexbox subtracts the scrollbar.

Depricated -> Deprecated
Comment 3 Ojan Vafai 2012-10-05 14:12:02 PDT
Committed r130549: <http://trac.webkit.org/changeset/130549>