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

History should have a config option to automatically create the full url hash from the selected children on the app. #182

Open
edchat opened this issue Mar 25, 2013 · 1 comment

Comments

@edchat
Copy link
Collaborator

edchat commented Mar 25, 2013

History should have a config option to automatically create the full url hash from the selected children on the app.
The new config option would be called "autoHashUrl" and when true, the History controller would listen for an event which would be fired by the Transition controller after the transition for all of the views is complete, then the History controller would build up the url hash from the selected children in the app, and use that to call pushState. This would help with cases where a transition is done for -view1 (to remove a view) so that a usable url would still be available.

@edchat
Copy link
Collaborator Author

edchat commented Apr 2, 2013

This branch has an implementation, but it is too late to add new function to 1.9, so it will have to wait.
https://github.com/edchat/dojox_application/tree/autoHashUrl

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

No branches or pull requests

1 participant