Bug 48873

Summary: Overlapped nested iframes show smearing when scrolled
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
See Also: https://bugs.webkit.org/show_bug.cgi?id=265326
Attachments:
Description Flags
Patch simon.fraser: review+

Simon Fraser (smfr)
Reported 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.
Attachments
Patch (8.41 KB, patch)
2010-11-02 14:47 PDT, Simon Fraser (smfr)
simon.fraser: review+
Simon Fraser (smfr)
Comment 1 2010-11-02 14:44:19 PDT
Simon Fraser (smfr)
Comment 2 2010-11-02 14:47:50 PDT
Simon Fraser (smfr)
Comment 3 2010-11-02 17:54:07 PDT
Comment on attachment 72740 [details] Patch r=mitz in person with comments.
Simon Fraser (smfr)
Comment 4 2010-11-02 17:59:29 PDT
Note You need to log in before you can comment on or make changes to this bug.