VERIFIED FIXED 13655
Incomplete repaint when text-shadow is used in a render layer with explicit height
https://bugs.webkit.org/show_bug.cgi?id=13655
Summary Incomplete repaint when text-shadow is used in a render layer with explicit h...
Timothy Hatcher
Reported 2007-05-10 05:19:12 PDT
This was caused by the change to remove repaintObjectsBeforeLayout in bug 13496 (r21120 / http://trac.webkit.org/projects/webkit/changeset/21120). See attached test case.
Attachments
Test case (376 bytes, text/html)
2007-05-10 05:22 PDT, Timothy Hatcher
no flags
Test case using script (825 bytes, text/html)
2007-05-10 05:26 PDT, Timothy Hatcher
no flags
Simplify layer repaint logic (49.11 KB, patch)
2007-05-10 08:26 PDT, mitz
darin: review+
Timothy Hatcher
Comment 1 2007-05-10 05:22:55 PDT
Created attachment 14461 [details] Test case
Timothy Hatcher
Comment 2 2007-05-10 05:26:34 PDT
Created attachment 14462 [details] Test case using script
mitz
Comment 3 2007-05-10 08:26:49 PDT
Created attachment 14468 [details] Simplify layer repaint logic A P1/Critical bug is a good excuse to get rid of checkForRepaintOnResize.
Darin Adler
Comment 4 2007-05-10 10:26:02 PDT
Comment on attachment 14468 [details] Simplify layer repaint logic r=me
Timothy Hatcher
Comment 5 2007-05-10 22:12:17 PDT
Timothy Hatcher
Comment 6 2007-05-10 22:52:27 PDT
This does fix my original document and the test case.
Note You need to log in before you can comment on or make changes to this bug.