aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
| | | | | Fixes #7053 Closes gh-1411
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-02-251-0/+22
| | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-132-11/+4
| | | | | | | | | | | 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: Accept HTMLElement and jQuery objects for the content optionDaniel Owens2015-01-121-0/+24
| | | | | | Fixes #9278 Closes #983 Closes #1421
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-0/+48
| | | | | Fixes #10602 Closes gh-1353
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* 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
* Tests: Fix composite testsScott González2014-08-011-1/+1
|
* Build: Reorganize external directoryScott González2014-06-242-4/+4
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-5/+5
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tooltip: Preserve the title after disabling twiceMichael Wiencek2014-01-091-1/+7
| | | | | Fixes #9719 Closes gh-1154
* Tooltip: Lowercase test html for IE7/8 compatJörn Zaefferer2014-01-061-1/+1
|
* 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
* Tooltip: Improve accessibility by adding content to an aria-live divDylan Barrell2013-12-192-7/+30
| | | | | Fixes #9610 Closes gh-1118
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* 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
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Tooltip: Escape the title attribute so that it's treated as text and not ↵Scott González2012-11-271-0/+14
| | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* 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: Fix default for position option, follow-up to 1d9eab1.Jörn Zaefferer2012-11-051-1/+1
|
* Tooltip: Check type on event directly, preventing TypeError when ↵Jörn Zaefferer2012-11-051-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ález2012-10-282-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 Zaefferer2012-10-241-0/+8
| | | | Tooltip: Disabled tooltips on initialization.
* Tooltip tests: Fixed new default value for position option.Scott González2012-10-231-2/+2
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-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 tooltipsJörn Zaefferer2012-10-212-1/+17
|
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
|
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵Andrew Couch2012-10-211-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 Couch2012-10-212-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ález2012-10-121-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á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.
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Tooltip: Allow strings for content option.Scott González2012-08-311-0/+10
|
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - ↵Scott González2012-08-311-0/+19
| | | | Unable to update tooltip content dynamically.
* Tooltip tests: Added test for widget() method.Scott González2012-08-261-8/+6
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+3
|
* Tests: Update support comments.Scott González2012-06-252-2/+6
|
* Tooltip: Make title-tests pass in IE6/7 with jQuery 1.6, where undefined ↵Jörn Zaefferer2012-06-192-2/+4
| | | | attribute is returned as empty string
* Tooltip: Add track optionJörn Zaefferer2012-06-141-0/+1
|
* Tooltip tests: Added accessibility tests.Scott González2012-05-221-2/+7
|
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-225-16/+29
|