Bug 213864

Summary: Overlapping content on earny.co
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, bfulgham, changseok, esprehn+autocc, ews-watchlist, fujii.hironori, glenn, 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

alan
Reported 2020-07-01 15:00:26 PDT
Attachments
Patch (81.80 KB, patch)
2020-07-01 16:03 PDT, alan
no flags
Patch (139.94 KB, patch)
2020-07-02 09:19 PDT, alan
no flags
Patch (142.82 KB, patch)
2020-07-02 11:03 PDT, alan
no flags
alan
Comment 1 2020-07-01 16:03:53 PDT
Simon Fraser (smfr)
Comment 2 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>()
alan
Comment 3 2020-07-02 09:19:32 PDT
alan
Comment 4 2020-07-02 11:03:56 PDT
EWS
Comment 5 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].
Note You need to log in before you can comment on or make changes to this bug.