-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.12.2
-
None
-
Win10(64)+Qt5.12.2(32)+VS2017
After load a https page A, then the page 302 redirect to another page B.
the urlChanged receive A and B, but loadFinished receive A only. It's ok in QT 5.9 and QT 5.11.
The urlChanged should match loadFinished.