[Webkit-unassigned] [Bug 10550] Pages With iframes Flash During Core Image Transitions

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 25 13:41:43 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10550





------- Comment #1 from opendarwin.org at mitzpettel.com  2006-08-25 13:41 PDT -------
I think the problem reduces to the fact that WebHTMLView ends up painting its
subviews into the window when it's sent a -cacheDisplayInRect:toBitmapImageRep:
message. You can see this by creating a trivial browser in Interface Builder
and adding a button that does something like
    NSRect frame = [webView frame];
    NSBitmapImageRep *rep = [webView
bitmapImageRepForCachingDisplayInRect:frame];
    [webView cacheDisplayInRect:frame toBitmapImageRep:rep];
Load http://www.nomoreboxes.com/wcstore/ into the WebView, turn on Quartz Debug
flashing and click the button. You'll see the iframes being painted into the
window.

I'm guessing that this has to do with WebHTMLView overriding private AppKit
methods.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list