[Webkit-unassigned] [Bug 164946] New: Vertical (column) flexbox does not correctly position resized elements after flex elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 12:27:41 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164946

            Bug ID: 164946
           Summary: Vertical (column) flexbox does not correctly position
                    resized elements after flex elements
    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: webkit at keanulee.com
                CC: simon.fraser at apple.com

In vertical flexbox (e.g. `display: flex; flex-direction: column`), fixed-sized elements (i.e. not flex) that are placed after a flex-sized elements are not repositioned if their size has changed (e.g. by setting the text content of the fixed-sized element). In this example, the bottom fixed-sized div gets it's text (and thus given height) after initially layout which is not accounted for (as of WebKit Nightly r208586):

http://jsbin.com/hururo/edit?html,output

Expected: The flex-sized element is resized, and the text appears inside the box.

Actual: The text appears outside the box.

-- 
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/20161118/9b2db4e3/attachment-0001.html>


More information about the webkit-unassigned mailing list