Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 71 | -70/+9370 |
| | |||||
* | Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - ↵ | Richard D. Worth | 2011-11-07 | 1 | -1/+1 |
| | | | | Safari: jQuery.simulate() doesn't set "which" field for key events | ||||
* | Tests: Removed unnecessary visual tests for button. | Scott González | 2011-11-03 | 2 | -109/+0 |
| | |||||
* | Tests: Removed visual tests for plugins that are being rewritten. | Scott González | 2011-11-03 | 51 | -2956/+0 |
| | |||||
* | Tests: Change the input in the effects test to a text input. This fixes ↵ | kborchers | 2011-11-02 | 1 | -1/+1 |
| | | | | failing tests in IE8 that could not focus the input. | ||||
* | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 1 | -2/+2 |
| | |||||
* | Position tests: Changed DOM structure to fix dimensions of within container. | Scott González | 2011-11-02 | 1 | -4/+4 |
| | |||||
* | Tests (Simulate): Make the blur event async to deal with IE's native blur ↵ | Scott González | 2011-11-01 | 1 | -11/+16 |
| | | | | being async. | ||||
* | Autocomplete tests: Fixed typo. | Scott González | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 3 | -7/+54 |
| | |||||
* | Tests (Simulate): Whitespace cleanup. | Scott González | 2011-10-31 | 1 | -70/+99 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 24 | -128/+302 |
| | |||||
* | Effects Core: Do not overwrite css or class changes that aren't animated ↵ | ddstreet | 2011-10-25 | 2 | -59/+87 |
| | | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost | ||||
* | Menu: Added the new trigger option to the defaults unit test | kborchers | 2011-10-19 | 1 | -0/+1 |
| | |||||
* | Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵ | kborchers | 2011-10-18 | 1 | -1/+1 |
| | | | | IE6 and IE7 | ||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 122 | -120/+18210 |
| | |||||
* | Scale: We can't detect this reliably currently, so assume all elements are ↵ | Corey Frang | 2011-10-14 | 1 | -0/+2 |
| | | | | positioned with left and top | ||||
* | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -1/+1 |
| | | | | jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here. | ||||
* | Tooltip tests: Adjust test to deal with blurring being async in IE. | Scott González | 2011-10-12 | 1 | -1/+3 |
| | |||||
* | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵ | Scott González | 2011-10-10 | 1 | -1/+2 |
| | | | | cached XHRs resolving immediately in IE. | ||||
* | Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵ | Scott González | 2011-10-10 | 1 | -0/+3 |
| | | | | timer. | ||||
* | Spinner: Added culture option. | Scott González | 2011-09-28 | 3 | -0/+27 |
| | |||||
* | Effects tests: Ignore leading/trailing whitespace when comparing style ↵ | Scott González | 2011-09-28 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 2 | -2/+8 |
| | | | | Updating unit tests. Thanks @kborchers | ||||
* | Merge remote branch 'kborchers/menu_notJustUL' | Jörn Zaefferer | 2011-09-19 | 5 | -4/+198 |
|\ | |||||
| * | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 5 | -4/+198 |
| | | |||||
* | | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵ | Scott González | 2011-09-14 | 3 | -20/+22 |
|/ | | | | | | setter. Thanks Nate Ferrero | ||||
* | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵ | Jörn Zaefferer | 2011-09-13 | 1 | -6/+6 |
| | | | | unneeded temp vars | ||||
* | Merge remote branch 'kborchers/menu_autoCollapse' | Jörn Zaefferer | 2011-09-12 | 1 | -0/+19 |
|\ | |||||
| * | Menu: Added autoCollapse as the default and added a unit test | kborchers | 2011-09-12 | 1 | -0/+19 |
| | | |||||
* | | Widget: return timer value from _delay | Jörn Zaefferer | 2011-09-12 | 1 | -3/+5 |
| | | |||||
* | | Widget: Add a _delay method. Will be used in various places to replace ↵ | Jörn Zaefferer | 2011-09-12 | 1 | -0/+24 |
| | | | | | | | | setTimeout with custom binding (mostly getting rid of var self/that) | ||||
* | | Widget: Tests code cleanup | Jörn Zaefferer | 2011-09-12 | 2 | -20/+19 |
| | | |||||
* | | Spinner: Added ability to specify custom incremental function. | Scott González | 2011-09-09 | 1 | -38/+65 |
| | | |||||
* | | Spinner: Default min and max options to null. | Scott González | 2011-09-09 | 2 | -9/+15 |
| | | |||||
* | | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵ | Scott González | 2011-08-30 | 2 | -104/+70 |
| | | | | | | | | Autocomplete doesn't work with textareas. | ||||
* | | 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. |