RESOLVED DUPLICATE of bug 80323 77635
[CSS Filters] Text selection caret should use computeRectForRepaint
https://bugs.webkit.org/show_bug.cgi?id=77635
Summary [CSS Filters] Text selection caret should use computeRectForRepaint
Alexandru Chiculita
Reported 2012-02-02 05:38:04 PST
Currently the caret drawing uses a combination of offsetFromContainer and localToAbsoluteQuad to find out the repaint rectangle of the caret. Use computeRectForRepaint to make sure the filters (and RenderFlowThread for regions) can compute the correct repaint rectangle.
Attachments
Alexandru Chiculita
Comment 1 2012-03-30 13:05:12 PDT
80323 should fix this one because we are catching all the repaints as if that layer was the repaint container. This is similar to how composited layers filter the repaints. I've just tested it and this bug is fixed when the patch on 80323 is applied. *** This bug has been marked as a duplicate of bug 80323 ***
Note You need to log in before you can comment on or make changes to this bug.