Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -401/+0 |
| | | | | Ref gh-1528 | ||||
* | Autocomplete: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -0/+9 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 1 | -4/+4 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 1 | -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 consistently | Jörn Zaefferer | 2015-01-21 | 1 | -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 items | TJ VanToll | 2014-10-25 | 1 | -1/+2 |
| | |||||
* | Tests: Whitespace | Scott González | 2014-08-01 | 1 | -23/+23 |
| | |||||
* | Autocomplete: ESCAPE should not change content of a MultiLine | Yermo Lamers | 2014-07-24 | 1 | -0/+28 |
| | | | | | Fixes #9790 Closes gh-1190 | ||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 1 | -0/+21 |
| | | | | | Fixes #7434 Closes gh-1238 | ||||
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Do not set value on multi-line input | Yermo | 2014-01-28 | 1 | -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 Barrell | 2014-01-14 | 1 | -11/+47 |
| | | | | | Fixes #9631 Closes gh-1153 | ||||
* | Autocomplete: Append liveRegion to body to support detached init. Fixes ↵ | Jörn Zaefferer | 2013-10-19 | 1 | -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 Borchers | 2013-10-05 | 1 | -1/+1 |
| | | | | anchors in elements | ||||
* | Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵ | Scott González | 2013-05-28 | 1 | -0/+28 |
| | | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously. | ||||
* | Whitespace. | Scott González | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - ↵ | Jason Moon | 2013-04-25 | 1 | -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 Sherov | 2013-03-31 | 1 | -1/+1 |
| | | | | differences in .html() return values. | ||||
* | Autocomplete: Insert the live region before the input. Fixes #9172 - ↵ | Scott González | 2013-03-21 | 1 | -0/+10 |
| | | | | Autocomplete: .replaceWith() fails to replace. | ||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 1 | -3/+3 |
| | | | | widget implementations. | ||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -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ález | 2012-05-22 | 1 | -0/+37 |
| | |||||
* | Autocomplete: Move race condition logic from ajax requests to general ↵ | Scott González | 2012-04-03 | 1 | -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ález | 2012-02-16 | 1 | -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ález | 2012-01-31 | 1 | -4/+0 |
| | |||||
* | 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 tests: Cleanup. | Scott González | 2011-06-13 | 1 | -48/+58 |
| | |||||
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 |
| | | | | Autocomplete: Default autoFocus to true | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 1 | -1/+5 |
| | | | | Fixes #5271. | ||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 1 | -39/+39 |
| | |||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+39 |