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

URL with anchor #118

Closed
booshtukka opened this issue Sep 6, 2013 · 6 comments
Closed

URL with anchor #118

booshtukka opened this issue Sep 6, 2013 · 6 comments
Labels

Comments

@booshtukka
Copy link

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?

@cmather
Copy link
Contributor

cmather commented Sep 7, 2013

This is a bug. I'm fixing it with my next batch of improvements.

@cmather
Copy link
Contributor

cmather commented Sep 10, 2013

Fixed on dev.

@cmather cmather closed this as completed Sep 10, 2013
@krstffr
Copy link

krstffr commented Oct 24, 2013

Is this fixed in the latest master release?
The hashes are still stripped for me as far as I'm concerned.
For example, this: /signup#whatever turns into /signup
Google Oauth sends tokens as a hashes, so it would be kind of nice to be able to use it. :)

@gadicc
Copy link

gadicc commented Dec 11, 2013

+1 on 0.6.1 :)

@frozeman
Copy link

For me clicking on anchor links, doesn't jump to the anchors. Could it be that the router hooking of anchors interferes with that?

@cmather
Copy link
Contributor

cmather commented Sep 19, 2014

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants