[Webkit-unassigned] [Bug 157971] New: [css-grid] Horizontal scroll must account for grid container's height
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 21 00:43:46 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157971
Bug ID: 157971
Summary: [css-grid] Horizontal scroll must account for grid
container's height
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jfernandez at igalia.com
CC: simon.fraser at apple.com
Created attachment 279540
--> https://bugs.webkit.org/attachment.cgi?id=279540&action=review
Test case to reproduce the crash.
It seems grid layout logic does not consider the scrollbar size when computing the grid container's height.
This may result in an incorrect sizing when using indefinite sized containers.
Besides, it's possible to make the layout logic to crash due to the fact that contentLogicalHeight can be a negative value if we render a case where content size is 0px.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160521/4076c978/attachment-0001.html>
More information about the webkit-unassigned
mailing list