Bug 94783

Summary: anchors encoded in URL's no longer jump to scroll position
Product: [Applications] konqueror Reporter: Jason Clinton <me>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, kollix
Priority: NOR    
Version: 3.3.2   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jason Clinton 2004-12-10 06:03:19 UTC
Version:           3.3.2 (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
Compiler:          GCC 3.3.4 
OS:                Linux

In KHTML/Konqueror, a URL with an #anchor_name or #unique_id appended to the end of the URL no longer jumps to the position on the page where the anchor lies. Here is a test case: <http://www.debian.org/doc/manuals/reference/ch-system.en.html#s-sourcebuild>
Comment 1 Stephan Binner 2004-12-10 12:09:36 UTC
Recent regression, worked in 3.3.0 or 3.3.1 iirc.
Comment 2 Tommi Tervo 2004-12-10 13:07:16 UTC
*** Bug 94635 has been marked as a duplicate of this bug. ***
Comment 3 Germain Garand 2004-12-12 21:10:22 UTC
CVS commit by ggarand: 

sanitize anchor-jumping code ; merge restoreScrollPosition/gotoAnchor
slots to avoid undeterministic calling order and redundancy

BUG: 94783
			


  M +14 -0     ChangeLog   1.353
  M +19 -33    khtml_part.cpp   1.1061
  M +2 -5      khtml_part.h   1.270
  M +2 -0      khtmlpart_p.h   1.60



Comment 4 Caleb Tennis 2004-12-13 15:42:42 UTC
Can the patch be applied to 3_3_branch too?
Comment 5 Germain Garand 2004-12-13 16:40:27 UTC
CVS commit by ggarand: 

backport anchor-jumping regression fix
CCBUG: 57360, 94783


  M +19 -33    khtml_part.cpp   1.1015.2.14
  M +2 -5      khtml_part.h   1.262.2.4
  M +2 -0      khtmlpart_p.h   1.54.2.2