aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-60/+0
| | | | Ref gh-1528
* Tooltip: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
|
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-6/+6
|
* Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ↵Jörn Zaefferer2012-02-231-3/+3
| | | | elements.
* Tests (Simulate): Added focus and blur support.Scott González2011-10-311-2/+2
|
* Tooltip tests: Adjust test to deal with blurring being async in IE.Scott González2011-10-121-1/+3
|
* Tooltip: Added tests for ui object in open and close events.Scott González2011-05-301-4/+9
|
* Tooltip: Don't close tooltips on mouseleave if the element is still focused.Scott González2011-05-291-0/+26
|
* Tooltip tests: Refactored and added some tests.Scott González2011-05-281-30/+32
|
* Tooltip tests: Coding standards.Scott González2011-05-281-27/+21
|
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-021-3/+3
| | | | enough for testswarm results to be useful.
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-2/+2
|
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-151-0/+54
triggered events