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

title of chrome history is not correct #47

Open
woelfchen opened this issue Dec 10, 2013 · 1 comment
Open

title of chrome history is not correct #47

woelfchen opened this issue Dec 10, 2013 · 1 comment

Comments

@woelfchen
Copy link

If I update document.title before history.pushState, then the google chrome history entry have the title of the page before and not the new title.

I think it is the problem of this code in pushState function:
if (lastTitle != null) {
document.title = lastTitle;
}

@woelfchen
Copy link
Author

 I think the problem is not lastTitle. document.title = t; in pushState function must set before pushState will executed. This is a problem of chrome.

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

No branches or pull requests

1 participant