Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Autocomplete: changed autoFocus default back to false. Reverts #7042 - ↵ | Richard Worth | 2011-03-28 | 1 | -1/+1 | |
|/ | | | | Autocomplete: Default autoFocus to true | |||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -11/+29 | |
| | | | | search is complete. | |||||
* | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 | |
| | | | | autoFocus test function | |||||
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 | |
| | ||||||
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 | |
| | | | | Add option to automatically highlight the first result | |||||
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 3 | -1/+4 | |
| | | | | Autocomplete: Default autoFocus to true | |||||
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 | |
| | | | | Autocomplete: Add option to automatically highlight the first result | |||||
* | 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 | |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | |||||
* | 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 - ↵ | Scott González | 2011-02-24 | 2 | -0/+41 | |
| | | | | Autocomplete: Support contenteditable. | |||||
* | 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 - ↵ | Scott González | 2010-10-26 | 1 | -1/+1 | |
| | | | | Autocomplete: Don't trigger close event until after the menu is hidden. | |||||
* | 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 ↵ | 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. | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -0/+1 | |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | |||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -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ález | 2010-07-30 | 1 | -9/+1 | |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -1/+9 | |
| | | | | maintain the stack | |||||
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵ | Scott González | 2010-07-21 | 3 | -2/+33 | |
| | | | | appendTo option. | |||||
* | 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 ↵ | jzaefferer | 2010-04-13 | 1 | -0/+4 | |
| | | | | accordion in destroy-method test | |||||
* | Autocomplete: Track input changes and fire change-event on blur, along with ↵ | jzaefferer | 2010-04-08 | 1 | -4/+21 | |
| | | | | selected item, if available. Fix for #5490 | |||||
* | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵ | jzaefferer | 2010-03-31 | 1 | -1/+1 | |
| | | | | handler | |||||
* | Updating autocomplete and button unit tests: use equal instead of ok to ↵ | jzaefferer | 2010-03-27 | 1 | -2/+1 | |
| | | | | compare markup, works fine in latest QUnit (escapes all messages correctly) | |||||
* | 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 | |
| | | | | Fixes #5271. | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -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.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 | |
| | ||||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 3 | -10/+11 | |
| | | | | widget method, put ui-autocomplete class on menu | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 7 | -425/+425 | |
| | ||||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 | |
| | ||||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 10 | -0/+428 | |