aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-185/+0
| | | | Ref gh-1528
* Autocomplete: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-7/+7
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-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ález2012-04-191-1/+1
|
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵Scott González2012-02-161-1/+4
| | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE.
* Autocomplete: Removed commented out test.Scott González2011-11-231-18/+0
|
* Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵Shannon2011-11-231-0/+19
| | | | #7423 - Tab out of autocomplete with remote source can leave menu showing.
* Autocomplete tests: Fixed typo.Scott González2011-11-011-1/+1
|
* Tests (Simulate): Added focus and blur support.Scott González2011-10-311-5/+3
|
* Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - ↵Scott González2011-08-301-104/+69
| | | | Autocomplete doesn't work with textareas.
* Autocomplete tests: Cleanup.Scott González2011-06-131-173/+164
|
* Autocomplete: Revert fix for #7024, broke regular menu selection.Jörn Zaefferer2011-05-111-0/+2
| | | | Disabled test for now (need to reopen ticket).
* Autocomplete: Added unit test to check for preventing value change when an ↵kborchers2011-05-101-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ález2011-03-221-11/+29
| | | | search is complete.
* Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-151-0/+2
| | | | Autocomplete: Default autoFocus to true
* Autocomplete tests: Fixed various bugs in various versions of IE.Scott González2011-02-241-2/+6
|
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵Scott González2011-02-241-0/+40
| | | | Autocomplete: Support contenteditable.
* Autocomplete: Trigger close after hiding the menu. Fixes #6227 - ↵Scott González2010-10-261-1/+1
| | | | Autocomplete: Don't trigger close event until after the menu is hidden.
* Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
|
* Autocomplete: Track input changes and fire change-event on blur, along with ↵jzaefferer2010-04-081-4/+21
| | | | selected item, if available. Fix for #5490
* replaced pearl with perlJörn Zaefferer2010-03-201-1/+1
|
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
| | | | Fixes #5271.
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-021-5/+5
| | | | widget method, put ui-autocomplete class on menu
* eol-style and mime-typeRichard Worth2010-01-201-120/+120
|
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+120