[Webkit-unassigned] [Bug 47391] [chromium] fix scrolling of noncomposited iframes within composited document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 14:57:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47391


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70190|review?                     |review-
               Flag|                            |




--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-12 14:57:11 PST ---
(From update of attachment 70190)
On Mac, redrawing of composited iframes on scrolling happens via the swizzled setNeedsDisplayInRect: method in WebTMLView.mm. It is broken on Windows and in WebKit2, so something like this patch is needed.

However, this patch adds an invalidate for every scroll, not just scrolls of iframes in compositing layers. We certainly don't want that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list