Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵ | Scott González | 2012-10-05 | 1 | -3/+10 |
| | | | | is not clearing up the data properties. | ||||
* | Tooltip: Check if event exists before checking properties in open(). Fixes ↵ | Scott González | 2012-10-05 | 1 | -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ález | 2012-08-26 | 1 | -8/+6 |
| | |||||
* | Tests: Update support comments. | Scott González | 2012-06-25 | 1 | -1/+3 |
| | |||||
* | Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined ↵ | Jörn Zaefferer | 2012-06-19 | 1 | -1/+2 |
| | | | | attribute is returned as empty string | ||||
* | Tooltip: Handle multiple aria-describedby values. | Scott González | 2012-05-22 | 1 | -3/+3 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -4/+6 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -2/+2 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Tooltip: Fixed handling of disabled tooltips. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | |||||
* | Tooltip: Allow content updates via async response regardless of whether a ↵ | Scott González | 2011-05-28 | 1 | -3/+7 |
| | | | | sync response came back. Added more tests. | ||||
* | Tooltip tests: Refactored and added some tests. | Scott González | 2011-05-28 | 1 | -5/+15 |
| | |||||
* | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 1 | -16/+10 |
| | |||||
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 1 | -1/+4 |
| | | | | enough for testswarm results to be useful. | ||||
* | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 1 | -0/+7 |
| | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 1 | -0/+23 |
triggered events |