Bug 213864

Summary: Overlapping content on earny.co
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, bfulgham, changseok, esprehn+autocc, ews-watchlist, glenn, Hironori.Fujii, kondapallykalyan, pdr, simon.fraser, webkit-bot-watchers-bugzilla, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description zalan 2020-07-01 15:00:26 PDT
<rdar://problem/61011802>
Comment 1 zalan 2020-07-01 16:03:53 PDT
Created attachment 403327 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-07-01 21:22:43 PDT
Comment on attachment 403327 [details]
Patch

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

> Source/WebCore/rendering/AutoTableLayout.cpp:75
> +                columnLayout.minLogicalWidth = std::max(columnLayout.minLogicalWidth, 0.f);
> +                columnLayout.maxLogicalWidth = std::max(columnLayout.maxLogicalWidth, 0.f);

I think we prefer std::max<float>()
Comment 3 zalan 2020-07-02 09:19:32 PDT
Created attachment 403371 [details]
Patch
Comment 4 zalan 2020-07-02 11:03:56 PDT
Created attachment 403380 [details]
Patch
Comment 5 EWS 2020-07-02 12:45:32 PDT
Committed r263855: <https://trac.webkit.org/changeset/263855>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403380 [details].