Bug 92996

Summary: [CSS Regions] region-overflow: break still renders the content that does not fit in the last region.
Product: WebKit Reporter: Mihai Balan <mibalan>
Component: CSSAssignee: Mihnea Ovidenie <mihnea>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, jchaffraix, mihnea, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Ref test highlighting the problem
none
Patch
none
Patch for landing none

Description Mihai Balan 2012-08-02 08:54:01 PDT
When setting region-overflow: break; on a region, the content that "spills" out of the last region should break as if it was going to continue in another region and *NOT* be rendered anymore.
Currently, the content that overflows the last region is not broken and get rendered as if overflowing.
Comment 1 Mihai Balan 2012-08-02 09:03:45 PDT
Created attachment 156101 [details]
Ref test highlighting the problem
Comment 2 Mihnea Ovidenie 2012-08-04 01:16:34 PDT
Created attachment 156526 [details]
Patch
Comment 3 Julien Chaffraix 2012-08-06 15:07:24 PDT
Comment on attachment 156526 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=156526&action=review

The change looks fine.

By the way - probably related - but shouldn't RenderBlock::hasNextPage be changed too? AFAICT we shouldn't have an extra page after the last region if it has region-overflow: break but the code seems to imply that we do.

> LayoutTests/fast/regions/region-overflow-break-expected.html:15
> +#gray {
>      overflow:visible;
>  }

This doesn't look fine but I guess it is expected because we don't implement forced region breaking. I would put a FIXME as it's confusing if you don't know our current implementation.
Comment 4 Mihnea Ovidenie 2012-08-10 03:21:46 PDT
Created attachment 157695 [details]
Patch for landing
Comment 5 WebKit Review Bot 2012-08-10 04:46:17 PDT
Comment on attachment 157695 [details]
Patch for landing

Clearing flags on attachment: 157695

Committed r125271: <http://trac.webkit.org/changeset/125271>
Comment 6 WebKit Review Bot 2012-08-10 04:46:20 PDT
All reviewed patches have been landed.  Closing bug.