Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.6.1, 5.7.0
-
Fix Version/s: 5.6.2, 5.7.1, 5.8.0 Alpha
-
Component/s: WebEngine
-
Labels:None
-
Environment:Mac mini, OS X 10.11.6
-
Commits:fa8d16d4762d0107308dce85acc9879e272ab8dd
Description
Run WebEngine Widgets Minimal Example, then clicks maximize button of top left corner of mac system. Or use following code:
QWebEngineView view;
view.setUrl(QUrl(QStringLiteral("http://www.qt.io")));
view.resize(1024, 750);
view.show();