Bug 260789
| Summary: | Use 'isPercentOrCalculated' across Table Layout Code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=262922 https://bugs.webkit.org/show_bug.cgi?id=262918 |
||
Ahmad Saleem
Hi Team,
It makes sense to use 'isPercentOrCalculated' rather than just 'isPercent' because if we have non-percent in 'calc()' used on Table Layout, we can get crashes (happened in e.g., bug 253841).
Just wanted to raise, so we can fix it.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114931755>
Ahmad Saleem
PR - https://github.com/WebKit/WebKit/pull/17122
I was doing this PR to fix 'fixed-layout-calc-width-001.html' and 'auto-layout-calc-width-001.html', which Alan is now tackling.
Closing this PR and marking this bug as 'RESOLVED WONTFIX'.