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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 13 11:59:46 PST 2006


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





------- Comment #3 from opendarwin.org at mitzpettel.com  2006-02-13 11:59 PDT -------
Created an attachment (id=6462)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=6462&action=view)
Reduced testcase

This demonstrates at least one aspect of the problem. The titleBlock div
repaints itself including the float (which also repaints itself) during its
layout, but only then it is moved to its final position by its containing
block, which appropriately calls the titleBlock's repaintDuringLayoutIfMoved.
However, repaintDuringLayoutIfMoved does not invalidate the float, since it is
painted by <body> (which is unaware of any of this).
I don't understand why repaintDuringLayoutIfMoved doesn't use full bounds like
repaintAfterLayoutIfNeeded does.


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