jquery-mobile/tests/unit/navigation
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
..
base-tests whitespace 2011-08-15 12:45:31 -07:00
data-url-tests tests for nested pages/query params 2011-04-12 01:05:36 -07:00
dialog-param-test tests for dialog query param support 2011-04-14 21:49:50 -07:00
form-tests - Fixed issue #1923 - url of form is miscalculated 2011-06-27 10:25:13 -07:00
path-tests finished basic pathing tests sans site relative root ir / 2011-04-29 22:23:57 -07:00
base-tests.html nav tests passing for both push state and hash 2011-08-19 14:02:35 -07:00
cached-external.html fixed nav test for new namespace and made the test order independent 2011-07-29 10:10:26 -07:00
external.html fixed up unit test so that it's now properly testing the ajax dom caching page option 2011-07-29 10:10:25 -07:00
file.html finished basic pathing tests sans site relative root ir / 2011-04-29 22:23:57 -07:00
index.html Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
navigation_base.js whitespace and comment merge conflict resolved 2011-08-17 11:09:05 -07:00
navigation_core.js Fix for issue 2406 - Navigation from one page back to multi-page template 2011-09-13 00:23:03 -07:00
navigation_dialog_pushstate.js moved push state dialog key test down into its own file to have the key at the root 2011-08-27 01:01:54 -07:00
navigation_helpers.js added ipv6 support to urlparse regex Fixes #2362 2011-08-30 15:59:46 -07:00
navigation_paths.js nav tests passing for both push state and hash 2011-08-19 14:02:35 -07:00
navigation_transitions.js Changes to allow 3rd party transitions. Developers can now register a custom transition by adding their transition handler to the $.mobile.transitionHandlers dictionary. The name of the custom transition is used as the key within the transtionsHandlers dictionary, and should be the same name used within the @data-transtion attribute. 2011-04-26 14:06:10 -07:00
prefetched.html added unit tests for the data-prefetch attr 2011-07-15 15:55:27 -04:00
push-state-dialog-tests.html Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
push-state-disabled-base-tests.html added comment to make sure folks aren't confused as to why one of the test pages is just a redirect 2011-08-19 18:41:24 -07:00
push-state-disabled-tests.html added comment to make sure folks aren't confused as to why one of the test pages is just a redirect 2011-08-19 18:41:24 -07:00
title1.html merging unit test addtions for page titles 2011-03-31 12:56:30 -04:00
title2.html fixed the last breaking pages unit test 2011-03-31 13:19:51 -04:00
title3.html merging unit test addtions for page titles 2011-03-31 12:56:30 -04:00