Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Properly track hiding and closing for delegated tooltips | Scott González | 2014-10-09 | 1 | -0/+48 |
| | | | | | Fixes #10602 Closes gh-1353 | ||||
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 1 | -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 div | Dylan Barrell | 2013-12-19 | 1 | -4/+24 |
| | | | | | Fixes #9610 Closes gh-1118 | ||||
* | Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not ↵ | Scott González | 2012-11-14 | 1 | -0/+27 |
| | | | | hide consistently with dynamically loaded content. | ||||
* | Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ↵ | Scott González | 2012-11-09 | 1 | -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ález | 2012-10-28 | 1 | -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 tooltips | Jörn Zaefferer | 2012-10-21 | 1 | -0/+16 |
| | |||||
* | Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵ | Andrew Couch | 2012-10-21 | 1 | -0/+13 |
| | | | | Delegated tooltips don't close when the tooltipped element is removed | ||||
* | 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 tests: Added accessibility tests. | Scott González | 2012-05-22 | 1 | -2/+7 |
| | |||||
* | Tooltip: Handle multiple aria-describedby values. | Scott González | 2012-05-22 | 1 | -4/+16 |
| | |||||
* | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 1 | -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ález | 2011-05-28 | 1 | -0/+19 |
| | |||||
* | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 1 | -7/+3 |
| | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 1 | -0/+11 |
triggered events |