PDA

View Full Version : Qt WebEngineView not responding after raise is called on Window



adutzu89
15th January 2017, 13:22
I have a WebEngineView which has it's parent a Window, if I call hide() on the Window than raise() the WebengineView stops reacting to mouse hover.
It only reacts to clicks, I have tried using reload() and focus = true on the view also used requestActivate() on the Window but still the WebEngineView remains unresponsive to mouse hover.

Any ideeas?

This happens on a 64bit Ubuntu 16.04 with Unity 7, Qt 5.6.2, Qt/Quick with WebEngineView 1.2.

adutzu89
20th February 2017, 14:22
The issue was caused when calling window.close() from javascript code, in case someone hits this.