Bug 34546 - Drag and Drop: background elements are bleeding through
Summary: Drag and Drop: background elements are bleeding through
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-03 16:18 PST by mitz
Modified: 2010-02-03 16:52 PST (History)
0 users

See Also:


Attachments
Test case (1.05 KB, text/html)
2010-02-03 16:18 PST, mitz
no flags Details
Make overrides of paintBoxDecorations() not paint outside the painting root (4.21 KB, patch)
2010-02-03 16:20 PST, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-02-03 16:18:31 PST
Created attachment 48074 [details]
Test case

<rdar://problem/7577604>

In the attached test case, the drag images for the black boxes include the background of an element in the background.

Patch forthcoming.
Comment 1 mitz 2010-02-03 16:20:28 PST
Created attachment 48075 [details]
Make overrides of paintBoxDecorations() not paint outside the painting root
Comment 2 mitz 2010-02-03 16:52:05 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/54311>.