-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Routing should respect the back button #858
Comments
This issue is based on the following test results - removing failures for frameworks that do not implement routing, or suffer from #790
|
I've sent a pull request to solve the soma.js escape handling: I've also solved the back button problem. Cheers. |
@soundstep thanks for these fixes. I have updated the issues to give you a big tick :-) |
@ColinEberhardt Amazing, thanks ;) |
Browser tests no longer mandate hidden items are removed from the DOM Fixes #908 - tests no longer mandate hidden items are removed from the DOM Closes #790 - these were implementations that implemented routing via hiding items, rather than removing from the DOM Regressions: #949 - discovered that exoskeleton is badly broken #858 - added typescript-backbone (might not be a regression, more likely missed earlier) Updated knownIssues based on recent updates to puremvc, react, soma etc ...
We don't run de tests against polymer, and manually this worked fine for me. |
Removed this one from the list as it doesn't implement routing at all (where #812 (comment) is about) |
A new test case was added in response to #856
Failures against the 'Routing, should respect the back button' test:
The text was updated successfully, but these errors were encountered: