jquery-mobile/tests/unit
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
..
buttonMarkup whitespace issues in tnew buttonMarkup tests 2011-08-03 14:24:46 -07:00
checkboxradio Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
controlgroup Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
core moved 20ms scroll test to test that it the scrolling is async. 20ms isn't enough time to be reliable 2011-06-26 12:10:11 -07:00
dialog Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
event Fixes for issue 1464 - No way to stop a link from being followed with some custom event (tap, taphold) 2011-09-07 10:09:00 -04:00
fieldContain Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
init removed test for page-div-not-required, as it has its own test page.. Added tests for auto initialize option. 2011-07-24 22:13:26 -04:00
listview added sub page hash key tests 2011-08-27 01:01:54 -07:00
media forgot to add a file to the unit test markup 2011-07-20 14:37:02 -04:00
navigation Fix for issue 2406 - Navigation from one page back to multi-page template 2011-09-13 00:23:03 -07:00
page This commit decouples all widgets from the page plugin so that they can be used ad-hoc. 2011-07-19 22:25:23 -04:00
page-sections This commit decouples all widgets from the page plugin so that they can be used ad-hoc. 2011-07-19 22:25:23 -04:00
select add tests for theme inheritance in select menus 2011-09-12 09:08:48 -07:00
slider Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
support replaceState *and* pushState are now required for $.support.pushState to be true 2011-08-29 10:18:40 -07:00
widget prevent js error by adding a default page for the widget tests 2011-06-26 23:16:03 -07:00
index.php cleaned up test suite index html, added reporting for failed and successfull tests at the suite level 2011-08-13 00:50:16 -07:00
jquery.setNameSpace.js set unit test pages namespace to "nstest-" 2011-03-09 23:16:48 -05:00
ls.php remove json_encode for those who aren't able to upgrade their version of php for god knows what reason ;) 2011-08-17 15:40:18 -07:00
runner.js Merge branch 'replacestate-external' 2011-08-25 13:05:54 -07:00