[Webkit-unassigned] [Bug 105762] New: 'clear' property for inline elements is not applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 03:38:07 PST 2012


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

           Summary: 'clear' property for inline elements is not applied
           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: ktf.kim at samsung.com


When I tested a 'clear' example on a CSS2.1 spec ( http://www.w3.org/TR/CSS2/visuren.html#comp-float ),
the position of <span> with 'clear' property was not moved.
The attached example (almost same with the spec) works well on IE 8, but not on the Firefox, Chrome and the latest WebKit with EFL port.

It seems m_floatingObjects was not properly initialized when RenderBlock::getClearDelta called.

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