WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
149210
[css-grid] Grid container's height should include scrollbar
https://bugs.webkit.org/show_bug.cgi?id=149210
Summary
[css-grid] Grid container's height should include scrollbar
Manuel Rego Casasnovas
Reported
2015-09-16 01:12:38 PDT
Scrollbar size is not included in the grid container's height and it should be. Example to reproduce the issue: <div style="display: -webkit-grid; overflow: scroll;"> <div style="background: lime;">item</div> </div> The grid's height should be the item's height + the scrollbar. Note that this is working properly for the width. This was already reported and fixed in Blink:
https://code.google.com/p/chromium/issues/detail?id=532032
Attachments
Patch
(7.36 KB, patch)
2015-09-16 01:15 PDT
,
Manuel Rego Casasnovas
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Manuel Rego Casasnovas
Comment 1
2015-09-16 01:15:42 PDT
Created
attachment 261302
[details]
Patch
WebKit Commit Bot
Comment 2
2015-09-16 03:09:38 PDT
Comment on
attachment 261302
[details]
Patch Clearing flags on attachment: 261302 Committed
r189860
: <
http://trac.webkit.org/changeset/189860
>
WebKit Commit Bot
Comment 3
2015-09-16 03:09:41 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.
Top of Page
Format For Printing
XML
Clone This Bug