Bug 120713 - [CSS Regions] Content does not render correctly when it flows into a multicol container with no specified width and a wide column gap
Summary: [CSS Regions] Content does not render correctly when it flows into a multicol...
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:34 PDT by Rebecca Hauck
Modified: 2022-07-12 17:18 PDT (History)
4 users (show)

See Also:


Attachments
test file for bug (2.38 KB, text/html)
2013-09-04 17:35 PDT, Rebecca Hauck
no flags Details
reference file for test (965 bytes, text/html)
2013-09-04 17:35 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: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.