jquery-mobile/tests
Kin Blas 1a92be0240 Fix for issue 2406 - Navigation from one page back to multi-page template
- Make sure that our hashchange resolves non-path hashes against the documentBase. This prevents the resulting changePath() call from incorrectly resolving against the URL for the current active (external) page.

- Fixed a problem in the push-state code. A hashchange event is *NOT* fired when navigating back (window.history.back()) from an external page to an internal page. This makes sense when you think about it since hashchange is only ever fired when the hash of the current document url changes, not when the document url itself changes. The fix was to make sure that the pushstate hashchange callback always sets a state object, even on embedded page URLs. This allows the hashchange callback to be triggered from within onPopState().
2011-09-13 00:23:03 -07:00
..
functional Merge pull request #1393 from ray58750034/31d4 2011-08-10 17:45:54 -07:00
speed Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
unit Fix for issue 2406 - Navigation from one page back to multi-page template 2011-09-13 00:23:03 -07:00
jquery.testHelper.js jshint was complaining about .this 2011-09-08 13:34:58 -04:00