Commit graph

2152 commits

Author SHA1 Message Date
John Bender
73a39ab7ec fixed poorly chosen selector in test and moved generated anchor markup into hidden page 2011-03-27 02:07:31 -04:00
scottjehl
07333e3482 moved padding to anchor rather than inner div 2011-03-27 01:59:55 -04:00
scottjehl
368b875a02 delegated clicks on anchors don't seem to cause the same visual problems in WinMo7 that they did when click events were bound to LIs. Removing workaround then! 2011-03-27 01:59:36 -04:00
scottjehl
baa37e94b5 markup fixes 2011-03-27 01:47:58 -04:00
John Bender
1bd3617543 fixed poorly chosen selector in test and moved generated anchor markup into hidden page 2011-03-26 22:32:28 -07:00
scottjehl
bbfb91b45a markup fix 2011-03-27 01:21:53 -04:00
scottjehl
8397afba8c markup fix 2011-03-27 01:16:17 -04:00
scottjehl
b2f4f06f7d make sure inner button gets corner rounding as well in listviews. Fixes a regression from earlier. 2011-03-27 01:14:46 -04:00
scottjehl
fd5b3210e4 used :hidden selector instead 2011-03-27 00:48:30 -04:00
scottjehl
0780e40a69 straightened out some failing tests so they match the new markup conventions 2011-03-26 23:47:14 -04:00
scottjehl
a0ebb5223b find first image child of LI or of firstchild anchor 2011-03-26 23:46:47 -04:00
scottjehl
a496bc3bb7 used data-rel to find back buttons 2011-03-26 22:34:36 -04:00
scottjehl
bed18f1bc9 updated to latest, adjusted first test to click the anchor 2011-03-26 22:33:33 -04:00
scottjehl
c66efa3c17 updated to latest, adjusted 2nd test to click the anchor 2011-03-26 22:33:06 -04:00
scottjehl
de21e9e628 trigger click on the link instead 2011-03-26 21:31:14 -04:00
scottjehl
9a4663073d removed default click simulator now that listviews no longer tricker clicks. 2011-03-26 21:29:24 -04:00
scottjehl
f8e406dd7f more markup cleanup to support the new hierarchy 2011-03-26 21:29:24 -04:00
scottjehl
6cd2e9164a removed delegated LI click handling. Native anchors will provide 2011-03-26 21:29:24 -04:00
scottjehl
84b55548d3 more updates to the listview markup, styles and scripts to allow wrapped anchors 2011-03-26 21:29:24 -04:00
scottjehl
72fe3a2c21 initial markup changes 2011-03-26 21:29:24 -04:00
John Bender
6965d4d24c removed console from test helper 2011-03-26 17:29:58 -07:00
John Bender
c3854fe8ca added simple helper to rerun qunit tests 2011-03-26 17:27:33 -07:00
John Bender
0c59d527c3 fix for listview blank page, ui widget sets the data using the non namespaced fn. needs further consideration 2011-03-26 16:20:12 -07:00
scottjehl
665e87dd5b make sure an undefined prop stays undefined 2011-03-26 17:48:21 -04:00
scottjehl
fcbbb58de2 Merge remote branch 'origin/master' 2011-03-26 17:36:56 -04:00
scottjehl
fe3d0b537b updated to use new data method 2011-03-26 16:32:16 -04:00
scottjehl
0ebab16a9a updated to use new data method 2011-03-26 16:31:55 -04:00
scottjehl
b950f1c319 changed to just call dialog close method 2011-03-26 15:01:25 -04:00
scottjehl
8880ceb431 jqm coding style 2011-03-26 14:17:19 -04:00
scottjehl
1aafea83aa semicolon 2011-03-26 14:16:08 -04:00
scottjehl
e8cee23744 major simplification of jqmData method, while adding new methods for jqmRemoveData, and also their $-namepaced utility methods, including $.jqmHasData. Commit includes 20 new unit tests included to test compatibility with jQuery core's data methods, and docs are updated as well. 2011-03-26 14:14:02 -04:00
scottjehl
963840a3b0 moved some selectors over to :jqmData() 2011-03-26 10:18:32 -04:00
scottjehl
491d4a6873 moved some selectors over to :jqmData() 2011-03-26 10:15:27 -04:00
scottjehl
2add396bb2 moved some selectors over to :jqmData() 2011-03-26 10:14:48 -04:00
scottjehl
f78e7b0a6a moved to :jqmData selector 2011-03-26 10:12:16 -04:00
scottjehl
d59ba5a31a moved a couple of concats over to :jqmData() selector 2011-03-26 10:09:52 -04:00
scottjehl
8a3b846e95 documented the new jqmData method and :jqmData selector. 2011-03-26 09:11:42 -04:00
scottjehl
9fc1f9828b fixed docs for the default namespace (blank string) 2011-03-26 08:39:12 -04:00
John Bender
caedd81cfd give swipe event triggers a 100ms buffer to allow for async sequences 2011-03-26 00:48:41 -07:00
John Bender
c7ed33cfeb increase swipe check timout to allow for test browser speed 2011-03-25 23:59:57 -07:00
Kin Blas
004860c209 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-03-25 23:47:32 -07:00
John Bender
62a8a4039a stabilized event tests a bit more 2011-03-25 23:45:22 -07:00
Kin Blas
90e167a4f6 Some "page" data calls were accidentally switched to jqmData(). The widget code actually uses data() so we need to make sure we match.
A couple of data() to jqmData() changes were missed.
2011-03-25 23:44:02 -07:00
John Bender
bf5d09cf9c small fixs for linux chrome tests 2011-03-25 22:55:25 -07:00
John Bender
6089618431 readded fix to return jquery wrapped object from animation complete in both branches 2011-03-25 22:35:19 -07:00
John Bender
bb721aa48c Merge branch 'master' of github.com:jquery/jquery-mobile 2011-03-25 21:38:06 -07:00
John Bender
14f43ace9b fix for select tests after default to native 2011-03-25 21:37:45 -07:00
Kin Blas
d32a8a6bb4 Fixed some jslint warnings. It caught a missing comma that would've broken the file during a minify. < whew! > 2011-03-25 21:26:10 -07:00
Kin Blas
d62864b7de Add dummy mouse/click handlers on bind elements so that they remain clickable on Opera Mini. 2011-03-25 20:35:24 -07:00
toddparker
07be08c4b4 Inproved select docs and added optgroup and disabled option for native menus 2011-03-25 22:42:11 -04:00