aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* slider: fixed missing references to mouse pluginRichard Worth2010-01-0139-0/+39
|
* eol-styleRichard Worth2010-01-011-29/+29
|
* added missing reference to position utilityRichard Worth2010-01-011-0/+1
|
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+10
|
* Datepicker: added visual test page for #4071Richard Worth2009-12-311-0/+95
|
* Datepicker: Corrected tests for changes in r3494Keith Wood2009-12-261-4/+8
|
* Tabs: fixed to work with empty nav list again.Scott González2009-12-252-2/+47
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* updated unit test for #4031 - Tabs: Remove deselectable optionRichard Worth2009-12-241-16/+0
|
* slider unit tests: added missing reference to jquery.ui.mouse.jsRichard Worth2009-12-241-0/+1
|
* updated unit test for #3991 - Sortable: Remove absolutePosition from ui hashRichard Worth2009-12-241-6/+0
|
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-231-0/+1
| | | | plugins.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-2249-0/+49
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-16137-0/+137
|
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-011-2/+9
|
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-12-012-2/+2
|
* eol-style and mime-typeRichard Worth2009-11-211-31/+31
|
* Slider: added visual test page for #4467Richard Worth2009-11-211-0/+31
|
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+46
| | | | Fixes #3096 - Add a paging option for slider
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-0911-151/+71
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* progressbar: enhanced visual testJörn Zaefferer2009-10-201-2/+10
|
* Slider: Fixed animation to respond to keypress as well as mouse click, ↵Richard Worth2009-10-121-3/+42
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* update to latest QUnitJörn Zaefferer2009-09-2916-16/+16
|
* dialog: added a visual test page for the buttons optionRichard Worth2009-09-251-0/+34
|
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-2/+14
|
* dialog: fixed _position regression; wrote a test for the default positon, ↵Jörn Zaefferer2009-09-191-1/+10
| | | | which still needs some tuning
* datepicker: removing odd ticket test, has no assertionsJörn Zaefferer2009-09-191-14/+0
|
* datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵Jörn Zaefferer2009-09-195-11/+24
| | | | avoids to kill testswarm clients with slow-script warnings
* dialog unit tests: options closeOnEscape, draggableRichard Worth2009-09-192-8/+24
|
* dialog unit tests: methods close, moveToTop, openRichard Worth2009-09-191-5/+22
|
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-2/+10
|
* uni tests: cleanup after common widget testsJörn Zaefferer2009-09-171-0/+2
|
* unit tests: added positon to indexJörn Zaefferer2009-09-171-0/+5
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-17141-396/+396
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* removed ui.core.js from position testsuite - position may only depend on ↵Jörn Zaefferer2009-09-161-1/+0
| | | | jQuery core
* datepicker tests keep crashing testswarm client, disabled tests until that ↵Jörn Zaefferer2009-09-151-1/+1
| | | | issue is resolved
* datepicker tests keep crashing testswarm client, disabled tests until that ↵Jörn Zaefferer2009-09-151-1/+8
| | | | issue is resolved
* accordion: trying to reset margin and padding for accordion-lis to get ↵Jörn Zaefferer2009-09-151-0/+4
| | | | consistent results for fillSpace and autoHeight tests across platforms; if that works, may need to be applied in general, not just for tests
* tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3)Jörn Zaefferer2009-09-151-0/+2
|
* accordion: reverted previous change to testJörn Zaefferer2009-09-151-1/+1
|
* updated to latest QUnitJörn Zaefferer2009-09-1517-18/+19
|
* dialog: added unit test for ticket #4826Ca-Phun Ung2009-09-151-0/+21
|
* simpler import statementJörn Zaefferer2009-09-151-1/+1
|
* update to latest QUnit stylesJörn Zaefferer2009-09-151-1/+1
|
* (no commit message)Jörn Zaefferer2009-09-151-1/+1
|
* dialog: methods test cleanupJörn Zaefferer2009-09-151-1/+5
|
* accordion: activate test fix, use false to close, not -1Jörn Zaefferer2009-09-151-2/+1
|
* accordion: icon test fix, was failing in webkitsJörn Zaefferer2009-09-151-1/+1
|
* dialog: added visual test for ticket #4826 - Setting resizable false toggles ↵Ca-Phun Ung2009-09-151-0/+42
| | | | resizable on dialog
* tabs: comment about failing options-defaults-testJörn Zaefferer2009-09-151-0/+1
|