aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* .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