aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete unit test: corrected name and argument order of equal() call in ...Richard Worth2011-03-151-1/+1
* Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
* Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...Richard Worth2011-03-151-0/+27
* Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...Richard Worth2011-03-153-1/+4
* Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...Richard Worth2011-03-151-0/+1
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
* Autocomplete tests: Fixed various bugs in various versions of IE.Scott González2011-02-241-2/+6
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-1/+1
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...Scott González2011-02-242-0/+41
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
* Autocompete tests: Added missing menu dependency.Scott González2011-01-141-0/+1
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
* Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete...Scott González2010-10-261-1/+1
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
* Autocomplete tests: Removed reference to non-existent menu plugin.Scott González2010-10-211-1/+0
* Autocomplete: Only prevent the default action for enter when a menu item is a...Scott González2010-09-271-2/+31
* Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...jzaefferer2010-08-291-0/+1
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-301-0/+18
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-9/+1
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+9
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...Scott González2010-07-213-2/+33
* Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-191-1/+6
* Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
* Autocomplete and button unit tests: Same remove-role-attr fix as for accordio...jzaefferer2010-04-131-0/+4
* Autocomplete: Track input changes and fire change-event on blur, along with s...jzaefferer2010-04-081-4/+21
* Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ...jzaefferer2010-03-311-1/+1
* Updating autocomplete and button unit tests: use equal instead of ok to compa...jzaefferer2010-03-271-2/+1
* replaced pearl with perlJörn Zaefferer2010-03-203-3/+3
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-115-5/+25
* Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...Richard Worth2010-02-251-4/+12
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
* Fix for #5120 - create menu only once and return that element from the widget...Jörn Zaefferer2010-02-023-10/+11
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
* eol-style and mime-typeRichard Worth2010-01-207-425/+425
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
* Copied autocomplete from dev branch.Scott González2010-01-1410-0/+428