[Webkit-unassigned] [Bug 120711] [CSS Regions] Region's overflow does not lead to the creation of overflow columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 02:11:53 PST 2013


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


Mihai Balan <mibalan at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[CSS Regions] Named flow    |[CSS Regions] Region's
                   |content does not overflow   |overflow does not lead to
                   |into a multicolumn layout   |the creation of overflow
                   |                            |columns
             Status|UNCONFIRMED                 |NEW
                 CC|                            |mibalan at adobe.com
     Ever Confirmed|0                           |1




--- Comment #3 from Mihai Balan <mibalan at adobe.com>  2013-11-11 02:10:35 PST ---
The problem here is that a multicolumn container with a definite size should produce overflow columns if there is more content inside it than would fit in the definite size.

However, when the contents of the multicolumn container are regions, no overflow columns are generated *for the overflow* of the last region. That means that if the content in the last region will not overflow the region, overflow columns will be properly generated.

In order to observe the latter behavior, just add to the `#region-3` element in the attached sample, the declaration: `height: 400px;` - this will lead to the expected result being produced.

-- 
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