Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 1 | -1/+1 |
| | | | | would everywhere, switching back to keydown. | ||||
* | Position: Added the missing div required for the fraction tests that were ↵ | kborchers | 2011-08-19 | 1 | -0/+4 |
| | | | | added to fix the broken test | ||||
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵ | Corey Frang | 2011-08-19 | 1 | -1/+30 |
| | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog | ||||
* | Merge remote branch 'kborchers/position_flipfit2' | Jörn Zaefferer | 2011-08-15 | 6 | -128/+462 |
|\ | |||||
| * | Position: Added better collision detection for flip and fit, added visual ↵ | kborchers | 2011-08-12 | 6 | -128/+462 |
| | | | | | | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit! | ||||
* | | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 5 | -67/+55 |
| | | | | | | | | Don't enforce min/max on blur. | ||||
* | | Spinner: Fixed precision when stepping. | Scott González | 2011-08-12 | 1 | -0/+17 |
| | | | | | | | | Thanks hughlomas | ||||
* | | Widget: Use this.widget() for event delegation. | Scott González | 2011-08-12 | 1 | -11/+19 |
| | | |||||
* | | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 2 | -2/+9 |
| | | |||||
* | | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 1 | -1/+1 |
|/ | | | | base tag. Fixes #4836 - Self refering href only partially detected. | ||||
* | Spinner: Fixed integration with globalize. | Scott González | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 1 | -0/+33 |
| | | | | Ability to stop datepicker from appearing with beforeShow event handler. | ||||
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -10/+0 |
| | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit effdd5d19c534f8445ebafe4212278c4366b0041. | ||||
* | Spinner: More tests. Don't trigger spin when programmatically stepping or ↵ | Scott González | 2011-08-07 | 2 | -24/+200 |
| | | | | paging. | ||||
* | Spinner: Added more tests. | Scott González | 2011-08-07 | 1 | -51/+90 |
| | |||||
* | 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 |
|/ / / |