Commit graph

1831 commits

Author SHA1 Message Date
Kin Blas
ca3026a341 Switch collapsible over from click to vclick. 2011-03-01 14:07:11 -08:00
Kin Blas
b8c73e2599 Merge branch 'master' into fastclick 2011-02-28 09:41:40 -08:00
Martin Kou
df21c701b5 Fixed animationComplete return value bug. 2011-02-27 22:07:34 -08:00
John Bender
09f5719865 moved checkbox tests under immediate function and simplified fixture html 2011-02-27 00:00:14 -08:00
John Bender
58b16a94b6 small refactor to disable check for checkbox radio 2011-02-26 23:59:17 -08:00
Martin Kou
2bb94172cf Fixed checkboxradio disable issue. 2011-02-26 23:55:37 -08:00
John Bender
2abdbf3416 white space in the init core test 2011-02-26 23:29:14 -08:00
John Bender
b246fb48fa tests for data url init default 2011-02-26 23:27:41 -08:00
Bra1n
c828cf1f64 prevent setting the data url on pages where it is already set 2011-02-26 23:25:07 -08:00
John Bender
598668a2a1 removed spurious file 2011-02-26 01:15:04 -08:00
John Bender
86eceb03fc added two helpers and tests for proper url stack history traversal 2011-02-25 23:24:03 -08:00
John Bender
20dce2ce42 small refactor to simplify newActiveIndex tracking 2011-02-25 23:24:03 -08:00
John Bender
86befdeaed removed unused var/global from navigation 2011-02-25 23:24:03 -08:00
Bra1n
6152e8f511 fixed page history direction search for duplicate entries 2011-02-25 23:24:03 -08:00
Kin Blas
3f627acba8 - Added support for a vmouseevent that is triggered when a touch results in the window scrolling.
- Modified the button markup behavior so that it uses the virtual mouse events and adds the ui-btn-active class on vmousedown, and then removes it on vmousemove or vmouseup.
2011-02-25 22:20:04 -08:00
Kin Blas
730dae0fc1 Merge branch 'master' into fastclick 2011-02-25 20:41:09 -08:00
Kin Blas
b4a8222366 Fix for the remainder of issue 991.
- Looks like the "Intelligent Guess" default behavior of the $.ajax() method in jQuery 1.5.1 guesses wrong when attempting to load an HTML file via a file:// URL. It's guessing that it is an XML document, so it ends up passing in the DOM document node to our success callback, instead of the expected HTML as text (responseText), so our callback code does not behave correctly. We can get around this by simply specifying dataType:"html" at the time we make a request.
2011-02-25 18:23:26 -08:00
John Bender
37d22dd105 fixed multiple date picker caused by unscoped selector, thanks to Matt Rosenquist. Fixes #972 2011-02-24 23:05:06 -08:00
John Bender
0691c2284b date picker ui whitepspace 2011-02-24 22:54:17 -08:00
John Bender
497f45ae81 Merge branch 'checkboxradio-typo-bugfix' of https://github.com/martinkou/jquery-mobile into martinkou-checkboxradio-typo-bugfix 2011-02-24 22:22:11 -08:00
Kin Blas
16fe54e3d3 Merge branch 'master' into fastclick 2011-02-24 16:18:14 -08:00
Ernesto Jiménez
eb53dd8f93 Extra testcase to avoid breaking the search filter with dividers expected behaviour in future refactorings 2011-02-24 12:20:21 +00:00
John Bender
338e5cb96a movied variables in listview filter to camel case convention used elsewhere 2011-02-24 00:07:27 -08:00
John Bender
1b32fdde63 fixed failing tests and removed test interdependency 2011-02-24 00:02:00 -08:00
Kin Blas
ec01fd9df9 Merge branch 'master' into fastclick 2011-02-23 23:58:02 -08:00
Kin Blas
3cb884b6d7 Added scrollThreshold and checks for page[XY]Offset changes within handleTouchMove to catch the case where the window scrolls, but the scroll events are not dispatched till after touchend. Note that page[XY]Offset is not updated before touchend on every platform, but it does seem to update on iOS which is where we need it. 2011-02-23 23:53:17 -08:00
Ernesto Jiménez
dae3e2fa74 Proper support for lists with search filter and dividers 2011-02-23 17:42:47 +00:00
Jim Hoskins
cbd890daa6 Changed <ul> to <ol> in html content formattic doc 2011-02-23 01:27:12 +08:00
Jim Hoskins
1b588fa76d Updated grammatical errors in docs
Changed "an" to "a" where appropriate
2011-02-23 01:27:12 +08:00
Kin Blas
6d7bce63b6 Merge branch 'master' into fastclick 2011-02-22 08:57:28 -08:00
John Bender
62bd20adb9 fixed build.xml css order Fixes #1075 2011-02-21 08:55:16 -08:00
Martin Kou
796c8642bd Fixed a typo in checkboxradio which causes JS errors. 2011-02-20 18:32:02 -08:00
John Bender
aacb0751be fixed build.xml to match js/index.php and the Makefile 2011-02-20 18:23:31 -08:00
John Bender
421dc352c0 corrected js test includes and simplified to prevent further breakages 2011-02-20 18:07:17 -08:00
John Bender
2704975095 re arranged tests for mobile init 2011-02-20 18:07:17 -08:00
John Bender
a64a44504b moved page additions after gradeA check in init and removed from core 2011-02-20 18:07:17 -08:00
John Bender
b21531a0ac left gradeA in core, added todo for page element addition refactor 2011-02-20 18:07:17 -08:00
John Bender
891f9b1b07 moved initialization down in the build order, still requires some small refactoring 2011-02-20 18:07:17 -08:00
Kin Blas
de0f12f164 Merge branch 'master' into fastclick 2011-02-18 18:05:38 -08:00
Kin Blas
48389d1ee1 Fixed bad variable name in teardown method of jquery.mobile.vmouse.js. It was causing an error that made one() bindings fail to fire off their handlers.
Modified select and slider code to use virtual events.

Modified tap and taphold code to make use of the virtual events.
2011-02-18 17:39:04 -08:00
scottjehl
b6b7aebe14 null hrefs should just preventDefault and return, rather than returning false. Fixes #1118 2011-02-18 16:46:28 -05:00
scottjehl
00a8082acc updated to jQuery 1.5.1 RC 2011-02-18 16:43:20 -05:00
Kin Blas
c063e1ce65 Changed "click" bindings to "vclick" for listview and anchors. 2011-02-18 12:40:30 -08:00
Kin Blas
807be39d83 Added jquery.mobile.vmouse.js to the list of scripts to include. 2011-02-18 12:38:51 -08:00
Kin Blas
815c8c3631 Moved experiments/fast-click/jquery.mobile.mouse.js to js/jquery.mobile.vmouse.js. 2011-02-18 12:37:02 -08:00
Kin Blas
981ec95d60 Merge branch 'master' into fastclick 2011-02-18 12:32:38 -08:00
scottjehl
670ec15661 switched collapsibles over to tap event. Fixes #1056 2011-02-18 12:43:34 -05:00
Kin Blas
dfdb4850b2 Fixed an infinite loop problem when using $().parent() to crawl up the hierarchy. 2011-02-18 08:51:36 -08:00
Kin Blas
f7d576b1b5 Slight re-write of code to allow for the use of bind(), delegate(), and live(). 2011-02-17 13:53:53 -08:00
Kin Blas
0850558a31 Merge branch 'master' into fastclick 2011-02-17 13:51:02 -08:00