Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68063

Using ANGLE, WebEngineView gets stuck sometimes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P1: Critical
    • None
    • 5.9.3, 5.10
    • WebEngine
    • None
    • Windows

    Description

      In my application, I used ANGLE as graphics backend due to graphics compatibility. But I found that WebEngineView sometimes gets stuck, especially during successive keyborad inputting.

      And I looked into this issue and got some findings. The stuck seams related to Qt Quick's refresh rate. Please see the following QML code snippets.

      RowLayout {
          spacing: 10
      
          // when BusyIndicator is running, the stuck appears
          BusyIndicator {
              running: checkbox.checked
          }
      
          CheckBox {
              id: checkbox
              checked: true
              text: "BusyIndicator"
          }
      }
      
      WebEngineView {
          url: "qrc:/test.html"
      }
      

      If the BusyIndicator is running, the stuck appears while pressing buttons. If disabled, the stuck never appears.

      The webpage is as follows.

      <input type="text" style="width:400px;">
      

       Please try my attachment to reproduce it.

      Attachments

        1. qtdiag.txt
          6 kB
        2. qtdiag-1050Ti.txt
          6 kB
        3. WebEngineHang.zip
          5 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            surka surka
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes