[Webkit-unassigned] [Bug 45573] [chromium] Fix incorrect drag node/selection painting.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 14 21:19:44 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45573
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #67260|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> 2010-09-14 21:19:44 PST ---
(From update of attachment 67260)
I think this will do the wrong thing with iframes and compositing. Iframes pull the paint behavior flags from their parent iframe (see -[WebFrame _drawRect:] in WebKit.
Rather than paint via the RenderLayer, why not call m_view->paintContents, which does not intersect with the scrollview's frame?
It would also be nice to share more code here with Mac's Frame::imageFromRect().
--
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