Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spinner tests: Removed IE 6 hack in destroy test. | Scott González | 2011-08-07 | 2 | -11/+7 |
| | |||||
* | Spinner: Use _getCreateOptions() for value. | Scott González | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | Spinner tests: Fixed line endings. | Scott González | 2011-08-07 | 6 | -546/+546 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-07 | 3 | -247/+204 |
| | |||||
* | Merge branch 'spinner-getCreateOptions' | Scott González | 2011-08-06 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.spinner.js | ||||
| * | Spinner: Use _getCreateOptions() instead of custom _markupOptions(). | Scott González | 2011-08-06 | 1 | -3/+3 |
| | | |||||
* | | Spinner: Define defaults for callbacks. | Scott González | 2011-08-06 | 1 | -1/+5 |
| | | |||||
* | | Spinner tests: Cleanup. | Scott González | 2011-08-06 | 6 | -156/+142 |
| | | |||||
* | | Spinner: Only trigger change when the field has blurred and the value has ↵ | Scott González | 2011-08-06 | 1 | -0/+1 |
|/ | | | | changed. | ||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 6 | -11/+11 |
| | |||||
* | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵ | Corey Frang | 2011-08-03 | 1 | -0/+6 |
| | | | | Button label selector omits quotes / fails for ids with ":" | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 10 | -103/+130 |
| | |||||
* | Menu tests: Cleanup. | Scott González | 2011-08-03 | 3 | -86/+88 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 18 | -498/+476 |
| | |||||
* | Autocomplete tests: Fixed handling of cached ajax requests in IE. | Scott González | 2011-08-03 | 1 | -2/+3 |
| | |||||
* | Accordion tests: cleanup. | Scott González | 2011-08-03 | 3 | -64/+46 |
| | |||||
* | Tests: Removed some visual tests. | Scott González | 2011-08-03 | 45 | -1654/+0 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 22 | -2/+623 |
| | | | | supported jQuery versions. | ||||
* | Effects: Adding a check to retain focused elements after wrapping and ↵ | Corey Frang | 2011-08-02 | 1 | -0/+11 |
| | | | | unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy | ||||
* | Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit. | Wesley Walser | 2011-08-02 | 4 | -77/+92 |
| | |||||
* | Merge branch 'widget-delegation' | Jörn Zaefferer | 2011-07-29 | 1 | -10/+43 |
|\ | |||||
| * | Widget delegation: Update menu to use _bind with delegation. Clean up test. | Jörn Zaefferer | 2011-07-28 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'master' into widget-delegation | Jörn Zaefferer | 2011-07-28 | 179 | -235/+1073 |
| |\ | |||||
| * | | Widget delegation: Fix impl and add basisc test | Jörn Zaefferer | 2011-06-19 | 1 | -0/+34 |
| | | | |||||
| * | | Merge branch 'master' into widget-delegation | Jörn Zaefferer | 2011-06-19 | 25 | -654/+1549 |
| |\ \ | |||||
| * | | | Whitespace | Jörn Zaefferer | 2011-06-19 | 1 | -10/+10 |
| | | | | |||||
* | | | | Tests: Fixed param parsing for compound test suites. | Scott González | 2011-07-28 | 1 | -4/+8 |
| | | | | |||||
* | | | | Slider tests: Commented out incomplete tests and fixed defaults. | Scott González | 2011-07-28 | 3 | -13/+13 |
| | | | | |||||
* | | | | Widget tests: Fixed fragile tests. | Scott González | 2011-07-28 | 1 | -56/+44 |
| | | | | |||||
* | | | | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 28 | -47/+26871 |
| |_|/ |/| | | | | | | | | jQuery core. | ||||
* | | | Merge branch 'master' of github.com:jquery/jquery-ui | Jörn Zaefferer | 2011-07-27 | 4 | -2/+128 |
|\ \ \ | |||||
| * | | | Menu tests: Removed console.log() call. | Scott González | 2011-07-26 | 1 | -1/+0 |
| | | | | |||||
| * | | | Accordion tests: Fixed location of expect() call. | Scott González | 2011-07-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Tests: Created a composite test suite. | Scott González | 2011-07-26 | 2 | -0/+127 |
| | | | | |||||
* | | | | Finish jquery-1.6.2 migration | Jörn Zaefferer | 2011-07-27 | 3 | -11/+11 |
|/ / / | |||||
* | | | Merge remote branch 'kborchers/menu_home_end' | Jörn Zaefferer | 2011-07-25 | 2 | -2/+462 |
|\ \ \ | |||||
| * | | | Menu: Added Home moves to first item and End moves to last item in currently ↵ | kborchers | 2011-07-25 | 2 | -2/+462 |
| | | | | | | | | | | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav | ||||
* | | | | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 30 | -654/+1833 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | | | Menu: Passed the original event that causes a blur through collapseAll to ↵ | kborchers | 2011-07-19 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit | ||||
| * | | | Datepicker: show inline datepicker setting explicit display:block instead of ↵ | Richard D. Worth | 2011-07-19 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height | ||||
| * | | | Position: Cleanup up position demo CSS and add it to the within-visual-test | Jörn Zaefferer | 2011-07-12 | 1 | -1/+12 |
| | | | | |||||
| * | | | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵ | Benjamin Sterling | 2011-07-11 | 2 | -0/+176 |
| | | | | | | | | | | | | | | | | if the element is flipped via css | ||||
| * | | | Merge remote branch 'pgraham/master' | Jörn Zaefferer | 2011-06-28 | 1 | -2/+12 |
| |\ \ \ | |||||
| | * | | | Updated guard against unparsed characters to allow extra characters as long ↵ | Philip Graham | 2011-06-28 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions. Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
| * | | | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called | ||||
| * | | | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+5 |
| |/ / / | | | | | | | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed | ||||
| * | | | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown | Corey Frang | 2011-06-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish ↵ | Corey Frang | 2011-06-23 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements | ||||
| * | | | Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the ↵ | Corey Frang | 2011-06-23 | 1 | -0/+15 |
| | |/ | |/| | | | | | | | inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option | ||||
| * | | Tests: Adding visual/unit tests for scale effect. | gnarf | 2011-06-14 | 6 | -49/+286 |
| | | |