<?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>65691</bug_id>
          
          <creation_ts>2011-08-04 09:14:01 -0700</creation_ts>
          <short_desc>Regression (r67643-67838): Multi column text and min-height don&apos;t work well together</short_desc>
          <delta_ts>2022-07-12 15:05:50 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>webkitbugs</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>htsl</cc>
    
    <cc>hyatt</cc>
    
    <cc>m.kurz+webkitbugs</cc>
    
    <cc>shanestephens</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>446542</commentid>
    <comment_count>0</comment_count>
    <who name="">webkitbugs</who>
    <bug_when>2011-08-04 09:14:01 -0700</bug_when>
    <thetext>When a multi-column element has a  min-height property it will not expand vertically to fit all of the content. Instead the text overflows to the right outside the container. If the column-count property is removed the container acts as expected and expands vertically to fit the text content.

Safari 5.0.5 works fine, but 5.1 does not. Webkit nightly r67643 works fine but r67838 does not. 

Test case:
&lt;div style=&quot;background-color: #66ccff; width: 400px; min-height: 200px; -webkit-column-count: 2;&quot; &gt;
	&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce leo nunc, egestas sed blandit non, semper ac risus. Duis nec viverra velit. Duis eget quam felis. Fusce nunc velit, faucibus eu posuere in, egestas quis arcu. Aliquam varius erat venenatis eros sagittis a congue urna tempor. Pellentesque faucibus gravida sodales. Integer varius turpis quis urna sodales vel blandit neque eleifend. Vivamus tortor augue, pellentesque vel condimentum nec, bibendum quis eros.&lt;/p&gt;
	&lt;p&gt;Maecenas lobortis auctor massa, id feugiat mauris fringilla a. Fusce id erat a libero venenatis porttitor eget ac erat. Nullam porttitor rutrum dolor, vel congue sapien interdum vel. Vestibulum eget leo nunc. Vestibulum sit amet elit eu ante tempor ultrices. Fusce turpis ante, euismod eget eleifend iaculis, dignissim nec nunc. Aliquam posuere tempor tortor, a vulputate leo ullamcorper vitae. Vivamus at neque ac nulla laoreet pulvinar. Mauris porta facilisis tellus vulputate sollicitudin.&lt;/p&gt;
&lt;/div&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>508571</commentid>
    <comment_count>1</comment_count>
      <attachid>116468</attachid>
    <who name="Shane Stephens">shanestephens</who>
    <bug_when>2011-11-23 19:29:02 -0800</bug_when>
    <thetext>Created attachment 116468
Test case described by filer</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>508573</commentid>
    <comment_count>2</comment_count>
    <who name="Shane Stephens">shanestephens</who>
    <bug_when>2011-11-23 19:36:00 -0800</bug_when>
    <thetext>Still happening at r101035</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>508583</commentid>
    <comment_count>3</comment_count>
    <who name="Shane Stephens">shanestephens</who>
    <bug_when>2011-11-23 19:53:55 -0800</bug_when>
    <thetext>*** Bug 65303 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>518916</commentid>
    <comment_count>4</comment_count>
    <who name="Gustaaf Groenendaal (MysteryQuest)">webkit</who>
    <bug_when>2011-12-11 12:07:46 -0800</bug_when>
    <thetext>This once worked as you expect it to work.

I used min-height and multi-columns on my own site but it stopped working &gt; 1 year ago so I removed it. I thought the changes were intentional but maybe it isn&apos;t. The reason behind that idea is that such a thing can hardly happen accidentally, but maybe I&apos;m wrong. I think Hyatt knows what and why.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882650</commentid>
    <comment_count>5</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-12 15:05:50 -0700</bug_when>
    <thetext>Safari, Chrome, and Firefox all agree on rendering for this test case. I don&apos;t believe there is any remaining compatibility issue.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>116468</attachid>
            <date>2011-11-23 19:29:02 -0800</date>
            <delta_ts>2011-11-23 19:29:02 -0800</delta_ts>
            <desc>Test case described by filer</desc>
            <filename>test_case.html</filename>
            <type>text/html</type>
            <size>1093</size>
            <attacher name="Shane Stephens">shanestephens</attacher>
            
              <data encoding="base64">PGRpdiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogIzY2Y2NmZjsgd2lkdGg6IDQwMHB4OyBtaW4t
aGVpZ2h0OiAyMDBweDsgLXdlYmtpdC1jb2x1bW4tY291bnQ6IDI7IiA+CiAgICA8cD5Mb3JlbSBp
cHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBGdXNjZSBs
ZW8gbnVuYywgZWdlc3RhcyBzZWQgYmxhbmRpdCBub24sIHNlbXBlciBhYyByaXN1cy4gRHVpcyBu
ZWMgdml2ZXJyYSB2ZWxpdC4gRHVpcyBlZ2V0IHF1YW0gZmVsaXMuIEZ1c2NlIG51bmMgdmVsaXQs
IGZhdWNpYnVzIGV1IHBvc3VlcmUgaW4sIGVnZXN0YXMgcXVpcyBhcmN1LiBBbGlxdWFtIHZhcml1
cyBlcmF0IHZlbmVuYXRpcyBlcm9zIHNhZ2l0dGlzIGEgY29uZ3VlIHVybmEgdGVtcG9yLiBQZWxs
ZW50ZXNxdWUgZmF1Y2lidXMgZ3JhdmlkYSBzb2RhbGVzLiBJbnRlZ2VyIHZhcml1cyB0dXJwaXMg
cXVpcyB1cm5hIHNvZGFsZXMgdmVsIGJsYW5kaXQgbmVxdWUgZWxlaWZlbmQuIFZpdmFtdXMgdG9y
dG9yIGF1Z3VlLCBwZWxsZW50ZXNxdWUgdmVsIGNvbmRpbWVudHVtIG5lYywgYmliZW5kdW0gcXVp
cyBlcm9zLjwvcD4KICAgIDxwPk1hZWNlbmFzIGxvYm9ydGlzIGF1Y3RvciBtYXNzYSwgaWQgZmV1
Z2lhdCBtYXVyaXMgZnJpbmdpbGxhIGEuIEZ1c2NlIGlkIGVyYXQgYSBsaWJlcm8gdmVuZW5hdGlz
IHBvcnR0aXRvciBlZ2V0IGFjIGVyYXQuIE51bGxhbSBwb3J0dGl0b3IgcnV0cnVtIGRvbG9yLCB2
ZWwgY29uZ3VlIHNhcGllbiBpbnRlcmR1bSB2ZWwuIFZlc3RpYnVsdW0gZWdldCBsZW8gbnVuYy4g
VmVzdGlidWx1bSBzaXQgYW1ldCBlbGl0IGV1IGFudGUgdGVtcG9yIHVsdHJpY2VzLiBGdXNjZSB0
dXJwaXMgYW50ZSwgZXVpc21vZCBlZ2V0IGVsZWlmZW5kIGlhY3VsaXMsIGRpZ25pc3NpbSBuZWMg
bnVuYy4gQWxpcXVhbSBwb3N1ZXJlIHRlbXBvciB0b3J0b3IsIGEgdnVscHV0YXRlIGxlbyB1bGxh
bWNvcnBlciB2aXRhZS4gVml2YW11cyBhdCBuZXF1ZSBhYyBudWxsYSBsYW9yZWV0IHB1bHZpbmFy
LiBNYXVyaXMgcG9ydGEgZmFjaWxpc2lzIHRlbGx1cyB2dWxwdXRhdGUgc29sbGljaXR1ZGluLjwv
cD4KPC9kaXY+Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>