Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accordion tests: Don't use deprecated assertion methods. | Scott González | 2011-06-13 | 6 | -89/+89 |
| | |||||
* | effects.core: Convert elements height/width to px and restore after ↵ | tomykaira | 2011-06-09 | 2 | -0/+26 |
| | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects | ||||
* | Merge remote branch 'davidmurdoch/ticket-5645' | Jörn Zaefferer | 2011-06-09 | 3 | -29/+478 |
|\ | |||||
| * | Fix visual test in IE6 and move the new helper functions for getting ↵ | David Murdoch | 2011-05-26 | 1 | -31/+6 |
| | | | | | | | | scrollbar properties to $.position | ||||
| * | updated tests to account for scrollbar width/height | David Murdoch | 2011-05-26 | 1 | -6/+31 |
| | | |||||
| * | Removing unnecessary variables, caching 'within' in tests where its ↵ | David Murdoch | 2011-05-16 | 2 | -189/+75 |
| | | | | | | | | beneficial, and making some other changes based on the code review | ||||
| * | position now passes all tests! 0/ | David Murdoch | 2011-05-13 | 2 | -6/+5 |
| | | |||||
| * | The qunit-fixture were preventing the results from being clicked. Make the ↵ | David Murdoch | 2011-05-12 | 2 | -10/+9 |
| | | | | | | | | results appear on top of the qunit-fixture | ||||
| * | Another whitespace fix | David Murdoch | 2011-05-12 | 1 | -103/+103 |
| | | |||||
| * | Add tests for position's `within` | David Murdoch | 2011-05-12 | 2 | -19/+585 |
| | | |||||
| * | Whitespace fix | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in original tests | David Murdoch | 2011-05-12 | 1 | -3/+2 |
| | | |||||
* | | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend ↵ | Scott González | 2011-06-09 | 1 | -0/+19 |
| | | | | | | | | .option() to get partial nested options. | ||||
* | | Tooltip: Added tests for ui object in open and close events. | Scott González | 2011-05-30 | 1 | -4/+9 |
| | | |||||
* | | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 3 | -1/+263 |
| | | |||||
* | | Tooltip: Fixed handling of disabled tooltips. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | | |||||
* | | Tooltip: Don't close tooltips on mouseleave if the element is still focused. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | | |||||
* | | Tooltip: Change default collision detection to 'flip fit' since the default ↵ | Scott González | 2011-05-29 | 1 | -1/+2 |
| | | | | | | | | vertical positioning is centered and can't flip | ||||
* | | Tooltip: Alphabetized options. | Scott González | 2011-05-28 | 1 | -1/+1 |
| | | |||||
* | | Tooltip: Fixed tooltipClass option and added test. | Scott González | 2011-05-28 | 1 | -19/+27 |
| | | |||||
* | | Tooltip: Allow content updates via async response regardless of whether a ↵ | Scott González | 2011-05-28 | 3 | -26/+36 |
| | | | | | | | | sync response came back. Added more tests. | ||||
* | | Tooltip tests: Refactored and added some tests. | Scott González | 2011-05-28 | 2 | -35/+47 |
| | | |||||
* | | Tooltip: Added some tests. | Scott González | 2011-05-28 | 2 | -1/+20 |
| | | |||||
* | | Tests: Updated version check. | Scott González | 2011-05-28 | 1 | -1/+1 |
| | | |||||
* | | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 6 | -112/+87 |
| | | |||||
* | | Button: modified the event bindings for focus and blur. Fixed #6711 - ↵ | Glenn Goodrich | 2011-05-26 | 1 | -0/+8 |
| | | | | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation | ||||
* | | Spinner: Changed casing of option numberformat -> numberFormat. | Scott González | 2011-05-25 | 2 | -8/+8 |
| | | |||||
* | | Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵ | gnarf | 2011-05-18 | 2 | -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 Zaefferer | 2011-05-18 | 1 | -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 Zaefferer | 2011-05-18 | 2 | -0/+6 |
|\ \ | |||||
| * | | Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵ | Kato Kazuyoshi | 2011-05-07 | 2 | -0/+6 |
| | | | | | | | | | | | | onClose event not triggered. | ||||
* | | | Tabs: Fixed load event with back compat enabled. | Scott González | 2011-05-17 | 3 | -57/+123 |
| | | | |||||
* | | | Unit Tests: Cleaning up some code in effects unit tests, removing magic ↵ | gnarf | 2011-05-16 | 1 | -15/+22 |
| | | | | | | | | | | | | numbers used for animation durations | ||||
* | | | Tabs: Enable test suites for TestSwarm. | Scott González | 2011-05-16 | 2 | -20/+0 |
| | | | |||||
* | | | Tabs: Added tests for load method. | Scott González | 2011-05-16 | 1 | -2/+79 |
| | | | |||||
* | | | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 1 | -0/+5 |
| | | | | | | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. | ||||
* | | | Unit Tests: adding unit test for #7356 | gnarf | 2011-05-12 | 1 | -0/+20 |
| | | | |||||
* | | | Merge pull request #257 from dcneiner/buttonset-rtl | Scott González | 2011-05-12 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | Fixed #6796 | ||||
| * | | | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl | ||||
* | | | | Merge pull request #260 from gnarf37/effects-unit | Scott González | 2011-05-12 | 2 | -8/+63 |
|\ \ \ \ | |/ / / |/| | | | Unit Tests: effects: adding some animateClass tests | ||||
| * | | | Unit Tests: effects: adding some animateClass tests | gnarf | 2011-05-12 | 2 | -8/+63 |
| | | | | |||||
* | | | | Merge pull request #242 from gnarf37/effects-unit | Scott González | 2011-05-11 | 3 | -0/+106 |
|\| | | | | | | | | | | | Effects unit tests - Partial fix for #7353 | ||||
| * | | | Merge branch 'master' into effects-unit | gnarf | 2011-05-10 | 13 | -170/+420 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: ui/jquery.effects.pulsate.js | ||||
| * | | | Added some better queue order testing | gnarf | 2011-05-04 | 1 | -5/+23 |
| | | | | |||||
| * | | | Merge branch 'master' into effects-unit | gnarf | 2011-05-04 | 11 | -106/+161 |
| |\ \ \ | |||||
| * | | | | Unit Tests: Adding some basic unit tests for effects.* modules | gnarf | 2011-05-01 | 2 | -9/+27 |
| | | | | | |||||
| * | | | | Merge branch 'master' into effects-unit | gnarf | 2011-05-01 | 50 | -1220/+1817 |
| |\ \ \ \ | |||||
| * | | | | | unit tests: updating unit test boilerplate for effects | gnarf | 2011-03-29 | 2 | -32/+37 |
| | | | | | | |||||
| * | | | | | unit tests: adding an empty effects unit test page | gnarf | 2011-03-29 | 3 | -0/+65 |
| | | | | | | |||||
* | | | | | | Merge pull request #220 from kzys/trac-6850 | Scott González | 2011-05-11 | 1 | -1/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed #6850 - Disable datepicker should disable month and year dropdowns. |