Bug 48873 - Overlapped nested iframes show smearing when scrolled
Summary: Overlapped nested iframes show smearing when scrolled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-11-02 14:44 PDT by Simon Fraser (smfr)
Modified: 2023-11-25 13:27 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.41 KB, patch)
2010-11-02 14:47 PDT, Simon Fraser (smfr)
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 Simon Fraser (smfr) 2010-11-02 14:44:00 PDT
We have logic that detects when an iframe is overlapped, and then calls -setCopiesOnScroll:NO on the iframe's content view so that AppKit does a full repaint of the view when it gets scrolled.

However, this logic only works for a single level of iframe. Nested iframes are not told that they are overlapped.
Comment 1 Simon Fraser (smfr) 2010-11-02 14:44:19 PDT
<rdar://problem/8621567>
Comment 2 Simon Fraser (smfr) 2010-11-02 14:47:50 PDT
Created attachment 72740 [details]
Patch
Comment 3 Simon Fraser (smfr) 2010-11-02 17:54:07 PDT
Comment on attachment 72740 [details]
Patch

r=mitz in person with comments.
Comment 4 Simon Fraser (smfr) 2010-11-02 17:59:29 PDT
http://trac.webkit.org/changeset/71194