[Webkit-unassigned] [Bug 170058] New: URI Fragment is lost after redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 24 10:36:27 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170058

            Bug ID: 170058
           Summary: URI Fragment is lost after redirect
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pogris at edu.aau.at
                CC: bugs-noreply at webkitgtk.org

When using webkit_web_view_load_uri with the URI "https://hackage.haskell.org/package/bytestring/docs/Data-ByteString.html#v:map", the jump to the specified anchor is never performed. The page itself redirects to the current version of the documentation hosted there, currently  https://hackage.haskell.org/package/bytestring-0.10.8.1/docs/Data-ByteString.html#v:map. Loading this URI directly works as intended. The problem also exists when testing with MiniBrowser. 

How to reproduce:
./MiniBrowser "https://hackage.haskell.org/package/bytestring/docs/Data-ByteString.html#v:map"

Actual Results:
The page is displayed, but not at the anchor point specified

Expected Results:
The page should be scrolled down to the specified anchor. E.g. Firefox preserves the fragment through the redirect.

Tested on Fedora 25, the WebkitGtk version used is 2.14.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170324/919c9fa9/attachment.html>


More information about the webkit-unassigned mailing list