Bug 120713

Summary: [CSS Regions] Content does not render correctly when it flows into a multicol container with no specified width and a wide column gap
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abucur, bfulgham, mibalan, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 129295    
Attachments:
Description Flags
test file for bug
none
reference file for test none

Description Rebecca Hauck 2013-09-04 17:34:52 PDT
This one is puzzling to me.

The attached test has two named flows, each with multicol layout, each flowing into different regions. The named flow elements have no width (or height) specified and neither do the regions.

Result: The content does not render in the regions
Expected: Should render
Workaround: Specify a width on the named flow multicol element

Additional Info: It's puzzling for a couple of reasons. First, this test passes in Canary and fails in Safari. Second, if I make the column-gap smaller - even just by 2px, the content renders.
Comment 1 Rebecca Hauck 2013-09-04 17:35:39 PDT
Created attachment 210527 [details]
test file for bug
Comment 2 Rebecca Hauck 2013-09-04 17:35:53 PDT
Created attachment 210528 [details]
reference file for test
Comment 3 Andrei Bucur 2014-02-25 02:03:28 PST
Multi-column inside regions bug. The test seems to pass with the new-multicolumn implementation.

Mark as fixed once a test is added.
Comment 4 Brent Fulgham 2022-07-12 17:18:35 PDT
CSS Regions were removed in Bug 174978.