John Bender
|
0ed68525ed
|
fixed array comparison tests to test single element
|
2011-03-25 18:40:55 -07:00 |
|
John Bender
|
143fd264d2
|
fixed mobile init bind firing in another test
|
2011-03-25 18:27:35 -07:00 |
|
scottjehl
|
497344c618
|
used mobile.ns in the test
|
2011-03-25 18:21:10 -04:00 |
|
scottjehl
|
7503f62a10
|
changed our two new custom data helper names to jqmData() and :jqmData()
|
2011-03-25 17:50:40 -04:00 |
|
John Bender
|
7d3642f3ab
|
fixed init tests for ie
|
2011-03-24 09:46:13 -07:00 |
|
Kin Blas
|
4bf8519cce
|
Merge branch 'data-namespacing' of https://github.com/jquery/jquery-mobile into ns
Resolved Conflicts:
js/jquery.mobile.core.js
js/jquery.mobile.forms.checkboxradio.js
|
2011-03-22 13:51:50 -07:00 |
|
Kin Blas
|
db89e1f24d
|
Switch find/filter selector calls over to using the new :jqdata() pseudo selector.
|
2011-03-22 13:31:17 -07:00 |
|
jeresig
|
29c0471cca
|
Make sure that the :jqdata() selector also works for filtered items.
|
2011-03-22 14:35:11 -04:00 |
|
John Bender
|
018609fa32
|
removed mass of duplication from core of functionality that was moved to init, fixed init tests
|
2011-03-22 00:26:24 -07:00 |
|
John Bender
|
7df9e245f4
|
test namespace additions and type fix for core
|
2011-03-21 23:36:32 -07:00 |
|
John Bender
|
e236484559
|
fixed checkbox radio refresh selector
|
2011-03-21 23:17:46 -07:00 |
|
John Bender
|
2d56e5c2fb
|
whitespace in event_core tests
|
2011-03-21 01:40:31 -07:00 |
|
John Bender
|
5d75e3dfa7
|
fixed event tests
|
2011-03-21 01:27:50 -07:00 |
|
John Bender
|
e1098e06de
|
fixed widget tests by including the library as a whole
|
2011-03-19 23:14:46 -07:00 |
|
John Bender
|
ff23f63881
|
moved the widget tests back under an immediate function
|
2011-03-19 23:12:55 -07:00 |
|
John Bender
|
3316e559b3
|
fixed order dependent tests in listview
|
2011-03-19 22:44:35 -07:00 |
|
John Bender
|
45183c186c
|
fixed listview tests, refactor still necessary for the last test selectors
|
2011-03-19 22:29:53 -07:00 |
|
Kin Blas
|
882c27c03f
|
Tweaked the jqdata selector regexp so that it wasn't so greedy. This will allow for multiple jqdata() and other pseudo selectors that use parens withinthe same selector string.
|
2011-03-18 08:42:24 -07:00 |
|
John Bender
|
4fca8e6d21
|
removed console
|
2011-03-17 00:15:29 -07:00 |
|
John Bender
|
2202b0d76c
|
fixed some listview tests, still some that are hanging on complex selectors
|
2011-03-17 00:14:32 -07:00 |
|
John Bender
|
9f53e4e403
|
added mobile ns, jqdata was throwing an exception
|
2011-03-17 00:13:48 -07:00 |
|
John Bender
|
a40a181677
|
fixed bug in widget that caused them to ignore data attribute as options
|
2011-03-17 00:06:10 -07:00 |
|
John Bender
|
fe754ed298
|
fixed first three tests to be independent of order
|
2011-03-16 23:00:02 -07:00 |
|
John Bender
|
4959548698
|
fixed init core tests to represent init functionality
|
2011-03-16 22:31:22 -07:00 |
|
John Bender
|
5349e5876b
|
fixed some failing listview tests
|
2011-03-16 00:07:26 -07:00 |
|
John Bender
|
4126fbd29b
|
fixed last failing tests after merge in init tests
|
2011-03-15 23:58:22 -07:00 |
|
John Bender
|
63e8f6bfcb
|
resolved merge conflicts and fixed 2 tests
|
2011-03-15 23:57:17 -07:00 |
|
toddparker
|
b3cfe8778f
|
Added documentation on how to disable Ajax form submission via data- attribute and gloabl config.
|
2011-03-15 19:21:27 -04:00 |
|
scottjehl
|
143a8df256
|
less padding on select menu titles. Credit goes to oiva (Oiva Eskola). Thanks!
|
2011-03-15 19:04:58 -04:00 |
|
scottjehl
|
09ffa3aa5f
|
Clarified data-ajax=false on forms. Fixes #1134
|
2011-03-15 18:49:39 -04:00 |
|
scottjehl
|
b9d0349975
|
Merge remote branch 'origin/master'
|
2011-03-15 18:23:31 -04:00 |
|
scottjehl
|
4e13021a53
|
fixed bug where clicking back twice after opening a dialog select was causing the main page to hide. history.back was being called twice in some cases when clicking the custom close button. Fixes #1007
|
2011-03-15 18:23:24 -04:00 |
|
John Resig
|
42c1271963
|
Adding in a new :jqdata() selector for filtering data- attributes within the proper jQuery Mobile namespace.
|
2011-03-15 15:08:02 -04:00 |
|
John Resig
|
6138a57e67
|
Revert "Adding in a new :jqdata() selector for filtering data- attributes within the proper jQuery Mobile namespace."
This reverts commit da24d27796.
|
2011-03-15 15:05:22 -04:00 |
|
John Resig
|
da24d27796
|
Adding in a new :jqdata() selector for filtering data- attributes within the proper jQuery Mobile namespace.
|
2011-03-15 15:00:20 -04:00 |
|
scottjehl
|
83e7aeb4a5
|
when the select's options don't match the list item options, it should be rebuilt. Fixes #1240
|
2011-03-15 12:00:39 -04:00 |
|
John Bender
|
b56626fba1
|
added type attribute regex tests for the different ways that browsers serialize html
|
2011-03-14 23:50:20 -07:00 |
|
John Bender
|
cd654a4eae
|
moved page unit tests back under anon function
|
2011-03-14 23:50:20 -07:00 |
|
John Bender
|
a987adb610
|
altered type attribute regex per @jblas, moved to 'private' prototype attribute for testing
|
2011-03-14 23:50:20 -07:00 |
|
scottjehl
|
3275baf64c
|
added demo pages for inset filter lists
|
2011-03-15 00:08:01 -04:00 |
|
scottjehl
|
12616b310f
|
didn't need the == true test.
|
2011-03-15 00:07:48 -04:00 |
|
hakanson
|
d16c46a6e9
|
format search filter for inset lists
|
2011-03-15 12:05:47 +08:00 |
|
scottjehl
|
6aa7db5fb5
|
changed the secondary icon color class name to ui-icon-alt instead of ui-icon-black. This will be best when creating custom themes that might use slightly different icon colors.
|
2011-03-14 23:55:41 -04:00 |
|
scottjehl
|
71ac285d4b
|
Merge remote branch 'origin/master'
|
2011-03-14 23:47:25 -04:00 |
|
scottjehl
|
bd4e4a7eeb
|
updated the retina sprite targeting to specifically apply to the icons in the sprite, and nothing broader. Credit for this commit goes to Adam Messinger (@adammessinger). Thanks Adam!
|
2011-03-14 23:47:16 -04:00 |
|
adammessinger
|
2bfdd02a51
|
Fix for issue #900: buttons with rel attribute set to external don't show active state
|
2011-03-15 11:30:19 +08:00 |
|
scottjehl
|
7f48419a29
|
This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard!
|
2011-03-14 20:26:20 -04:00 |
|
Dave Hulbert
|
11965092bb
|
Fix for #1017 - Listview - remove hover/focus on read-only items
|
2011-03-15 07:52:11 +08:00 |
|
Phil Barnes
|
b740854ae7
|
Pass null event param for page _trigger beforehide and beforeshow -- Fixes issue #700
|
2011-03-15 07:41:32 +08:00 |
|
scottjehl
|
ddcacc1482
|
changed from ternary to ||
|
2011-03-14 19:34:16 -04:00 |
|