aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-401/+0
| | | | Ref gh-1528
* Autocomplete: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Autocomplete: Add classes optionAlexander Schmitz2015-03-111-0/+9
| | | | | Ref #7053 Ref gh-1411
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-4/+4
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-2/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-211-1/+1
| | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+2
|
* Tests: WhitespaceScott González2014-08-011-23/+23
|
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-0/+28
| | | | | Fixes #9790 Closes gh-1190
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-0/+21
| | | | | Fixes #7434 Closes gh-1238
* Tests: Use .bind() instead of .on()Scott González2014-02-111-1/+1
|
* Autocomplete: Do not set value on multi-line inputYermo2014-01-281-0/+26
| | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-11/+47
| | | | | Fixes #9631 Closes gh-1153
* Autocomplete: Append liveRegion to body to support detached init. Fixes ↵Jörn Zaefferer2013-10-191-0/+9
| | | | #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers
* Autocomplete tests: Update tests now that generated menu doesn't have ↵Kris Borchers2013-10-051-1/+1
| | | | anchors in elements
* Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵Scott González2013-05-281-0/+28
| | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
* Whitespace.Scott González2013-04-301-2/+2
|
* Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - ↵Jason Moon2013-04-251-0/+41
| | | | Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
* Autocomplete Tests: Fix oldIE test failures by accounting for casing ↵Mike Sherov2013-03-311-1/+1
| | | | differences in .html() return values.
* Autocomplete: Insert the live region before the input. Fixes #9172 - ↵Scott González2013-03-211-0/+10
| | | | Autocomplete: .replaceWith() fails to replace.
* Widget tests: Use instance method. Also replace a few instances of $.data in ↵Jörn Zaefferer2013-03-191-3/+3
| | | | widget implementations.
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-2/+2
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Autocomplete: Added tests for live region.Scott González2012-05-221-0/+37
|
* Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-031-0/+29
| | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵Scott González2012-02-161-39/+0
| | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE.
* Autocomplete: Added test for close method.Scott González2012-01-311-4/+0
|
* Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2011-11-281-0/+86
| | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* Autocomplete tests: Cleanup.Scott González2011-06-131-48/+58
|
* Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-151-0/+1
| | | | Autocomplete: Default autoFocus to true
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-1/+1
|
* Autocomplete: Only prevent the default action for enter when a menu item is ↵Scott González2010-09-271-2/+31
| | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal.
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
| | | | Fixes #5271.
* eol-style and mime-typeRichard Worth2010-01-201-39/+39
|
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+39