Bug 82813 - CSS Filters: Fix repaint on drop-shadow + overflow:hidden and overflow:scroll
Summary: CSS Filters: Fix repaint on drop-shadow + overflow:hidden and overflow:scroll
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: Alexandru Chiculita
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2012-03-30 18:27 PDT by Alexandru Chiculita
Modified: 2017-10-20 10:36 PDT (History)
3 users (show)

See Also:


Attachments
Initial patch. Not for review (33.53 KB, patch)
2012-03-30 21:13 PDT, Alexandru Chiculita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-03-30 18:27:33 PDT
Overflow:hidden and overflow:scroll should not clip the filter outsets.
Comment 1 Alexandru Chiculita 2012-03-30 21:13:55 PDT
Created attachment 134941 [details]
Initial patch. Not for review

Just saving my initial work on this bug.