[Webkit-unassigned] [Bug 53239] New: Wrapping text overlaps floated element(s) when there are 2 or more adjacent floated elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 08:13:06 PST 2011


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

           Summary: Wrapping text overlaps floated element(s) when there
                    are 2 or more adjacent floated elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dan.m.searle at gmail.com


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

When paragraph text wraps around left-floated elements, if there are 2 or more adjacent floated elements of increasing width, the paragraph text incorrectly overlaps the floated elements for one line before correctly wrapping around it.

For example:

        <p>text...</p> 

        <div class="floatedLeftWidth100">
            <p>Any old content</p>
        </div>
        <div class="floatedLeftWidth150"> 
            <p>Any old content</p>
        </div>
        <div class="floatedLeftWidth200"> 
            <p>Any old content</p>
        </div>

        <p>text... The text in here will overlap the second and third floated elements for one line before wrapping correctly.</p> 

        <p>text...</p> 

See attached example test page.

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