Results 1 to 2 of 2

Thread: Qt WebEngineView not responding after raise is called on Window

  1. #1
    Join Date
    Oct 2013
    Posts
    142
    Thanks
    36
    Thanked 3 Times in 3 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Qt WebEngineView not responding after raise is called on Window

    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.

  2. #2
    Join Date
    Oct 2013
    Posts
    142
    Thanks
    36
    Thanked 3 Times in 3 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: Qt WebEngineView not responding after raise is called on Window

    The issue was caused when calling window.close() from javascript code, in case someone hits this.

Similar Threads

  1. Window not responding
    By tom989 in forum Newbie
    Replies: 3
    Last Post: 18th November 2012, 23:57
  2. qt app not responding in window XP
    By snow_starzz in forum Newbie
    Replies: 4
    Last Post: 23rd August 2012, 12:20
  3. Replies: 2
    Last Post: 7th January 2012, 16:42
  4. Window not responding
    By markcole in forum Qt Programming
    Replies: 10
    Last Post: 18th April 2007, 22:53

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.