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

Scroll behavior: hash that starts with number #2163

Comments

@yyx990803
Copy link
Member

ref: vuejs/vuepress#121

When the selector starts with /^#\d/, should use getElementById instead.

@karanisverma
Copy link

Hey @yyx990803 , I would like to work on this Issue. it would be great if you can point me toward right approach.

@posva
Copy link
Member

posva commented Nov 26, 2018

@karanisverma It's in src/history/base.js line 199

@karanisverma
Copy link

Thanks @posva :) looking into it!

@karanisverma
Copy link

Hi @posva, I have looked at the code base not really sure how this can be fixed 😂.. Moreover I am not able to reproduce this issue at my end.

@posva posva added this to Long term road (high prio, low complex) in Longterm Mar 26, 2019
@posva posva closed this as completed in 799ceca Jul 8, 2019
@posva posva moved this from Long term road (high prio, low complex) to Done in Longterm Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment