<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>164946</bug_id>
          
          <creation_ts>2016-11-18 12:27:41 -0800</creation_ts>
          <short_desc>Vertical (column) flexbox does not correctly position resized elements after flex elements</short_desc>
          <delta_ts>2017-02-28 10:35:23 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Keanu Lee">webkit</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          <cc>hyatt</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1252778</commentid>
    <comment_count>0</comment_count>
    <who name="Keanu Lee">webkit</who>
    <bug_when>2016-11-18 12:27:41 -0800</bug_when>
    <thetext>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&apos;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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1255358</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-12-01 12:37:40 -0800</bug_when>
    <thetext>&lt;rdar://problem/29464651&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1256981</commentid>
    <comment_count>2</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2016-12-06 14:41:06 -0800</bug_when>
    <thetext>This is some kind of invalidation issue, since resizing (e.g., via Command +) fixes the layout to be correct.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1281793</commentid>
    <comment_count>3</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2017-02-28 10:35:23 -0800</bug_when>
    <thetext>Fixed by changes to merge in with Blink code.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>