Bug 63511

Summary: When a page is long to load, Konqueror forgets the # in the URL
Product: [Applications] konqueror Reporter: Thibaut Cousin <kde>
Component: generalAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: esigra
Priority: NOR    
Version First Reported In: 3.1.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Thibaut Cousin 2003-08-31 12:26:35 UTC
Version:           3.1.3 (using KDE 3.1.3)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB-athlon

It's an old problem, I should have reported it earlier...

Let's take as an example a page from my website. It is a long page, with many small images and many anchors in it. That page is per_uncanny.html. On another page, I make a link to it, for example href="per_uncanny.html#species".

When I test it in Konqueror, the page is loaded (which takes several seconds) but it doesn't jump to the "species" anchor, as if Konqueror had forgotten about it during loading. If I reload the page, the jump usually works after two or three tries.

That problem is common when viewing pages from the web. If I try that on my local copy of my website, it almost never happens because the page is loaded very fast.

So my best guess is that Konqueror tries to jump to the anchor too early, when that part of the page is not yet loaded. And when it is loaded, Konqueror doesn't make a new try.

Thanks for your attention!
Comment 1 Maksim Orlovich 2003-08-31 17:05:09 UTC

*** This bug has been marked as a duplicate of 57360 ***