browserstate / history.js

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.

Home Page:http://browserstate.github.com/history.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page title is removed when copying&pasting URL

plopesc opened this issue · comments

When you copy&paste a History.js URL in a new tab, IE http://example.com/#insights?query=one&_suid=143444279400206549510755576193 and the History.js try to get the current state, given that this is a new tab, there is no State and creates a new one, removing the page title.

Regards