Brian Leathem created RF-12133:
----------------------------------
Summary: Support pushState with slidfast and mobile richfaces
Key: RF-12133
URL:
https://issues.jboss.org/browse/RF-12133
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: mobile
Reporter: Brian Leathem
Fix For: 4.3-Tracking
Replace the use of location.hash with a better solution: pushState.
{code}
window.history.pushState(data, "Title", "/new-url");
{code}
More reading:
http://badassjs.com/post/840846392/location-hash-is-dead-long-live-html5-...
http://spoiledmilk.dk/blog/html5-changing-the-browser-url-without-refresh...
http://www.w3.org/TR/html5/author/history.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira