aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tooltip: Convert tests to new infrastructureScott González2015-04-091-28/+2
| | | | | Ref #10119 Ref gh-1528
* Tooltip: Add classes optionAlexander Schmitz2015-03-111-0/+4
| | | | | Ref #7053 Ref gh-1411
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* 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: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-10-281-0/+4
| | | | 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-1/+1
|
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵Andrew Couch2012-10-211-0/+1
| | | | Delegated tooltips don't close when the tooltipped element is removed
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-221-0/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+12
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tooltip: Allow content updates via async response regardless of whether a ↵Scott González2011-05-281-1/+1
| | | | sync response came back. Added more tests.
* Tooltip tests: Coding standards.Scott González2011-05-281-31/+29
|
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-021-1/+1
| | | | enough for testswarm results to be useful.
* Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-081-1/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Tooltip: Added missing items testjzaefferer2011-02-111-1/+2
|
* Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵Richard Worth2011-02-111-0/+2
| | | | tests to run correctly on swarm.jquery.org
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-1/+1
| | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
* Tooltip: Unit tests cleanupjzaefferer2010-10-261-0/+1
|
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-151-0/+43
triggered events