[Webkit-unassigned] [Bug 105096] Scrolling causes assertion in fancybrowser example

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 10:05:46 PST 2013


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





--- Comment #3 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-01-07 10:07:41 PST ---
It turns out m_canSkipRepaintRectsUpdateOnScroll is set to true (because the renderer is a table cell), which is why the rects are not recalculated. The repaint rect however do change on the scroll, so m_canSkipRepaintRectsUpdateOnScroll seems to be falsely set here.

The assertion was recently introduced in r135746, but an incorrect m_canSkipRepaintRectsUpdateOnScroll seems to have just been ignore before then. Simon what are you hoping to catch with this assertion, and any idea how a table cell could end up breaking the cached repaint rect?

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