Bug 29300 - WebView can paint over sibling windows
Summary: WebView can paint over sibling windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-09-16 07:28 PDT by Adam Roben (:aroben)
Modified: 2009-09-16 14:52 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.24 KB, patch)
2009-09-16 07:28 PDT, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-09-16 07:28:26 PDT
Created attachment 39647 [details]
Patch v1

If a WebView and an adjacent sibling window have their positions changed on screen at the same time, in some cases the WebView will end up painting over the sibling window.
Comment 1 Adam Roben (:aroben) 2009-09-16 07:30:18 PDT
https://bugs.webkit.org/show_bug.cgi?id=29300
Comment 2 Adam Roben (:aroben) 2009-09-16 07:30:49 PDT
<rdar://problem/7227960>
Comment 3 Adam Roben (:aroben) 2009-09-16 07:31:28 PDT
I'd love to get Steve's opinion on whether there's a reason we haven't been using WS_CLIPSIBLINGS before now.
Comment 4 Adam Roben (:aroben) 2009-09-16 14:52:28 PDT
Committed r48439: <http://trac.webkit.org/changeset/48439>