Bug 127533 - [CSS Regions] Named flow multi-column container content doesn't flow correctly from one region that smaller then the next region
Summary: [CSS Regions] Named flow multi-column container content doesn't flow correctl...
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: 2014-01-23 18:13 PST by Rebecca Hauck
Modified: 2022-07-12 17:20 PDT (History)
3 users (show)

See Also:


Attachments
test file for Scenario 1 (2.67 KB, text/html)
2014-01-23 18:15 PST, Rebecca Hauck
no flags Details
reference file for Scenario 1 (932 bytes, text/html)
2014-01-23 18:15 PST, Rebecca Hauck
no flags Details
test file for Scenario 2 (2.53 KB, text/html)
2014-01-23 18:16 PST, Rebecca Hauck
no flags Details
reference file for Scenario 2 (932 bytes, text/html)
2014-01-23 18:16 PST, Rebecca Hauck
no flags Details
test file for Scenario 3 (2.69 KB, text/html)
2014-01-23 18:17 PST, Rebecca Hauck
no flags Details
reference file for Scenario 3 (1022 bytes, text/html)
2014-01-23 18:17 PST, 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 2014-01-23 18:13:04 PST
Three scenarios tested. For all three scenarios, the expected result is for the content to overflow Region 1 as a multi-column container before flowing into Region 2. 

All fail, but Scenario 3 fails a little differently:

Scenario 1:
Region 1: Smaller width & height than Region 2
Test file: regions-multicolumn-024.html
Actual Result: What should overflow as a second column flow directly into Region 2


Scenario 2:
Region 1: Smaller height than Region 2, auto width
Test file: regions-multicolumn-026.html
Actual Result: Same as Scenario 1

Scenario 3:
Region 1: Smaller width than Region 2, auto height
Test file: regions-multicolumn-028.html
Actual Result: The content overflows Region 1 correctly as a multi-column container, but does not then flow into Region 2.
Comment 1 Rebecca Hauck 2014-01-23 18:15:24 PST
Created attachment 222056 [details]
test file for Scenario 1
Comment 2 Rebecca Hauck 2014-01-23 18:15:50 PST
Created attachment 222057 [details]
reference file for Scenario 1
Comment 3 Rebecca Hauck 2014-01-23 18:16:21 PST
Created attachment 222058 [details]
test file for Scenario 2
Comment 4 Rebecca Hauck 2014-01-23 18:16:43 PST
Created attachment 222059 [details]
reference file for Scenario 2
Comment 5 Rebecca Hauck 2014-01-23 18:17:07 PST
Created attachment 222060 [details]
test file for Scenario 3
Comment 6 Rebecca Hauck 2014-01-23 18:17:32 PST
Created attachment 222061 [details]
reference file for Scenario 3
Comment 7 Andrei Bucur 2014-02-25 02:00:38 PST
Multi-column inside regions bug.
Comment 8 Brent Fulgham 2022-07-12 17:20:28 PDT
CSS Regions were removed in Bug 174978.