aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider
Commit message (Collapse)AuthorAgeFilesLines
...
* Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider ↵Samuel Bovée2012-11-211-4/+4
| | | | UI state when disabled at init
* Slider tests: Don't use QUnit.reset() or on().Scott González2012-11-161-8/+5
|
* Slider: when handles overlap, clicking and dragging will now pick the last ↵Juan Pablo Kaniefsky2012-11-161-0/+51
| | | | one that was moved. Fixed #3467 - Sliders Handles can overlap, only small sliver of slider is selectable
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-232-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Slider tests: Fixed style checks for orientation test.Scott González2012-07-171-3/+3
|
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵Scott González2012-07-174-17/+22
| | | | that was appended to body.
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
|
* Tests: Lint.Scott González2012-04-182-11/+13
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-294-72/+72
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+12
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Tests: Cleanup.Scott González2011-08-031-28/+27
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-283-13/+13
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tests: Fixed trailing commas.Scott González2011-07-251-2/+2
|
* Widget: define a null default for the create callback.Scott González2011-04-251-19/+18
|
* Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵Scott González2011-03-281-3/+3
| | | | Slider: value and values methods as setters aren't chainable.
* Slider: Removed empty tickets test file.Scott González2011-03-282-9/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-272-7/+2
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* Update to latest QUnit.jzaefferer2010-07-301-3/+3
|
* Slider unit tests: Disabled stale tests on Testswarmjzaefferer2010-04-281-1/+12
|
* Align slider value to step. Fixes #5471 - value not aligned to step when set ↵Richard D. Worth2010-04-011-4/+37
| | | | programatically
* Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | don't try to unit-test any animations
* Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | either test is wrong or the implementation ignores the step-option when set programmatically
* Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
| | | | adding start, slide and stop assertions to each, removing placeholders for those other events
* Slider: fixed change event to be triggered by keyup and value and values ↵Richard Worth2010-03-171-2/+2
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+23
|
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+56
|
* whitespaceRichard Worth2010-03-171-10/+10
|
* slider unit tests: corrected some hasClass callsRichard Worth2010-03-171-8/+8
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|