-
Notifications
You must be signed in to change notification settings - Fork 412
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
URL with anchor #118
Comments
This is a bug. I'm fixing it with my next batch of improvements. |
Fixed on dev. |
Is this fixed in the latest master release? |
+1 on 0.6.1 :) |
For me clicking on anchor links, doesn't jump to the anchors. Could it be that the router hooking of anchors interferes with that? |
@frozeman, yes that used to be the case. On 1.0.0-pre2 anchor tags work as they usually do in a browser. Try it out. But that was I think different from the issue of anchor tags being stripped off the url. |
This was mentioned previously for the meteor-router project:
tmeasday/meteor-router#104 (comment)
Example URL: http://foo#bar
I understand it is difficult to react to the hashes, due to rendering order etc. But at the moment the hash fragment is completely removed from the URL.
Could we update the pattern so that the hash fragment remains, so we can at least deal with this in JS somehow?
The text was updated successfully, but these errors were encountered: