Function "Jump to line" doesn't work #149967
-
Select Topic AreaBug GitHub Feature AreaUI/UX BodyThis was originally reported at: https://support.github.com/ticket/3176669 Actual Result The function "Jump to line" doesn't work with the "Go" button. It only works with the Expected Result The function works with both the Environment Windows 10 Pro 22H2 19045.5247 (64-bit) Reproduction Steps
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hello @ngoclong19 - thank you for taking the time to provide this feedback! The GitHub accessibility team reviewed this issue and were able to reproduce it and are now actively working on this issue. We will follow-up here with any additional questions or updates. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
Hello @ngoclong19 - great news, this issue has been resolved! Could you please re-test this on your machine to be sure the update resolved your issue? |
Beta Was this translation helpful? Give feedback.
-
|
This is a clear bug report about GitHub's "Jump to line" feature not working correctly with the "Go" button. Let me break down what's happening: Issue Summary: The "Jump to line" feature in GitHub's code view works when using the Enter key but fails when clicking the "Go" button. Reproduction Pattern: When you input a line number and press Enter, it correctly jumps to that line and updates the URL with the proper anchor (like #L5) When you input a line number and click the "Go" button: First attempt: Jumps to line 1 (incorrect behavior) Subsequent attempts: Stays at line 1 and doesn't navigate to the requested line Environment Details: Windows 10 Pro with latest updates Reproduced on both Firefox and Edge browsers Happens regardless of login status No browser extensions involved This appears to be a legitimate UI/UX bug in GitHub's code navigation interface. Since GitHub Support couldn't reproduce it but acknowledged your report by directing you to the community discussions, it might be an intermittent issue or dependent on specific environment conditions. Have you been able to reproduce this on other repositories or is it specific to the dracula/hacker-news repository? Also, have you tried this on any other operating systems or browsers? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @ngoclong19 and @Aditya1286 - there have been some recent updates that hopefully have resolved your issue. Could you please clear your browser cache and retest? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Maybe it’s worth exploring a debounce or delay to let the anchor settle before switching? Curious what others think 🤔 |
Beta Was this translation helpful? Give feedback.
Hello @ngoclong19 and @Aditya1286 - there have been some recent updates that hopefully have resolved your issue. Could you please clear your browser cache and retest? Thanks!