WebEngineView context menu error
-
Qt 5.5.1
OSX 10.11.3I'm getting the error below when Control-clicking on a
WebEngineView
. The context menu appears and the error msg is output immediately. There is no crash but theWebEngineView
seems to get sluggish afterwards.file:///Users/Tomato/Qt/5.5/clang_64/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null
Anyone else seen this? Also, is there a way to disable the context menu? I don't see anything in the WebEngineView docs to do that.
Otherwise
WebEngineView
is pretty fabulous.UPDATE Hmm... it is reported as being fixed but it isn't.
https://bugreports.qt.io/browse/QTBUG-44328
https://bugreports.qt.io/browse/QTBUG-44666 -
Hi,
The first report as been put on hold waiting for more input and the second state that it's been fixed for the release candidate of Qt 5.6. So it should be fixed but for 5.6 not 5.5.1