[Webkit-unassigned] [Bug 89829] New: A list following a left floated block of 100% width renders the first bullet in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 07:22:37 PDT 2012


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

           Summary: A list following a left floated block of 100% width
                    renders the first bullet in the wrong place
           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: j4_james at hotmail.com


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

See the attached test case for an example of the bug. The first item in the list has its bullet point or numeral rendered on the far right of the page rather than to the left of the list item as would be expected.

The block doesn't have to be exactly 100% wide, but must be wide enough to force the list to start rendering below it. The bug won't occur if clear:left is added to the list though.

The block must be floated left unless you change the text direction on the list to rtl, in which case the block must be floated right for the bug to occur.

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