aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-0/+48
| | | | | Fixes #10602 Closes gh-1353
* Tooltip: Treat the tooltip as closing until it's fully removedScott González2014-08-061-0/+20
| | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306
* Tooltip: Improve accessibility by adding content to an aria-live divDylan Barrell2013-12-191-4/+24
| | | | | Fixes #9610 Closes gh-1118
* Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not ↵Scott González2012-11-141-0/+27
| | | | hide consistently with dynamically loaded content.
* Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ↵Scott González2012-11-091-0/+13
| | | | is shown, but not hidden if element has class=ui-state-disabled.
* Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-10-281-0/+21
| | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form.
* Tooltip: Unit test for nested tooltipsJörn Zaefferer2012-10-211-0/+16
|
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵Andrew Couch2012-10-211-0/+13
| | | | Delegated tooltips don't close when the tooltipped element is removed
* 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 tests: Added accessibility tests.Scott González2012-05-221-2/+7
|
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-221-4/+16
|
* Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-101-0/+1
| | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
* Tooltip: Added some tests.Scott González2011-05-281-0/+19
|
* Tooltip tests: Coding standards.Scott González2011-05-281-7/+3
|
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-151-0/+11
triggered events