[Webkit-unassigned] [Bug 128693] New: [CSS Shapes] Adjust lineTop position to the next available wrapping location at shape-outsides

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 12 14:39:54 PST 2014


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

           Summary: [CSS Shapes] Adjust lineTop position to the next
                    available wrapping location at shape-outsides
           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: zoltan at webkit.org
            Blocks: 128340


This patch is part of a set of fixes, which is tracked under bug #128340.
When we don't have space next to the floating container, but we have space inside the floating-container next to the defined shape-outside, we should wrap around the shape-outside.
This patch fixes the case when the top of the line (from the 2nd line in the block) needs to be adjusted to the position where the content fits next.
Solving the issue for the first line requires additional changes, since due to a fast code-path if it can't fits at the first line, it just pushed under the floating box. I opened a separate bug for that: bug #128692.

-- 
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