Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Focus the menu before performing keyboard unit tests. | kborchers | 2012-02-06 | 1 | -8/+15 |
| | |||||
* | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -2/+3 |
| | |||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -5/+5 |
| | | | | padding from disabled items. | ||||
* | Visual tests: Cleaned up dialog tests. | Scott González | 2012-02-01 | 1 | -2942/+50 |
| | |||||
* | Static tests: Removed slider tests. | Scott González | 2012-02-01 | 10 | -170/+0 |
| | |||||
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 2 | -6/+49 |
| | |||||
* | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 |
| | |||||
* | Accordion: Adjusted tests for icons: false. | Scott González | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵ | Scott González | 2012-01-31 | 1 | -0/+39 |
| | | | | Provide header and content details in create event. | ||||
* | Menu: Added unit tests for the enable, disable and refresh methods as well ↵ | kborchers | 2012-01-22 | 4 | -20/+78 |
| | | | | as the disabled option. Cleaned up some variable names in unit tests. | ||||
* | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 1 | -0/+39 |
| | | | | and panel details in create event. | ||||
* | Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to ↵ | Scott González | 2012-01-21 | 1 | -0/+15 |
| | | | | provide event data for create event. | ||||
* | Menu tests: Removed trigger option. | Scott González | 2012-01-18 | 1 | -2/+1 |
| | |||||
* | Simulate: Define getters for pageX and pageY in mouse events if they come ↵ | Scott González | 2012-01-12 | 1 | -1/+25 |
| | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9. | ||||
* | Spinner: Allow strings for min, max, and step options, converting ↵ | Scott González | 2012-01-07 | 1 | -2/+48 |
| | | | | immediately to numbers based on numberFormat and culture. | ||||
* | Menu: Fix close delay and increase the default delay | kborchers | 2011-12-20 | 1 | -17/+23 |
| | |||||
* | Merge pull request #553 from AlbertoMonteiro/master | Scott González | 2011-12-15 | 1 | -0/+9 |
|\ | | | | | Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position | ||||
| * | Dialog: When destroy is called place the element back in original DOM ↵ | Alberto Monteiro | 2011-12-15 | 1 | -0/+9 |
| | | | | | | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position | ||||
* | | Menu: Fix focus handling to keep focus on the menu and prevent jumping ↵ | kborchers | 2011-12-15 | 2 | -3/+6 |
|/ | | | | around within the menu on mousedown | ||||
* | Menu: Update the default visual test to use the new menus option that ↵ | kborchers | 2011-12-07 | 1 | -2/+2 |
| | | | | replaced the items option | ||||
* | Dialog: Modified the dialog._size() to use outerHeight in calculating the ↵ | James Khoury | 2011-11-28 | 1 | -4/+9 |
| | | | | nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set. | ||||
* | Autocomplete: Don't invoke a search from arrow keys when the element can ↵ | meh-cfl | 2011-11-28 | 1 | -0/+86 |
| | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. | ||||
* | Autocomplete: Removed commented out test. | Scott González | 2011-11-23 | 1 | -18/+0 |
| | |||||
* | Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵ | Shannon | 2011-11-23 | 1 | -0/+19 |
| | | | | #7423 - Tab out of autocomplete with remote source can leave menu showing. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 71 | -70/+9336 |
| | |||||
* | Widget tests: Fixed _super() call in redefine test. | Scott González | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -5/+5 |
| | | | | from first implementation, not necessary anymore. | ||||
* | Spinner: Handle changes to numberFormat and currency options. | Scott González | 2011-11-16 | 1 | -0/+19 |
| | |||||
* | Effects tests: Proper detection of fixed position support in jQuery 1.7. | Scott González | 2011-11-09 | 1 | -2/+7 |
| | |||||
* | 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. |