Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML anchors don't work anymore #649

Closed
haesleinhuepf opened this issue Sep 2, 2022 · 2 comments · Fixed by #735
Closed

HTML anchors don't work anymore #649

haesleinhuepf opened this issue Sep 2, 2022 · 2 comments · Fixed by #735
Labels
bug Something isn't working P0 Critical Priority

Comments

@haesleinhuepf
Copy link

Description

When you use a link with an HTML anchor, e.g. pointing users to installation instructions, the user is not sent to the anchor position.

If you look carefully, you will note that the anchor works for a split-second, but then the user is sent to the top of the page unfortunately.

Steps/Code to Reproduce

When clicking on this link:
https://www.napari-hub.org/plugins/devbio-napari#installation

Expected Results

You should see this:
image

Actual Results

But you see this:
image

@haesleinhuepf haesleinhuepf added the bug Something isn't working label Sep 2, 2022
@codemonkey800 codemonkey800 added the P0 Critical Priority label Oct 18, 2022
@codemonkey800
Copy link
Collaborator

ooh this seems related to some of the anchor related work we did in #478. Let me check this out

@codemonkey800
Copy link
Collaborator

If you look carefully, you will note that the anchor works for a split-second, but then the user is sent to the top of the page unfortunately.

This is a very tricky issue, we'll try to tackle it in a separate PR: #736

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Critical Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants