Hi, We embed WebKit on OSX and GTK. On GTK if javascript's window.close() is executed then the signal to close the browser is always received, which seems good. However on OS X our webViewClose: implementation is only invoked iff the browser that executed javascript's window.close() is not a top-level browser (eg.- it was created via our webView:createWebViewWithRequest: implementation). Is there a way to make WebKit on OS X always invoke our webViewClose: implementation when javascript's window.close() is invoked, even in a top-level browser?
Thanks! Grant
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
