[Webkit-unassigned] [Bug 6770] REGRESSION: Incomplete repaint when block with clipping grows
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 17 15:00:27 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6770
opendarwin.org at mitzpettel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hyatt at apple.com
------- Comment #8 from opendarwin.org at mitzpettel.com 2006-04-17 15:00 PDT -------
(In reply to comment #7)
> It seems like this fix will cause the root block's layer to repaint whenever
> new chunks of data come in that make the root block's layer grow.
Oh boy, I overlooked that! I think instead of
+ m_fullRepaintOnResize = m_object->selfNeedsLayout() ||
m_object->normalChildNeedsLayout();
it should be
+ m_fullRepaintOnResize = m_object->selfNeedsLayout() ||
m_object->hasOverflowClip() && m_object->normalChildNeedsLayout();
--
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