[Webkit-unassigned] [Bug 224575] New: [GTK] Anchor links don't work when opened in new web views

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 14:04:57 PDT 2021


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

            Bug ID: 224575
           Summary: [GTK] Anchor links don't work when opened in new web
                    views
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org

Visit https://docs.python.org/3/library/stdtypes.html#memoryview

It says: "Create a memoryview that references obj. obj must support the buffer protocol. Built-in objects that support the buffer protocol include bytes and bytearray." The words "bytes" and "bytearray" are both anchor links. The bytes link points to:

https://docs.python.org/3/library/stdtypes.html#bytes

If you load that URL in an existing tab, or in a new tab via webkit_web_view_load_uri(), WebKit will scroll to the correct anchor point in stdtypes.html and all is well. But if you Ctrl+click or right click on the link and load it in a new tab via the context menu, the anchor link does not work properly and you're taken to a random point on the page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210414/abc44223/attachment.htm>


More information about the webkit-unassigned mailing list