Bug 204319 - Flex layout triggers excessive layout on height percentage descendants
Summary: Flex layout triggers excessive layout on height percentage descendants
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-18 14:42 PST by zalan
Modified: 2019-11-18 19:16 PST (History)
9 users (show)

See Also:


Attachments
Patch (4.49 KB, patch)
2019-11-18 14:47 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (4.49 KB, patch)
2019-11-18 15:06 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2019-11-18 14:42:26 PST
<rdar://problem/57236652>
Comment 1 zalan 2019-11-18 14:47:51 PST
Created attachment 383793 [details]
Patch
Comment 2 Simon Fraser (smfr) 2019-11-18 15:04:52 PST
Comment on attachment 383793 [details]
Patch

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

> Source/WebCore/rendering/RenderFlexibleBox.cpp:1542
> +    if (renderBlock.hasPercentHeightDescendants())

if !
Comment 3 zalan 2019-11-18 15:06:39 PST
Created attachment 383796 [details]
Patch
Comment 4 WebKit Commit Bot 2019-11-18 19:16:51 PST
Comment on attachment 383796 [details]
Patch

Clearing flags on attachment: 383796

Committed r252620: <https://trac.webkit.org/changeset/252620>
Comment 5 WebKit Commit Bot 2019-11-18 19:16:52 PST
All reviewed patches have been landed.  Closing bug.