-
Notifications
You must be signed in to change notification settings - Fork 19
Dismissing PR preview banner loses position on the page #246
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
Comments
Thanks for reporting this. I'm moving it to the addons repository since the issue is on the beta addons. |
humitos
added a commit
that referenced
this issue
Feb 14, 2024
* When clicking on the X, now it calls `preventDefault()` to avoid moving to the top * I added some `id=` attributes in the index page to test this manually Closes #246
humitos
added a commit
that referenced
this issue
Feb 19, 2024
* When clicking on the X, now it calls `preventDefault()` to avoid moving to the top * I added some `id=` attributes in the index page to test this manually Closes #246
This should now be deployed, and I confirmed it's working 👍 |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
You are taken to the desired page and anchor, but a banner is displayed with the text
Expected Result
Stay in the same position on the page.
Actual Result
Takes you to the top of the page.
See also
Originally reported at python/peps#3657
The text was updated successfully, but these errors were encountered: