aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-303-1/+263
|
* Tooltip: Fixed handling of disabled tooltips.Scott González2011-05-291-0/+26
|
* Tooltip: Don't close tooltips on mouseleave if the element is still focused.Scott González2011-05-291-0/+26
|
* Tooltip: Change default collision detection to 'flip fit' since the default ↵Scott González2011-05-291-1/+2
| | | | vertical positioning is centered and can't flip
* Tooltip: Alphabetized options.Scott González2011-05-281-1/+1
|
* Tooltip: Fixed tooltipClass option and added test.Scott González2011-05-281-19/+27
|
* Tooltip: Allow content updates via async response regardless of whether a ↵Scott González2011-05-283-26/+36
| | | | sync response came back. Added more tests.
* Tooltip tests: Refactored and added some tests.Scott González2011-05-282-35/+47
|
* Tooltip: Added some tests.Scott González2011-05-282-1/+20
|
* Tests: Updated version check.Scott González2011-05-281-1/+1
|
* Tooltip tests: Coding standards.Scott González2011-05-286-112/+87
|
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-0/+8
| | | | checkbox/radio button do not show focused state when using Keyboard Navigation
* Simulate: account for document scroll in findCenter function. Fixes #6859 - ↵Richard D. Worth2011-05-261-3/+3
| | | | Jquery.Simulate drag behaves incorrect when container scrolled
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-252-8/+8
|
* Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵gnarf2011-05-182-6/+10
| | | | IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
* There's no guard against unparsed characters at the end of the date string, ↵Jörn Zaefferer2011-05-181-0/+9
| | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
* Merge remote branch 'kzys/trac-6656'Jörn Zaefferer2011-05-182-0/+6
|\
| * Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵Kato Kazuyoshi2011-05-072-0/+6
| | | | | | | | onClose event not triggered.
* | Tabs: Fixed load event with back compat enabled.Scott González2011-05-173-57/+123
| |
* | Unit Tests: Cleaning up some code in effects unit tests, removing magic ↵gnarf2011-05-161-15/+22
| | | | | | | | numbers used for animation durations
* | Tabs: Enable test suites for TestSwarm.Scott González2011-05-162-20/+0
| |
* | Tabs: Added tests for load method.Scott González2011-05-161-2/+79
| |
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵Jay Merrifield2011-05-161-0/+5
| | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time.
* | Unit Tests: adding unit test for #7356gnarf2011-05-121-0/+20
| |
* | Merge pull request #257 from dcneiner/buttonset-rtlScott González2011-05-121-0/+14
|\ \ | | | | | | Fixed #6796
| * | Button: Added rtl detection so corner classes would properly be applied to ↵Doug Neiner2011-05-121-0/+14
| | | | | | | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl
* | | Merge pull request #260 from gnarf37/effects-unitScott González2011-05-122-8/+63
|\ \ \ | |/ / |/| | Unit Tests: effects: adding some animateClass tests
| * | Unit Tests: effects: adding some animateClass testsgnarf2011-05-122-8/+63
| | |
* | | Merge pull request #242 from gnarf37/effects-unitScott González2011-05-113-0/+106
|\| | | | | | | | Effects unit tests - Partial fix for #7353
| * | Merge branch 'master' into effects-unitgnarf2011-05-1020-1132/+447
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ui/jquery.effects.pulsate.js
| * | | Added some better queue order testinggnarf2011-05-041-5/+23
| | | |
| * | | Merge branch 'master' into effects-unitgnarf2011-05-0415-113/+271
| |\ \ \
| * \ \ \ Merge branch 'ticket-7067' into effects-unitgnarf2011-05-011-6/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ui/jquery.effects.pulsate.js
| * | | | | Unit Tests: Adding some basic unit tests for effects.* modulesgnarf2011-05-012-9/+27
| | | | | |
| * | | | | Merge branch 'master' into effects-unitgnarf2011-05-0170-2037/+2360
| |\ \ \ \ \
| * | | | | | unit tests: updating unit test boilerplate for effectsgnarf2011-03-292-32/+37
| | | | | | |
| * | | | | | unit tests: adding an empty effects unit test pagegnarf2011-03-293-0/+65
| | | | | | |
* | | | | | | Merge pull request #220 from kzys/trac-6850Scott González2011-05-111-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed #6850 - Disable datepicker should disable month and year dropdowns.
| * | | | | | | Datepicker: Disabled datepicker should disable own select element too. Fixed ↵Kato Kazuyoshi2011-05-071-1/+4
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | #6850 - Disable datepicker should disable month and year dropdowns.
* | | | | | | Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-05-112-0/+105
|\ \ \ \ \ \ \
| * | | | | | | Widget: Added $.widget.extend() which does deep extending, but only on plain ↵Jörn Zaefferer2011-05-112-0/+105
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | objects.
* / | | | | | Autocomplete: Revert fix for #7024, broke regular menu selection.Jörn Zaefferer2011-05-111-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Disabled test for now (need to reopen ticket).
* | | | | | Tabs: Fixed select event.Scott González2011-05-101-18/+37
| | | | | |
* | | | | | Tabs: Fixed show event.Scott González2011-05-101-14/+35
| | | | | |
* | | | | | Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-05-101-0/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'origin/master'Jörn Zaefferer2011-05-101-6/+8
| |\ \ \ \ \ \
| * | | | | | | Autocomplete: Added unit test to check for preventing value change when an ↵kborchers2011-05-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236
* | | | | | | | Merge remote branch 'gnarf37/effects-visual-test'Scott González2011-05-102-5/+27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | effects.test: adding a test for size using togglegnarf2011-05-042-7/+22
| | | | | | | |
| * | | | | | | effects.tests: Adding 'size' effect to the visual effect testsgnarf2011-05-042-0/+7
| | | | | | | |