RESOLVED FIXED 149116
[css-grid] Percentage columns should remove scrollbar's width
https://bugs.webkit.org/show_bug.cgi?id=149116
Summary [css-grid] Percentage columns should remove scrollbar's width
Manuel Rego Casasnovas
Reported 2015-09-14 01:14:33 PDT
If you've a column with 100% but the grid has a vertical scrollbar, scrollbar's width should be reduced from the track breadth. Example to reproduce the issue: <div style="display: -webkit-grid; overflow: scroll; -webkit-grid: 100% / 100%; width: 200px; height: 200px;"> <div style="background: lime;">item</div> </div> The width of the item is "200px", when it should be "200px - scrollbar's width". Note that the height is working as expected. This was already reported and fixed in Blink: https://code.google.com/p/chromium/issues/detail?id=530504
Attachments
Patch (4.97 KB, patch)
2015-09-14 01:22 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2015-09-14 01:22:53 PDT
WebKit Commit Bot
Comment 2 2015-09-14 02:46:51 PDT
Comment on attachment 261110 [details] Patch Clearing flags on attachment: 261110 Committed r189702: <http://trac.webkit.org/changeset/189702>
WebKit Commit Bot
Comment 3 2015-09-14 02:46:55 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.