Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.8.3
-
None
-
-
Windows
Description
- I create a a QDialog that can fade in and out by QGraphicsOpacityEffect - opacity - QEasingCurve.InSine
- Inside this dialog I created a QWebEngineView
- Set a html for this QWebEngineView
- Set different animation time
- animation time longer than web-page load time, e.g. 1000 ms: Dialog fading in, when web-page load done, web-page stucked at the transparency when webpage load done but dialog half-transparent. Web-page stucks and not operable. More than 10 seconds later, web-page suddenly fully displayed and becomes operable.
- animation time less than web-page load time, e.g. 1 ms: All goes well.