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 Qt | Assignee: | 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 |
Tor Arne Vestbø
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
*** This bug has been marked as a duplicate of bug 29856 ***