aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-139/+0
| | | | Ref gh-1528
* Tooltip: Convert tests to new infrastructureScott González2015-04-091-5/+8
| | | | | Ref #10119 Ref gh-1528
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-251-1/+1
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516
* Tooltip: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-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 twiceMichael Wiencek2014-01-091-1/+7
| | | | | Fixes #9719 Closes gh-1154
* Tooltip: On close and destroy only set title if empty or undefinedDaniel DeGroff2014-01-061-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ález2013-03-141-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ález2013-03-141-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 Sherov2013-03-111-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á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