Bug 241950
| Summary: | Percentage grid do not work properly and lack padding end | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mic.gallego |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, bfulgham, sgill26, simon.fraser, webkit-bug-importer, webkit-layout-noreply, zalan |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
mic.gallego
Hi,
You can reproduce the issue here: https://codepen.io/bakura10/pen/VwQJEJL
There are two issues in Safari:
1) The grid renders completely inconsistently compared to other browsers when using percentage-based columns.
2) The padding end is missing when using percentage unit (as per spec, the padding inline should be honored): https://github.com/w3c/csswg-drafts/issues/129
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96260142>
Ahmad Saleem
I am able to reproduce this bug in Safari Technology Preview 179, where in attached test case, if we scroll on right side, we have 'grey' bottom (for percentage) but we don't for Chrome Canary 119 and Firefox Nightly 119.
Ahmad Saleem
(In reply to Ahmad Saleem from comment #2)
> I am able to reproduce this bug in Safari Technology Preview 179, where in
> attached test case, if we scroll on right side, we have 'grey' bottom (for
> percentage) but we don't for Chrome Canary 119 and Firefox Nightly 119.
Now Chrome Canary 145 and Firefox Nightly 148 match Safari Technology Preview 234.
@Mic - is it something you can reproduce still?