On Monday 14 May 2012 13:08:00 Mülner, Helmut wrote: > I don't think that this is really a Webkit problem. As I mentioned this > works in QWebView! > For me it looks more like a problem of QGraphicsView.
QGraphicsWebView is also developed as part of the QtWebkit port, by the same people. Yes, QGraphicsWebView is not a QWidget: it does not have a native widget handle. Hence it is the role of QGraphicsWebView to have the workarounds to handle the plugins cases. But I think you should rather discuss that on the QtWebkit mailing list: http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt -- Olivier Woboq - Qt services and support - http://woboq.com > > > > -----Ursprüngliche Nachricht----- > > Von: Olivier Goffart [mailto:[email protected]] > > Gesendet: Montag, 14. Mai 2012 12:57 > > An: [email protected] > > Cc: Mülner, Helmut > > Betreff: Re: [Development] unity3d plugin in QML webview > > > > On Monday 14 May 2012 11:53:21 Mülner, Helmut wrote: > > > > > The unity3d plugin (e.g. > > > http://download.unity3d.com/gallery/live-demos/players/island.unity3d > > > ) works with QWebView but not in QGraphicsWebView or in a QML > > > > WebView. > > > > > The plugin uses three stacked windows on top of the web page and I > > > suspect that something in the QGraphicsView prevents the creation of > > > those windows. I have reported this in the Qt bug tracker > > > (https://bugreports.qt-project.org/browse/QTBUG- > > > > 25705).<https://bugreports. > > > > > qt-project.org/browse/QTBUG-25705%29.> > > > > > > > > > > > > Does anybody know what could cause this? > > > > > > Hi, > > > > If nobody answered the previous mail, it is probably because nobody > > really > > know the cause here. > > > > Qt Webkit has its own mailing list, you might have more luck there. > > > > Regards > > -- > > Olivier > > > > Woboq - Qt services and support - http://woboq.com > > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
