[Webkit-unassigned] [Bug 14128] Webkit crashes in HIWebView.m Line 772 when moving window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 22:51:48 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14128





------- Comment #6 from gkruse at gmail.com  2007-06-13 22:51 PDT -------
This is similar to the setup I do in Qt taken from
http://doc.trolltech.com/qq/qq20-hiviews.html

   WebWidget::WebWidget(QWidget *parent)
        : QWidget(parent)
    {
        HIViewRef webView;
        WebInitForCarbon();
        HIWebViewCreate(&webView);
        create(WId(webView));
    }

For some reason, it seems to cause problems?


-- 
Configure bugmail: http://bugs.webkit.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