RESOLVED FIXED 156870
[css-grid] Fix bug with positioned items in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=156870
Summary [css-grid] Fix bug with positioned items in vertical writing mode
Manuel Rego Casasnovas
Reported 2016-04-21 14:17:29 PDT
If we use border in the grid container and positioned items in vertical writing mode, the items are not placed in the right position. The issue is that in RenderGrid::offsetAndBreadthForPositionedChild() we are using borderLeft(). This is a port of: https://codereview.chromium.org/1909153002/
Attachments
Patch (8.25 KB, patch)
2016-04-21 14:20 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2016-04-21 14:20:43 PDT
WebKit Commit Bot
Comment 2 2016-04-22 00:54:02 PDT
Comment on attachment 276959 [details] Patch Clearing flags on attachment: 276959 Committed r199874: <http://trac.webkit.org/changeset/199874>
WebKit Commit Bot
Comment 3 2016-04-22 00:54:06 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.