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. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | 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: Fix default for position option, follow-up to 1d9eab1. | Jörn Zaefferer | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | 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: Use attributes, not properties, when checking for parent tooltips. ↵ | Scott González | 2012-10-28 | 2 | -0/+25 |
| | | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form. | ||||
* | 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. | ||||
* | Tooltip tests: Fixed new default value for position option. | Scott González | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | 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: Unit test for nested tooltips | Jörn Zaefferer | 2012-10-21 | 2 | -1/+17 |
| | |||||
* | Tooltip: Update events test to cover correct behaviour | Jörn Zaefferer | 2012-10-21 | 1 | -32/+6 |
| | |||||
* | 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: handle removal of elements with delegated tooltips. Fixed #8646 - ↵ | Andrew Couch | 2012-10-21 | 2 | -0/+14 |
| | | | | Delegated tooltips don't close when the tooltipped element is removed | ||||
* | Tooltip: Change the default items selector to exclude disabled elements. ↵ | Scott González | 2012-10-12 | 1 | -1/+1 |
| | | | | Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only]. | ||||
* | 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. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Tooltip tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -8/+6 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | Tests: Update support comments. | Scott González | 2012-06-25 | 2 | -2/+6 |
| | |||||
* | Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined ↵ | Jörn Zaefferer | 2012-06-19 | 2 | -2/+4 |
| | | | | attribute is returned as empty string | ||||
* | Tooltip: Add track option | Jörn Zaefferer | 2012-06-14 | 1 | -0/+1 |
| | |||||
* | 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 | 5 | -16/+29 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-18 | 2 | -9/+12 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 3 | -15/+15 |
| | |||||
* | Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ↵ | Jörn Zaefferer | 2012-02-23 | 1 | -3/+3 |
| | | | | elements. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 1 | -2/+2 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -6/+12 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Tooltip tests: Adjust test to deal with blurring being async in IE. | Scott González | 2011-10-12 | 1 | -1/+3 |
| | |||||
* | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Tooltip: Added tests for ui object in open and close events. | Scott González | 2011-05-30 | 1 | -4/+9 |
| | |||||
* | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 1 | -1/+5 |
| |