[Webkit-unassigned] [Bug 7204] New: float inserted in fixed height block via DOM not repainted

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Feb 11 19:17:35 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7204

           Summary: float inserted in fixed height block via DOM not
                    repainted
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: randy at mothersruin.com


The document in this example has the following structure:

div1 - height: 75px
   div2 - margin-right: 25px
       div3 - float: right
           text node

div1 is static, and div2+div3+text are alternately inserted and deleted via
JavaScript. After insertion, the div3 float gets only partially painted, as
shown in the upper screenshot.

The problem doesn't happen if the div1 height is auto. Nor does it happen if
div3 has position: relative. Nor if the whole structure is static on the page
(as shown in the lower screenshot).


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list