Bug 145371 - [GTK] load_uri() with a named anchor doesn't work for some links
Summary: [GTK] load_uri() with a named anchor doesn't work for some links
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-25 11:45 PDT by Sébastien Wilmet
Modified: 2015-10-09 05:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien Wilmet 2015-05-25 11:45:57 PDT
It seems that webkit_web_view_load_uri() with a named anchor works only for an anchor located at the beginning of the page. For all anchors below a certain location in the page, load_uri() doesn't work, it scrolls at the end of the page.

The bug occurs with Devhelp, see this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=749495

The bug is 100% reproducible, for some links.
Comment 1 Sébastien Wilmet 2015-10-09 05:53:46 PDT
It looks like the bug is fixed on my Fedora 23 system.