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

Sequential Animation on Rotation will cause QQuickWidget (and entire application!) to go black after computer sleep.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.4.0 RC, 5.4.0
    • None
    • Windows 7, Windows 8.1, QT 5.4.0 RC, VS2013

    Description

      EDIT2: I have attached the output of qtdiag. The latest I have seen this problem is the 5.4 release - qt-opensource-windows-x86-msvc2013_64-5.4.0.exe

      EDIT: I have attached three separate computer's display driver details which all exhibit the same problem.

      If you have:

      Rectangle {
             SequentialAnimation on rotation {
                 loops: Animation.Infinite
                 PropertyAnimation { duration: 1000; from: 0; to: 360 }
             }
      }
      

      and have the window open and visible, and then shut your laptop and reopen (i.e. go to sleep and resume), your entire qt application window will go black (not just the QQuickWidget!)

      Attached is a sample project which illustrates this behaviour.

      • Only tested on windows 8.1, windows 7.

      Attachments

        Issue Links

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

          Activity

            People

              lagocs Laszlo Agocs
              lmv Luke
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes