aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-096-4/+4
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-095-218/+220
| | | | | Ref #10119 Ref gh-1528
* Datepicker: Convert tests to new infrastructureScott González2015-04-096-259/+251
| | | | | Ref #10119 Ref gh-1528
* Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-242-2/+1
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* DatePicker: increase date range so that tests still pass through 2015Luke Page2015-01-101-2/+2
|
* DatePicker: Fix tests to have unique namesLuke Page2015-01-101-4/+4
|
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
| | | | Ref #10651
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Tests: Fix composite testsScott González2014-08-011-1/+1
|
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+3
| | | | | Fixes #8353 Closes gh-1248
* Build: Reorganize external directoryScott González2014-06-242-4/+4
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-6/+6
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Datepicker test: Ignore flaky test in IE in TestSwarm.Scott González2013-12-031-113/+123
|
* Datepicker test: Attempt to work around an intermittent issue in IE when run ↵Scott González2013-12-031-1/+5
| | | | through TestSwarm.
* Datepicker test: Attempt to work around an issue in IE9 in TestSwarm.Scott González2013-12-031-2/+2
|
* Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') callJörn Zaefferer2013-11-251-1/+1
|
* Demos/tests: Losslessly recompress PNG/GIF images.Pere Orga2013-08-261-0/+0
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-191-11/+1
| | | | Draggable: Inputs do not blur when clicking on a draggable
* Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵Jörn Zaefferer2013-05-311-4/+4
| | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
* Datepicker Tests: Fix hanging IE tests resulting from asynchronous blurMike Sherov2013-04-141-1/+4
|
* Datepicker Tests: fix failing oldIE tests by creating new inputs to focus ↵Mike Sherov2013-04-143-169/+232
| | | | when necessary for focus tests.
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-141-5/+6
| | | | cases for old Opera and old Safari.
* Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in ↵Mike Sherov2013-04-112-44/+70
| | | | all browsers without having to rely on timeouts.
* Datepicker Tests: use simulated events for focus and blur.Mike Sherov2013-04-072-3/+3
|
* Datepicker Tests: fix IE7 test failures by ensuring the datepicker is hidden ↵Mike Sherov2013-04-071-24/+26
| | | | before showing it.
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵Mike Sherov2013-04-072-74/+79
| | | | | and by correctly not double focusing a programmatically focused date picker. A partial fix was implemented to resolve #6694, and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker ↵Scott González2013-02-011-0/+15
| | | | beforeShowDay tooltip not displayed properly if single quote is used.
* Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - ↵David Petersen2013-01-231-1/+17
| | | | Datepicker: next and prev buttons are disabled when using yearRange
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Tests: Correct all 404 errors in the test suiteMike Sherov2013-01-023-5/+5
|
* Datepicker Tests: Prepare for widget-ization tests.Mike Sherov2013-01-023-12/+8
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-265-1236/+1236
|
* Dev: remove todos from datepicker and dialog testsuiteMike Sherov2012-12-121-3/+2
|
* Datepicker tests: Handle async focus in IE.Scott González2012-12-112-174/+245
|
* Datepicker: Run JSHint test in unit tests.Scott González2012-12-062-1/+4
|
* Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: ↵Scott González2012-12-051-0/+17
| | | | Changing disabled option doesn't work.
* Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed ↵Roman Salnikov2012-11-191-0/+10
| | | | #5679 - Datepicker should reinitialize if dpDiv is removed
* Datepicker tests: Work around encoding issues in oldIE.Scott González2012-11-152-5/+16
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Datepicker: Updated the range tests so you can't navigate past the ↵Jay Merrifield2012-11-131-1/+7
| | | | yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange
* Datepicker tests: Fixed setting of option.Scott González2012-11-131-1/+1
|
* Dev: temporarily disable odd test failures in DatepickerMike Sherov2012-11-091-9/+13
|
* Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ↵Mike Sherov2012-11-094-93/+83
| | | | re-enable the datepicker test suite
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-037-213/+212
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-10/+7
|