Bug #821
openWebsite loading reverts to the current site if the user agent changes
0%
Description
We need a way to either delay changing of the user agent or disable the reload of the current website.
Files
Updated by Soren Stoutner almost 3 years ago
- Priority changed from Next Release to 1.x
Updated by Soren Stoutner almost 3 years ago
- Tracker changed from Feature to Bug
Updated by Soren Stoutner almost 3 years ago
The solution was to use `load()` instead of `setUrl()`.
Fixed in commit https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=5daa7af456c7daa05b1a055932b5156ed1f88b00.
Updated by Soren Stoutner almost 3 years ago
- Status changed from Closed to New
Turns out this wasn't fixed by the previous commit.
Updated by Soren Stoutner about 2 years ago
Reported upstream: https://bugreports.qt.io/browse/QTBUG-109673.
Updated by Soren Stoutner about 2 years ago · Edited
There is some additional information at Bug #945: stoutner.com does not load domain setting if typed into new tab.
Updated by Soren Stoutner almost 2 years ago
- Status changed from New to In Progress
Updated by Soren Stoutner over 1 year ago
- File qt5-prevent-user-agent-reload.patch qt5-prevent-user-agent-reload.patch added
- File qt6-prevent-user-agent-reload.patch qt6-prevent-user-agent-reload.patch added
The attached patches fix this issue. As Qt doesn't seem to want to implement it upstream, I will likely have to release PrivacyWebEngine earlier than anticipated.
Updated by Soren Stoutner 5 days ago · Edited
All of the bugs described in Bug #1246: F5 (or any other method of refresh) doesn't work on the first URL loaded in a new tab are because of this issue.