[Webkit-unassigned] [Bug 39352] New: Block inside Inline Float fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 04:48:34 PDT 2010


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

           Summary: Block inside Inline Float fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tbsmark86 at googlemail.com


Created an attachment (id=56482)
 --> (https://bugs.webkit.org/attachment.cgi?id=56482)
testcase

Layout of Code like
<span style="float:left;"><div>..</div</span>
fails if surrounded with a <p>:
<p><span style="float:left"><div>..</div</span></p>

Without <p> it display as intend but with <p> an additional line break is added.

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