Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -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 infrastructure | Scott González | 2015-04-09 | 1 | -28/+2 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -0/+4 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -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ález | 2012-10-28 | 1 | -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 tooltips | Jörn Zaefferer | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵ | Andrew Couch | 2012-10-21 | 1 | -0/+1 |
| | | | | Delegated tooltips don't close when the tooltipped element is removed | ||||
* | Tooltip: Handle multiple aria-describedby values. | Scott González | 2012-05-22 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -6/+12 |
| | |||||
* | 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 |
| | |||||
* | Tooltip: Allow content updates via async response regardless of whether a ↵ | Scott González | 2011-05-28 | 1 | -1/+1 |
| | | | | sync response came back. Added more tests. | ||||
* | Tooltip tests: Coding standards. | Scott González | 2011-05-28 | 1 | -31/+29 |
| | |||||
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | | | | enough for testswarm results to be useful. | ||||
* | Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip | Richard Worth | 2011-03-08 | 1 | -1/+0 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Tooltip: Added missing items test | jzaefferer | 2011-02-11 | 1 | -1/+2 |
| | |||||
* | Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵ | Richard Worth | 2011-02-11 | 1 | -0/+2 |
| | | | | tests to run correctly on swarm.jquery.org | ||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 1 | -1/+1 |
| | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
* | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 1 | -0/+1 |
| | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 1 | -0/+43 |
triggered events |