[Webkit-unassigned] [Bug 15994] REGRESSION: Incomplete repaint of CSS image substitution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 10:51:19 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15994





------- Comment #3 from mitz at webkit.org  2007-11-15 10:51 PDT -------
WebKit actually repaints the wrong rectangle because it applies a translated
clip. The reason for that is that the repainting happens under a non-zero
layoutDelta but clip computation ignores that. I have a one-line fix for the
LayoutState code path - when pushing state and adding clipping, translate the
additional clip by the current layout delta. But I don't know what to do in the
non-LayoutState code path.


-- 
Configure bugmail: http://bugs.webkit.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