aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵Scott González2012-10-051-3/+10
| | | | is not clearing up the data properties.
* Tooltip: Check if event exists before checking properties in open(). Fixes ↵Scott González2012-10-051-0/+17
| | | | #8626 - Programatically opening a tooltip with out giving an event results in a javascript error.
* Tooltip tests: Added test for widget() method.Scott González2012-08-261-8/+6
|
* Tests: Update support comments.Scott González2012-06-251-1/+3
|
* Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined ↵Jörn Zaefferer2012-06-191-1/+2
| | | | attribute is returned as empty string
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-221-3/+3
|
* Tests: Lint.Scott González2012-04-181-4/+6
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-2/+2
|
* .attr() -> .prop()Scott González2011-06-081-1/+1
|
* Tooltip: Fixed handling of disabled tooltips.Scott González2011-05-291-0/+26
|
* Tooltip: Allow content updates via async response regardless of whether a ↵Scott González2011-05-281-3/+7
| | | | sync response came back. Added more tests.
* Tooltip tests: Refactored and added some tests.Scott González2011-05-281-5/+15
|
* Tooltip tests: Coding standards.Scott González2011-05-281-16/+10
|
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-021-1/+4
| | | | enough for testswarm results to be useful.
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
|
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-151-0/+23
triggered events