[Webkit-unassigned] [Bug 109867] incorrect repainting when a table has a transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 17:11:43 PST 2013


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





--- Comment #1 from arno. <arno at renevier.net>  2013-02-14 17:13:59 PST ---
Actually, this happens computeRectForRepaint for the inner div does not take into account the transformation of its parent. When the parent is not a table-like element, the rectangle takes into account the transformation. The difference between is because layout state is disabled in the generic case, but is enabled with a table.

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