Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵ | Scott González | 2012-02-11 | 1 | -0/+33 | |
| | | | | Autocomplete cancel pending request when text changes below minLength. | |||||
* | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -5/+3 | |
| | ||||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -8/+13 | |
| | ||||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵ | Scott González | 2011-08-30 | 2 | -104/+70 | |
| | | | | Autocomplete doesn't work with textareas. | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -1/+1 | |
| | ||||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -0/+1 | |
| | ||||||
* | Autocomplete tests: Fixed handling of cached ajax requests in IE. | Scott González | 2011-08-03 | 1 | -2/+3 | |
| | ||||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 | |
| | | | | supported jQuery versions. | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 | |
| | | | | jQuery core. | |||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 5 | -470/+405 | |
|\ | | | | | | | | | | | | | | | | | 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 | |||||
| * | Autocomplete tests: Cleanup. | Scott González | 2011-06-13 | 5 | -470/+405 | |
| | | ||||||
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 | |
|/ | ||||||
* | Autocomplete: Revert fix for #7024, broke regular menu selection. | Jörn Zaefferer | 2011-05-11 | 1 | -0/+2 | |
| | | | | Disabled test for now (need to reopen ticket). | |||||
* | Autocomplete: Added unit test to check for preventing value change when an ↵ | kborchers | 2011-05-10 | 1 | -0/+16 | |
| | | | | unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236 | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -0/+1 | |
| | ||||||
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 1 | -18/+23 | |
| | ||||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Richard Worth | 2011-03-28 | 2 | -15/+0 | |
|\ | ||||||
| * | Removed empty ticket test files. | Scott González | 2011-03-28 | 2 | -15/+0 | |
| | | ||||||
* | | Autocomplete: changed autoFocus default back to false. Reverts #7042 - ↵ | Richard Worth | 2011-03-28 | 1 | -1/+1 | |
|/ | | | | Autocomplete: Default autoFocus to true | |||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -11/+29 | |
| | | | | search is complete. | |||||
* | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 | |
| | | | | autoFocus test function | |||||
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 | |
| | ||||||
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 | |
| | | | | Add option to automatically highlight the first result | |||||
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 3 | -1/+4 | |
| | | | | Autocomplete: Default autoFocus to true | |||||
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 | |
| | | | | Autocomplete: Add option to automatically highlight the first result | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -7/+3 | |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | |||||
* | Autocomplete tests: Fixed various bugs in various versions of IE. | Scott González | 2011-02-24 | 1 | -2/+6 | |
| | ||||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -1/+1 | |
| | ||||||
* | Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵ | Scott González | 2011-02-24 | 2 | -0/+41 | |
| | | | | Autocomplete: Support contenteditable. | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 | |
| | ||||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 | |
| | ||||||
* | Autocompete tests: Added missing menu dependency. | Scott González | 2011-01-14 | 1 | -0/+1 | |
| | ||||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | Autocomplete: Trigger close after hiding the menu. Fixes #6227 - ↵ | Scott González | 2010-10-26 | 1 | -1/+1 | |
| | | | | Autocomplete: Don't trigger close event until after the menu is hidden. | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 | |
| | ||||||
* | Autocomplete tests: Removed reference to non-existent menu plugin. | Scott González | 2010-10-21 | 1 | -1/+0 | |
| | ||||||
* | Autocomplete: Only prevent the default action for enter when a menu item is ↵ | Scott González | 2010-09-27 | 1 | -2/+31 | |
| | | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal. | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+1 | |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | |||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -0/+18 | |
| | | | | keeps looking for remote data even when it's disabled. | |||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -9/+1 | |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. |