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

Webgl flicker when used with qt quick 2 QtWebKit 3.0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • 5.2.0
    • WebKit
    • None
    • Qt 5.2
      windows 8

    Description

      When opening a webgl page using the WebView component in QtQuick 2, the webgl page rendering suffers from intense flickering.
      I tried running similar code under QtQuick 1 with the older version of the QtWebKit import and it renders fine.

      Here are the two codes samples :

      Rendering blinks in qt quick 2 project

      import QtQuick 2.0
      import QtWebKit 3.0;

      Rectangle {
      width: 800
      height: 600

      WebView

      { url: "http://learningwebgl.com/lessons/lesson03/index.html" anchors.fill: parent }

      }

      Works fine in a qt quick 1 project

      import QtQuick 1.1
      import QtWebKit 1.0

      Rectangle {
      width: 800
      height: 600

      WebView

      { url: "http://learningwebgl.com/lessons/lesson03/index.html" anchors.fill: parent }

      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            aalpert Alan Alpert
            zonez Philippe ML
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes