Commit graph

2714 commits

Author SHA1 Message Date
Ghislain Seguin
2a232a06e0 Merge pull request #1960 from rwldrn/jquery.mobile.forms.button.js
jQuery core style guide conformance: jquery.mobile.forms.button.js
2011-06-28 17:40:48 -07:00
Ghislain Seguin
ab7eceb768 Merge pull request #1956 from rwldrn/jquery.mobile.dialog.js
jQuery core style guide conformance: jquery.mobile.dialog.js
2011-06-28 17:27:15 -07:00
Ghislain Seguin
0218d39449 Merge pull request #1955 from rwldrn/jquery.mobile.core.js
jQuery core style guide conformance: jquery.mobile.core.js
2011-06-28 17:25:20 -07:00
Rick Waldron
ab751c8bdc jQuery core style guide conformance: jquery.mobile.core.js 2011-06-28 20:17:45 -04:00
Rick Waldron
92451a0287 jQuery core style guide conformance: jquery.mobile.forms.button.js 2011-06-28 20:15:43 -04:00
Rick Waldron
5fe4bae160 jQuery core style guide conformance: jquery.mobile.dialog.js 2011-06-28 19:29:48 -04:00
Kin Blas
ddb06761b0 Merge pull request #1952 from rwldrn/jquery.mobile.collapsible.js
jQuery core style guide conformance: jquery.mobile.collapsible.js
2011-06-28 16:21:47 -07:00
Kin Blas
7efab0ed0d Merge pull request #1954 from rwldrn/jquery.mobile.media.js
jQuery core style guide conformance: jquery.mobile.media.js
2011-06-28 16:14:22 -07:00
Kin Blas
988045c65e Merge pull request #1953 from rwldrn/jquery.mobile.controlGroup.js
jQuery core style guide conformance: jquery.mobile.controlGroup.js
2011-06-28 16:09:23 -07:00
Kin Blas
c484a5644a Merge pull request #1951 from rwldrn/jquery.mobile.buttonMarkup.js
jQuery core style guide conformance: jquery.mobile.buttonMarkup.js
2011-06-28 16:06:23 -07:00
Rick Waldron
5b6a0570f5 jQuery core style guide conformance: jquery.mobile.collapsible.js 2011-06-28 19:02:33 -04:00
Rick Waldron
c351e9929a jQuery core style guide conformance: jquery.mobile.controlGroup.js 2011-06-28 19:01:27 -04:00
Rick Waldron
5b02da2c09 jQuery core style guide conformance: jquery.mobile.buttonMarkup.js 2011-06-28 18:30:17 -04:00
Rick Waldron
eaa91317d1 jQuery core style guide conformance: jquery.mobile.media.js 2011-06-28 18:19:05 -04:00
John Bender
a9020282b5 moved select test to page sequnce to fix timing issues 2011-06-27 19:03:30 -07:00
Kin Blas
aff87cc9f1 Fix for the mysterious "page is too large" error Todd and Scott were seeing on Blackberry 5 prior to shipping jQM beta 1.
Turns out this little code was enough to invoke the error:

"/dir1/dir2".replace(/\/?/, "");

Rewrote the regexp in path.makePathAbsolute() that was stripping leading slash, and trailing filename/slash. This gets around the problem.

Special thanks to @adambiggs for helping me test 33 iterations when trying to narrow down what in jquery.mobile.navigation.js was choking BB5.
2011-06-27 16:50:01 -07:00
John Bender
9729dc9f15 moved finicky hashchange test to sequence helper to prevent overlap with setting the hash 2011-06-27 12:36:17 -07:00
John Bender
d42658882a fixed init hang 2011-06-27 11:19:52 -07:00
John Bender
56c43d398b white space and title change for the suite runner 2011-06-27 11:19:51 -07:00
Kin Blas
008c5d7458 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-06-27 10:25:34 -07:00
Kin Blas
0d65a0d1c5 - Fixed issue #1923 - url of form is miscalculated
- Added code to calculate whether to choose the documentUrl or the page Url in the case where an action is not specified on a form element.

	- Fixed bug in the navigation "submit" handler where an error was being thrown if "type" was not specified.

	- Fixed typo "diabled" id typos in tests/unit/navigation/index.html.

	- Added tests for form submissions with no action in both base and non-base specified cases.
2011-06-27 10:25:13 -07:00
Todd Parker
8ec750ec65 Merge pull request #1938 from adamvaughan/filterfix
Prevent submitting the listview filter form. Fixes #1068. Thanks adamvaughan!
2011-06-27 09:14:56 -07:00
Adam Vaughan
abc2763188 don't submit the filter form 2011-06-27 09:35:16 -06:00
John Bender
807536dd2c clear both timeouts when the tests complete or timeout 2011-06-26 23:29:26 -07:00
John Bender
132e6e510f whitespace in test suite runner 2011-06-26 23:19:38 -07:00
John Bender
37f533f12b fixed double equals lint warning 2011-06-26 23:17:49 -07:00
John Bender
97feeaffc0 moved check to interval, made the directories an ajax call instead of a templated js array, and reorged some bits to clean things up 2011-06-26 23:16:50 -07:00
John Bender
a7045d3bb4 prevent js error by adding a default page for the widget tests 2011-06-26 23:16:03 -07:00
John Bender
ce09bebe20 quick todo for the test runner 2011-06-26 21:20:05 -07:00
John Bender
13c0b1bdd8 whitespace correction for the test runner 2011-06-26 21:18:07 -07:00
John Bender
4409782b00 moved directories to a seperate php file the emits json 2011-06-26 21:17:32 -07:00
John Bender
b016b028f6 corrections in suite timeout code with a clearTimer addition 2011-06-26 19:58:29 -07:00
John Bender
32f5b226d7 fixed relative path issues for the jquery mobile website, and made a small tweak to the qunit css 2011-06-26 15:35:33 -07:00
John Bender
7575f35fa1 remove console log from unit test runner 2011-06-26 12:47:35 -07:00
John Bender
75a4a0795c added a page to run all the tests in a single place, depends on subdirectories representing their tested mobile files 2011-06-26 12:10:11 -07:00
John Bender
345c9e4dbb 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
John Bender
1bf84177e0 whitespace correction in core 2011-06-26 12:10:11 -07:00
John Bender
b321d5f5f0 removed old nsNormalize camelcase regex 2011-06-26 12:10:11 -07:00
John Bender
601b4a8481 core whitespace fixes 2011-06-26 12:10:10 -07:00
Ghislain Seguin
3b96fa8cd1 Removed param "refresh" sent to .controlgroup since it's not a $.widget 2011-06-24 21:15:56 -07:00
Ghislain Seguin
52a0c10ef4 Readded tests for issue #1929 2011-06-24 21:14:09 -07:00
Ghislain Seguin
ebd4eeced0 Fix for issue #1929 (second attempt) 2011-06-24 21:13:46 -07:00
Ghislain Seguin
6b1343d946 Added test to catch previous breakage caused by buttons having class 'ui-btn-corner-all' 2011-06-24 20:49:16 -07:00
Ghislain Seguin
66aed02180 Disabled tests for issue #1929 until I find a better fix for it 2011-06-24 20:13:12 -07:00
Ghislain Seguin
00297af2ab Revert "Fixed issue #1929" as it is breaking horizontal controlgroups
This reverts commit 226873d988.
2011-06-24 20:08:51 -07:00
Ghislain Seguin
e0042cf58d Added unit tests for controlgroup 2011-06-24 16:13:41 -07:00
Ghislain Seguin
50a26155e0 Merge remote-tracking branch 'upstream/master' 2011-06-24 16:13:02 -07:00
Ghislain Seguin
226873d988 Fixed issue #1929 2011-06-24 16:11:54 -07:00
scottjehl
2e79a1aa33 updated the Valencia theme to match the active state changes for checks & radios. 2011-06-24 12:50:05 -04:00
Ghislain Seguin
9cf884eabb Coding standards 2011-06-24 12:40:01 -04:00