[Webkit-unassigned] [Bug 157648] New: Flex container width and height incorrectly calculated for `flex-flow: column wrap`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 17:11:24 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157648
Bug ID: 157648
Summary: Flex container width and height incorrectly calculated
for `flex-flow: column wrap`
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gwhit at microsoft.com
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari: FAIL
Firefox: FAIL
IE 7/8/9/10: FAIL
Chrome: FAIL
Edge: OK
What steps will reproduce the problem?
1. Go to http://codepen.io/anon/pen/pJLwYp
2. Notice how the containing <ul> does not actually contain it's <li> children. It's size is being incorrectly calculated.
What is the expected result?
The <il> children should be contained no matter how they wrap and no matter how many children are present.
If you look at the demo in Edge, it renders correctly.
What happens instead?
The containing <ul> does not fully contain its children.
--
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/20160513/d18cb5c1/attachment.html>
More information about the webkit-unassigned
mailing list