Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.6, 5.15.2, 5.15.7
-
Fix Version/s: None
-
Component/s: WebEngine
-
Labels:None
-
Environment:Debian bullseye (armhf, GCC 10) and bookworm (amd64, GCC 11)
Ubuntu impish (amd64, GCC 11)
-
Platform/s:
Description
A WebEngineView with a profile with QWebEngineProfile::NoCache fails to load the page. If you connect with a remote debugger and refresh the page remotely, it loads.
As a minimal example I modified the webengine/minimal example with the line
QWebEngineProfile::defaultProfile()->setHttpCacheType(QWebEngineProfile::NoCache);
This causes the page to not load anymore. Only a white screen is shown.
My modified example with CMakeLists.txt is attached.