aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵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.
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-0/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵Scott González2010-07-301-0/+18
| | | | keeps looking for remote data even when it's disabled.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-9/+1
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-1/+9
| | | | maintain the stack
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵Scott González2010-07-213-2/+33
| | | | appendTo option.
* 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 ↵jzaefferer2010-04-131-0/+4
| | | | accordion in destroy-method test
* Autocomplete: Track input changes and fire change-event on blur, along with ↵jzaefferer2010-04-081-4/+21
| | | | selected item, if available. Fix for #5490
* Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵jzaefferer2010-03-311-1/+1
| | | | handler
* Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-271-2/+1
| | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* 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
| | | | Fixes #5271.
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-4/+12
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* 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 ↵Jörn Zaefferer2010-02-023-10/+11
| | | | widget method, put ui-autocomplete class on menu
* 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