Bug 120714 - [CSS Regions] Monolithic content does not wrap into columns within regions
Summary: [CSS Regions] Monolithic content does not wrap into columns within regions
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 129295
  Show dependency treegraph
 
Reported: 2013-09-04 17:55 PDT by Rebecca Hauck
Modified: 2022-07-12 17:18 PDT (History)
4 users (show)

See Also:


Attachments
test file for bug (2.49 KB, text/html)
2013-09-04 17:55 PDT, Rebecca Hauck
no flags Details
reference file for test (1.01 KB, text/html)
2013-09-04 17:56 PDT, Rebecca Hauck
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Hauck 2013-09-04 17:55:14 PDT
The attached test has one named flow with a two-column layout applied to it. The content is monolithic that flows through two regions and overflows the last region.

Result: The content flows through the first column in the first region, does not wrap into its second column, then flows into the first column of the second region, and overflows the bottom of that column
Expected: It should flow through each of the two columns of the first region, then through each of two columns, and overflow into a fourth column. If the regions are removed and the content is a child of the multicol container, this is the behavior.
Comment 1 Rebecca Hauck 2013-09-04 17:55:50 PDT
Created attachment 210531 [details]
test file for bug
Comment 2 Rebecca Hauck 2013-09-04 17:56:07 PDT
Created attachment 210532 [details]
reference file for test
Comment 3 Andrei Bucur 2014-02-25 02:15:33 PST
Multicolumn inside regions.
Comment 4 Brent Fulgham 2022-07-12 17:18:41 PDT
CSS Regions were removed in Bug 174978.