Bug 98552 - Deprecated flexboxes subtract scrollbar width/height twice
Summary: Deprecated flexboxes subtract scrollbar width/height twice
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 13:41 PDT by Ojan Vafai
Modified: 2012-10-05 14:12 PDT (History)
3 users (show)

See Also:


Attachments
Patch (12.90 KB, patch)
2012-10-05 13:47 PDT, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

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