Commit e7d034b
Qt: Fix URL bar lag during back/forward navigation
The URL bar was showing the previous URL instead of updating immediately
during back/forward navigation. This was caused by coreFrameUrl() returning
the current document URL instead of the target navigation URL.
Fix by checking if there's an active document loader with a different URL
and returning that target URL instead. This ensures the URL bar updates
synchronously with back/forward navigation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 97d3e9b commit e7d034b
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
449 | 456 | | |
450 | 457 | | |
451 | 458 | | |
| |||
0 commit comments