Bug 77622
Summary: | [CSS Filters] Disable the LayoutState for filtered elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 76689 |
Alexandru Chiculita
Filtered elements need to control the repaint rectangle because of the outsets that some filters need (ie. blur, drop-shadow).
There's some code in RenderBox::computeRectForRepaint (and RenderInline::computeRectForRepaint) that handles that, but when a LayoutState is enabled, a faster path is used instead. Disable the fast-path for filtered elements like we do for transforms.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexandru Chiculita
80323 will remove the need to disable layout state.
*** This bug has been marked as a duplicate of bug 80323 ***