aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Menu tests: Split out markup structure and accessibility assertions.Scott González2012-06-281-12/+18
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-2723-2/+133
* Menu tests: Cleanup.Scott González2012-06-274-71/+71
* Tests: Update support comments.Scott González2012-06-253-3/+7
* Core tests: Updated support comments.Scott González2012-06-251-2/+6
* Effects tests: Convert step callback to a no-op after first call in animateCl...Scott González2012-06-251-6/+6
* Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined attr...Jörn Zaefferer2012-06-192-2/+4
* Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is...Jörn Zaefferer2012-06-191-2/+4
* Menu tests: Saner output for log helper.Scott González2012-06-185-75/+73
* Menu tests: Cleanup.Scott González2012-06-185-321/+334
* Button tests: Use domEqual() to test destroy().Scott González2012-06-161-7/+4
* Effects tests: Don't use internal jQuery properties to detect support for fix...Scott González2012-06-161-7/+7
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-155-6/+6
* Effects tests: Fixed JSHint references.Scott González2012-06-151-1/+1
* Effects: Renamed all files.Scott González2012-06-155-36/+36
* Tooltip: Add track optionJörn Zaefferer2012-06-141-0/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-0/+77
* Widget: Create eventNamespace property instead of constantly rebuilding it.Scott González2012-06-141-2/+2
* Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: ...Jörn Zaefferer2012-06-141-3/+22
* Spinner: Fix ghost log call in events unit test, never shows up in browser fo...Jörn Zaefferer2012-06-131-0/+1
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-7/+7
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying...Scott González2012-06-121-0/+20
* Accordion tests: Fixed typos.Scott González2012-06-111-17/+17
* Tabs tests: Don't call start directly from setTimeout because Firefox <13 is ...Scott González2012-06-111-3/+15
* Tests: Check .data() and event bindings in domEqual().Scott González2012-06-091-0/+3
* Tabs: Panel keyboard support tests.Scott González2012-06-081-5/+93
* Tabs: CTRL navigation tests.Scott González2012-06-081-3/+200
* Tabs: Basic keyboard support tests.Scott González2012-06-081-0/+153
* Tabs: ARIA tests.Scott González2012-06-081-2/+57
* Menu: Properly remove submenu carat icons and menu dividers during destroy an...kborchers2012-06-011-0/+3
* Accordion: Update activate and beforeActivate event properties to newPanel/ol...Jörn Zaefferer2012-05-301-23/+23
* Menu tests: Anchor the regex for aria-activedescendant check.Scott González2012-05-301-1/+1
* Dialog: Use new uniqueId method for generating id'skborchers2012-05-291-18/+3
* Menu tests: Fix test id's so that they are unique to pass lintingkborchers2012-05-291-3/+3
* Menu tests: Add id's to some anchors to ensure destroy is only removing id's ...kborchers2012-05-291-3/+3
* Menu tests: Modify test to check for id's generated by the new uniqueId methodkborchers2012-05-291-1/+1
* Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzal...kborchers2012-05-291-0/+10
* Tests: Differentiate between attributes and properties in domEqual().Scott González2012-05-291-4/+11
* Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.Danny Trunk2012-05-286-0/+125
* Accordion tests: Check for a specific height in heightStyle: content tests.Scott González2012-05-281-3/+3
* Accordion tests: equalHeights() -> equalHeight(); Validate against a specific...Scott González2012-05-284-22/+17
* Progressbar tests: Cleanup.Scott González2012-05-254-112/+75
* Tests: Convert children to an array in domEqual().Scott González2012-05-251-1/+1
* Tests: Added several more property checks to domEqual().Scott González2012-05-251-15/+39
* Menu Tests: Make the elements without anchors look like group headings and re...kborchers2012-05-251-6/+6
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-244-11/+76
* Menu Tests: Increase timeout on page up/down testkborchers2012-05-231-1/+1
* Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.kborchers2012-05-222-37/+88
* Tooltip tests: Added accessibility tests.Scott González2012-05-221-2/+7
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-225-16/+29