jquery-mobile/tests/unit
Kin Blas abb812cc01 Fixes for issue 1464 - No way to stop a link from being followed with some custom event (tap, taphold)
jquery.mobile.vmouse.js:

	- Modified triggerVirtualEvent() so that it returns the virtual event instead of the isDefaultPrevented() result of the virtual event.

		- Updated all references to triggerVirtualEvent() that relied on the boolean return value to instead check the isDefaultPrevented() call on the event now returned.

			- Updated mouseEventCallback() to propagate the iDefaultPrevented(), isPropagationStopped(), and stopImmediatePropagation() values from the virtual event on to the  original mouse event.

			jquery.mobile.event.js

				- Modified the "taphold" trigger code to create a new $.Event() instead of passing the stale vmousedown event.

					- Added clearTapTimer() which is called from a new vmouseup binding, to prevent the timer from firing between the tie the finger/mouse goes up and the click event is dispatched.

					- Added some propagation tests for the "tap" event. Tests for "taphold" will have to wait until we fix the problem where multiple taphold timers are fired off when an element and one of its ancestors is bound to taphold.
2011-09-07 10:09:00 -04:00
..
buttonMarkup whitespace issues in tnew buttonMarkup tests 2011-08-03 14:24:46 -07:00
checkboxradio changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -04:00
controlgroup changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -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 core style guide 2011-08-10 17:10:31 -07: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 changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -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 added a unit test for last-scroll remembering. 2011-09-07 09:16:02 -04: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 test for domCache option handling when closing a full page select menu 2011-08-16 13:55:02 +02:00
slider changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -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