RESOLVED FIXED48873
Overlapped nested iframes show smearing when scrolled
https://bugs.webkit.org/show_bug.cgi?id=48873
Summary Overlapped nested iframes show smearing when scrolled
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.