RESOLVED FIXED 213864
Overlapping content on earny.co
https://bugs.webkit.org/show_bug.cgi?id=213864
Summary Overlapping content on earny.co
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.