[Webkit-unassigned] [Bug 66662] New: Text-indent and floats pushes the text out of the container box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 06:04:34 PDT 2011


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

           Summary: Text-indent and floats pushes the text out of the
                    container box
           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=104667)
 --> (https://bugs.webkit.org/attachment.cgi?id=104667&action=review)
Test file

LineWidth::shrinkAvailableWidthForNewFloatIfNeeded is updating the m_left, m_right properties, but is not taking into account that m_isFirstLine is true and the text indent may apply. The break iterator will actually think that the available width is very large, but RenderBlock::computeInlineDirectionPositionsForLine is using the correct values. See test document 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