aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-211-28/+0
| | | | Fixes #9646
* Core tests: Explicitly focus the body during delayed .focus() test to avoid ↵Scott González2013-07-091-0/+6
| | | | an issue in IE 8.
* Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().Scott González2013-03-151-19/+0
|
* Core: Resume focus test based on the event, not the callback.Scott González2013-01-081-1/+1
|
* Core tests: Handle async focus in IE.Scott González2012-12-101-5/+4
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+14
|
* Tests: Update support comments.Scott González2012-06-251-1/+1
|
* Core tests: Updated support comments.Scott González2012-06-251-2/+6
|
* Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id ↵Jörn Zaefferer2012-06-191-2/+4
| | | | is returned as empty string
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵Scott González2012-06-151-1/+1
| | | | effects use 'ui.'.
* Core: Add the uniqueId() and removeUniqueId() methods written by ↵kborchers2012-05-291-0/+10
| | | | @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()
* Core tests: Fix double focus in IEJörn Zaefferer2012-05-041-0/+2
|
* Tests: Run JSHint.Scott González2012-04-291-0/+2
|
* Core tests: Coding standards.Scott González2012-04-291-30/+25
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-35/+35
|
* Core tests: Split .focus() test into two tests to avoid bug in IE with ↵Scott González2010-09-021-20/+20
| | | | stop() and start().
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵Scott González2010-07-211-0/+108
| | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
* Core: Removed tests for .attr() ARIA override since the override no longer ↵Scott González2010-07-211-20/+0
| | | | exists.
* core focus-test, call start() after running assertionsJörn Zaefferer2010-03-201-1/+1
|
* 'ChangedBrant Burnett2010-01-291-2/+11
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-36/+0
| | | | menu; including menu static tests).
* rename modules for testswarm compabilityJörn Zaefferer2009-09-011-1/+1
|
* Widget factory: Added support for deep extending multiple option hashes on init.Scott González2009-08-281-3/+17
|
* Widget factory: Support passing multiple option hashes on init. Fixes #4784.Scott González2009-08-261-0/+22
|
* Added zIndex method. Fixes #4709 - Add zIndex setter/getter method.Scott González2009-08-051-0/+9
|
* Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, ↵Scott González2009-04-181-0/+23
| | | | setFocus().
* Core: Partial fix for #3559: Proper implementation for :focusable and ↵Scott González2009-01-211-50/+0
| | | | :tabbable selectors.
* restructured unit tests folderRichard Worth2009-01-071-0/+78