Skip to content

Update browser page address on navigation. Fixes #24 #27

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

Merged
merged 1 commit into from
May 5, 2015

Conversation

peterblazejewicz
Copy link
Member

If accepted this PR enables bookmarking and url sharing, so people can navigate within content of the page.

This commit modifies original function in that way that
clicking on navigation menu will in effect update browser
location allowing url sharing and bookmarking, etc.
In modern browsers HTML5 History.pushState is used together
with animation effect - while on older browser fall back is
provided by just doing nothing - which in effect will simply
update window.location.hash and scroll page in browser as per
specification.

navigation

Thanks!

This commit modifies original function in that way that
clicking on navigation menu will in effect update browser
location allowing url sharing and bookmarking, etc.
In modern browsers HTML5 History.pushState is used together
with animation effect - while on older browser fall back is
provided by just doing nothing - which in effect will simply
update window.location.hash and scroll page in browser as per
specification
nosami added a commit that referenced this pull request May 5, 2015
Update browser page address on navigation. Fixes #24
@nosami nosami merged commit baa4381 into OmniSharp:master May 5, 2015
@nosami
Copy link
Contributor

nosami commented May 5, 2015

Thanks for this, and the other PRs! 👍

@Mpdreamz
Copy link
Member

Mpdreamz commented May 5, 2015

yes! missed your PR's @peterblazejewicz but they fixed most of my TODO's soo happy 👍

@peterblazejewicz
Copy link
Member Author

You're welcome folks! 👋

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

Successfully merging this pull request may close these issues.

3 participants