Bug 210654 - [LFC][TFC] Resolve the minimum width for overlapping spanner columns
Summary: [LFC][TFC] Resolve the minimum width for overlapping spanner columns
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: 2020-04-17 07:59 PDT by zalan
Modified: 2020-04-17 10:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (10.57 KB, patch)
2020-04-17 08:16 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (10.55 KB, patch)
2020-04-17 08:24 PDT, 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 2020-04-17 07:59:15 PDT
<tr><td colspan=3>#a</td></tr>
<tr><td colspan=2>#b</td><td>#c</td></tr>

Available space distribution requires minimum width for all columns. In this case column 1 2 3 have all overlapping spans. They need extra attention.
Comment 1 zalan 2020-04-17 08:16:51 PDT
Created attachment 396765 [details]
Patch
Comment 2 zalan 2020-04-17 08:24:09 PDT
Created attachment 396766 [details]
Patch
Comment 3 EWS 2020-04-17 10:01:36 PDT
Committed r260258: <https://trac.webkit.org/changeset/260258>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396766 [details].
Comment 4 Radar WebKit Bug Importer 2020-04-17 10:02:17 PDT
<rdar://problem/61939651>