Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0, 5.12.2
-
None
-
Windows 10 Enterprise 64-bit - Built-in graphics processor, Intel HD Graphics 630
Win10 Enterprise 1703 (x64) and an Intel HD 4600 integrated graphics chip using (fairly) recent drivers. The dot only appears when using OpenGL rendering.
GTX 1080Ti on Win7 x64 with driver version 419.35
windows 7 64bit, Nvidia GTX960 v. 378.92
Win7 64bit, Radeon 7350
Win10 Enterprise 1703 (x64) and an Intel HD 4600 integrated graphics chip using (fairly) recent drivers
2. I can reproduce this bug in VMWare (or host OS), only with Windows 7, 8, 8.1 and only when 3d acceleration is enabled
Windows 7 SP 1 (6.1), GeForce GTX 970M/PCIe/SSE2 v. 344.42Windows 10 Enterprise 64-bit - Built-in graphics processor, Intel HD Graphics 630 Win10 Enterprise 1703 (x64) and an Intel HD 4600 integrated graphics chip using (fairly) recent drivers. The dot only appears when using OpenGL rendering. GTX 1080Ti on Win7 x64 with driver version 419.35 windows 7 64bit, Nvidia GTX960 v. 378.92 Win7 64bit, Radeon 7350 Win10 Enterprise 1703 (x64) and an Intel HD 4600 integrated graphics chip using (fairly) recent drivers 2. I can reproduce this bug in VMWare (or host OS), only with Windows 7, 8, 8.1 and only when 3d acceleration is enabled Windows 7 SP 1 (6.1), GeForce GTX 970M/PCIe/SSE2 v. 344.42
-
-
cc873ec23a98ac32d10ac5fa569792fde2f6b2c8 (qt/qtbase/5.12)
Description
Simplified bug report
A blinking white dot appears on the window / widget when using OpenGL on Windows.
According to a few people it can be reproduced with multiple examples:
- "Qt Quick Controls - Gallery" example: qt_source/qtquickcontrols2/examples/quickcontrols2/gallery/gallery.pro
- https://bugreports.qt.io/secure/attachment/84270/84270_mcve_74492.cpp
import QtQuick 2.12 import QtQuick.Window 2.12 Window { visible: true width: 640 height: 480 color: 'black' TextEdit { anchors.centerIn: parent width: 200 height: 20 text: 'Sample text' color: 'red' } }
Platform is Windows, details environment info is in Environment field.
Original bug report below
Note that this is independent of WebEngine and also happens with a variety of other Qt modules that use OpenGL (in contrast to OpenGL ES or software rendering).
For example open https://www.speedtest.net/fr for example you will see a blinking white dot at the middle of the webview parasiting the display
This blinking dot shows up in many other website when the background is dark.
The blinking dot shows up also on some youtube video.
Again you can see the blinking dot on the error when you open any metacafe video, (metacafe doesn't work with webengine it's another bug, but the intersting thing here is the white dot)
Reportedly introduced by "Fix automatic showing/hiding of the Windows 10 on-screen keyboard" 3d867b8 https://codereview.qt-project.org/c/qt/qtbase/+/232927
Attachments
Issue Links
- relates to
-
QTBUG-79143 Dot artifact in Qt Quick scene graph
- Closed
- resulted from
-
QTBUG-68808 The Windows On-Screen Keyboard is no longer showing/hiding automatically for Qt applications
- Closed