[Webkit-unassigned] [Bug 124205] New: [CSS Regions] Float get sliced if its container has forced break and is less tall than float

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 07:58:17 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124205

           Summary: [CSS Regions] Float get sliced if its container has
                    forced break and is less tall than float
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mibalan at adobe.com
                CC: WebkitBugTracker at adobe.com
            Blocks: 57312


Created an attachment (id=216675)
 --> (https://bugs.webkit.org/attachment.cgi?id=216675&action=review)
HTML file highlighting the problem

When a float is taller than its container and overflowing it, setting a forced region break on the container will lead to the float being sliced instead of properly fragmented.

In the attached file, the lines of the float *must not* be sliced, yet they are.

The slicing does not occur if the breaks are unforced (e.g. first region is 30px tall).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list