Bug 226063

Summary: [LFC][TFC][Quirks] Use box-sizing: border-box when computing cell height
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

zalan
Reported 2021-05-20 19:05:12 PDT
ssia
Attachments
Patch (8.82 KB, patch)
2021-05-20 19:31 PDT, zalan
no flags
Patch (8.82 KB, patch)
2021-05-20 20:46 PDT, zalan
no flags
zalan
Comment 1 2021-05-20 19:31:14 PDT
Simon Fraser (smfr)
Comment 2 2021-05-20 20:00:52 PDT
Comment on attachment 429257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429257&action=review > Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp:307 > + auto heightIsBorderBox = layoutState().inQuirksMode() || cellBox.style().boxSizing() == BoxSizing::BorderBox; heightUsesBorderBox?
zalan
Comment 3 2021-05-20 20:46:37 PDT
EWS
Comment 4 2021-05-21 06:11:17 PDT
Committed r277856 (237998@main): <https://commits.webkit.org/237998@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429263 [details].
Radar WebKit Bug Importer
Comment 5 2021-05-21 06:12:17 PDT
Note You need to log in before you can comment on or make changes to this bug.