Bug 83901 - CSS Filters: Make caret repainting container-aware
Summary: CSS Filters: Make caret repainting container-aware
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2012-04-13 10:19 PDT by Alexandru Chiculita
Modified: 2014-03-02 09:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-04-13 10:19:22 PDT
For filters we need to make the caret repainting use the repaintUsingContainer instead of view->repaintRectangleInViewAndCompositedLayers. Otherwise the outsets of the filters will not kick in and the shadow or blurs will not update correctly.