Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -139/+0 |
| | | | | Ref gh-1528 | ||||
* | Tooltip: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -5/+8 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Handle jQuery git returning `null` for empty attributes | Scott González | 2015-03-25 | 1 | -1/+1 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516 | ||||
* | Tooltip: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -7/+3 |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | ||||
* | Tooltip: Preserve the title after disabling twice | Michael Wiencek | 2014-01-09 | 1 | -1/+7 |
| | | | | | Fixes #9719 Closes gh-1154 | ||||
* | Tooltip: On close and destroy only set title if empty or undefined | Daniel DeGroff | 2014-01-06 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | Ticket #8925 states that changes to the title attribute while the tooltip is open are lost on tooltip close. In the close and destroy functions, the title attribute is always written if a value was stored in the element on open. It is possible the attribute has changed and restoring the initial value may overwrite the current value. If the value is empty or undefined as set in open, do not set the title attribute. This fix has the limitation that if the user removed the title attribute or set the value to an empty string the original title value would be restored on close and destroy. Fixes #8925 | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+6 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -6/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+6 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | 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 |