index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
autocomplete
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Cleanup.
Scott González
2011-08-03
1
-1
/
+1
*
Tests: Cleanup.
Scott González
2011-08-03
1
-0
/
+1
*
Autocomplete tests: Fixed handling of cached ajax requests in IE.
Scott González
2011-08-03
1
-2
/
+3
*
Tests: Added test suites to run individual widget tests against all supported...
Scott González
2011-08-02
1
-0
/
+30
*
Tests: Added ability to run tests suites against different versions of jQuery...
Scott González
2011-07-28
1
-1
/
+1
*
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
5
-470
/
+405
|
\
|
*
Autocomplete tests: Cleanup.
Scott González
2011-06-13
5
-470
/
+405
*
|
Upgrade jQuery to 1.6.2.
Scott González
2011-07-25
1
-1
/
+1
|
/
*
Autocomplete: Revert fix for #7024, broke regular menu selection.
Jörn Zaefferer
2011-05-11
1
-0
/
+2
*
Autocomplete: Added unit test to check for preventing value change when an un...
kborchers
2011-05-10
1
-0
/
+16
*
Widget: define a null default for the create callback.
Scott González
2011-04-25
1
-0
/
+1
*
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González
2011-04-25
1
-18
/
+23
*
Merge branch 'master' of github.com:jquery/jquery-ui
Richard Worth
2011-03-28
2
-15
/
+0
|
\
|
*
Removed empty ticket test files.
Scott González
2011-03-28
2
-15
/
+0
*
|
Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco...
Richard Worth
2011-03-28
1
-1
/
+1
|
/
*
Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...
Scott González
2011-03-22
1
-11
/
+29
*
Autocomplete unit test: corrected name and argument order of equal() call in ...
Richard Worth
2011-03-15
1
-1
/
+1
*
Autocomplete: refactored unit tests for autoFocus option
Richard Worth
2011-03-15
1
-14
/
+8
*
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...
Richard Worth
2011-03-15
1
-0
/
+27
*
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...
Richard Worth
2011-03-15
3
-1
/
+4
*
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...
Richard Worth
2011-03-15
1
-0
/
+1
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-02
1
-1
/
+1
*
Adding a domEqual assertion to our testsuite for more sane DOM
jzaefferer
2011-02-25
1
-7
/
+3
*
Autocomplete tests: Fixed various bugs in various versions of IE.
Scott González
2011-02-24
1
-2
/
+6
*
Menu: Update autocomplete to use deactivate and check for focus class
jzaefferer
2011-02-24
1
-1
/
+1
*
Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...
Scott González
2011-02-24
2
-0
/
+41
*
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
jzaefferer
2011-02-23
1
-1
/
+1
*
Unit tests: Add QUnit toolbar for hiding passed tests
jzaefferer
2011-02-21
1
-0
/
+1
*
Autocompete tests: Added missing menu dependency.
Scott González
2011-01-14
1
-0
/
+1
*
Upgraded jQuery to 1.4.4.
Scott González
2010-11-12
1
-1
/
+1
*
Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete...
Scott González
2010-10-26
1
-1
/
+1
*
Upgraded jQuery to 1.4.3.
Scott González
2010-10-21
1
-1
/
+1
*
Autocomplete tests: Removed reference to non-existent menu plugin.
Scott González
2010-10-21
1
-1
/
+0
*
Autocomplete: Only prevent the default action for enter when a menu item is a...
Scott González
2010-09-27
1
-2
/
+31
*
Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...
jzaefferer
2010-08-29
1
-0
/
+1
*
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...
Scott González
2010-07-30
1
-0
/
+18
*
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...
Scott González
2010-07-30
1
-9
/
+1
*
Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
jzaefferer
2010-07-30
1
-1
/
+9
*
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...
Scott González
2010-07-21
3
-2
/
+33
*
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González
2010-07-19
1
-1
/
+6
*
Autocomplete unit tests: Fix event handling in IE
jzaefferer
2010-04-13
1
-2
/
+3
*
Autocomplete and button unit tests: Same remove-role-attr fix as for accordio...
jzaefferer
2010-04-13
1
-0
/
+4
*
Autocomplete: Track input changes and fire change-event on blur, along with s...
jzaefferer
2010-04-08
1
-4
/
+21
*
Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ...
jzaefferer
2010-03-31
1
-1
/
+1
*
Updating autocomplete and button unit tests: use equal instead of ok to compa...
jzaefferer
2010-03-27
1
-2
/
+1
*
replaced pearl with perl
Jörn Zaefferer
2010-03-20
3
-3
/
+3
*
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
Richard Worth
2010-03-12
1
-1
/
+2
*
Autocomplete: Append menu to body and reset z-index on every suggestion.
Scott González
2010-03-11
5
-5
/
+25
*
Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...
Richard Worth
2010-02-25
1
-4
/
+12
*
Fixed #5182 - Update to jQuery 1.4.2
Richard Worth
2010-02-16
1
-1
/
+1
[next]