Bug 145371

Summary: [GTK] load_uri() with a named anchor doesn't work for some links
Product: WebKit Reporter: Sébastien Wilmet <swilmet>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

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.