Bug 29885

Summary: [Qt] Add a function to QtWebKit that jumps to a local anchor within the current page
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Enhancement CC: tonikitoo
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   

Description Tor Arne Vestbø 2009-09-29 08:00:25 PDT
This bug report originated from issue QTBUG-3154
http://bugreports.qt.nokia.com/browse/QTBUG-3154

--- Description ---

KHTML has a gotoAnchor(const QString &anchorName) function that scrolls the current page/frame to the given anchor.

This is essential for programatically moving the page to a certain anchor without user input, e.g. like KMail and other KDE applications do.
Comment 1 Antonio Gomes 2009-10-27 10:33:24 PDT

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