aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* Autocomplete: Added test for close method.Scott González2012-01-311-2/+9
|
* Autocomplete tests: Cleanup.Scott González2011-06-131-32/+23
|
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* 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 and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-131-0/+4
| | | | accordion in destroy-method test
* 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-201-1/+1
|
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
| | | | Fixes #5271.
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-021-1/+2
| | | | widget method, put ui-autocomplete class on menu
* eol-style and mime-typeRichard Worth2010-01-201-35/+35
|
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+35