Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Escape the title attribute so that it's treated as text and not ↵ | Scott González | 2012-11-27 | 1 | -0/+14 |
| | | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content. | ||||
* | Tooltip: Check type on event directly, preventing TypeError when ↵ | Jörn Zaefferer | 2012-11-05 | 1 | -0/+8 |
| | | | | programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors | ||||
* | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -0/+8 |
| | | | | Tooltip: Disabled tooltips on initialization. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵ | Andrew Couch | 2012-10-21 | 1 | -0/+35 |
| | | | | Delayed tooltips set to track should reposition when being shown for the first time. | ||||
* | Tooltip: Allow strings for content option. | Scott González | 2012-08-31 | 1 | -0/+10 |
| | |||||
* | Tooltip: Update open tooltips if the content option changes. Fixes #8544 - ↵ | Scott González | 2012-08-31 | 1 | -0/+19 |
| | | | | Unable to update tooltip content dynamically. | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | Tooltip: Handle multiple aria-describedby values. | Scott González | 2012-05-22 | 1 | -8/+8 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -5/+6 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -7/+7 |
| | |||||
* | Tooltip: Fixed tooltipClass option and added test. | Scott González | 2011-05-28 | 1 | -19/+27 |
| | |||||
* | Tooltip: Allow content updates via async response regardless of whether a ↵ | Scott González | 2011-05-28 | 1 | -22/+28 |
| | | | | sync response came back. Added more tests. | ||||
* | Tooltip: Added some tests. | Scott González | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 1 | -30/+23 |
| | |||||
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 1 | -5/+9 |
| | | | | enough for testswarm results to be useful. | ||||
* | Tooltip: Added missing items test | jzaefferer | 2011-02-11 | 1 | -1/+9 |
| | |||||
* | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 1 | -0/+5 |
| | |||||
* | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 1 | -0/+9 |
| | |||||
* | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 1 | -13/+0 |
| | | | | .tooltip("widget").addClass("whatever") instead | ||||
* | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 1 | -15/+29 |
| | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 1 | -0/+39 |
triggered events |