[Webkit-unassigned] [Bug 65691] New: regression in multi column text and min-height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 09:14:01 PDT 2011


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

           Summary: regression in multi column text and min-height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkitbugs at rlsnyder.us


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:
<div style="background-color: #66ccff; width: 400px; min-height: 200px; -webkit-column-count: 2;" >
    <p>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.</p>
    <p>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.</p>
</div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list