Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -185/+0 |
| | | | | Ref gh-1528 | ||||
* | Autocomplete: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 1 | -7/+7 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵ | Scott González | 2012-02-16 | 1 | -1/+4 |
| | | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE. | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵ | Scott González | 2011-08-30 | 1 | -104/+69 |
| | | | | Autocomplete doesn't work with textareas. | ||||
* | Autocomplete tests: Cleanup. | Scott González | 2011-06-13 | 1 | -173/+164 |
| | |||||
* | 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 | ||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -11/+29 |
| | | | | search is complete. | ||||
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+2 |
| | | | | Autocomplete: Default autoFocus to true | ||||
* | Autocomplete tests: Fixed various bugs in various versions of IE. | Scott González | 2011-02-24 | 1 | -2/+6 |
| | |||||
* | Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵ | Scott González | 2011-02-24 | 1 | -0/+40 |
| | | | | Autocomplete: Support contenteditable. | ||||
* | 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. | ||||
* | Autocomplete unit tests: Fix event handling in IE | jzaefferer | 2010-04-13 | 1 | -2/+3 |
| | |||||
* | Autocomplete: Track input changes and fire change-event on blur, along with ↵ | jzaefferer | 2010-04-08 | 1 | -4/+21 |
| | | | | selected item, if available. Fix for #5490 | ||||
* | replaced pearl with perl | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 1 | -1/+5 |
| | | | | Fixes #5271. | ||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 1 | -5/+5 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 1 | -120/+120 |
| | |||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+120 |