[Webkit-unassigned] [Bug 66671] New: Text overlaps with the floats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 06:33:03 PDT 2011


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

           Summary: Text overlaps with the floats
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com


Created an attachment (id=104671)
 --> (https://bugs.webkit.org/attachment.cgi?id=104671&action=review)
Test case

The problem is that LineWidth::fitBelowFloats is not updating the m_left and m_right fields. Next time LineWidth::shrinkAvailableWidthForNewFloatIfNeeded is called the width is recalculated, with the old values.

See the attached test case for more info.

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