aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Compound visual tests: Cleanup.Scott González2012-05-0810-685/+231
|
* grunt.js testswarm task: shorten job nameTimo Tijhof2012-05-071-2/+2
|
* Effects: Check for anonymous content being exposed via ↵Scott González2012-05-071-0/+9
| | | | document.activeElement. Fixes #8288 - Regression: jquery-ui animations focus fix causes Firefox Security Manager veto.
* Dialog: Removed trailing whitespace.Scott González2012-05-071-6/+6
|
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵Jay Merrifield2012-05-072-17/+71
| | | | behavior for ESCAPE with multiple modal dialogs.
* Sortable: Moved change of helper position css. Fixed #5321 – Helper in a ↵martinf552012-05-071-5/+5
| | | | bottom-positioned Sortable is positioned wrong on drag start.
* Position: Apply IE6 line-height workaround to deprecated tests, tooJörn Zaefferer2012-05-071-2/+2
|
* Grunt: Cleanup testswarm task, increase timeout to 20 minutes (until ↵Jörn Zaefferer2012-05-071-27/+27
| | | | BrowserStack queue is increased)
* Update node-testswarm to 0.2.2Jörn Zaefferer2012-05-071-1/+1
|
* Position tests: Work around IE6 bug with forced heights on small elements.Scott González2012-05-041-2/+2
|
* Tabs tests: Work around IE quirks.Scott González2012-05-041-3/+15
|
* Core tests: Fix double focus in IEJörn Zaefferer2012-05-041-0/+2
|
* Don't run JSHint on TestSwarm.Scott González2012-05-041-1/+1
|
* Update to QUnit 1.6.0Jörn Zaefferer2012-05-042-658/+759
|
* Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵Scott González2012-05-031-8/+10
| | | | date in Date range datepicker.
* Grunt: Add copy:dist_units_images target to get rid of 404s when running ↵Jörn Zaefferer2012-05-021-1/+6
| | | | unit tests against minified files
* Grunt: Update to testswarm@0.2.1, fixes timeout handlingJörn Zaefferer2012-05-011-1/+1
|
* Tooltip: Only check if the element is active if the event that is causing ↵Scott González2012-04-301-1/+4
| | | | the tooltip to close is not focusout.
* Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder ↵Jason Moon2012-04-301-2/+2
| | | | doesn't move when dragging outside of container element
* Draggable: Don't run stop methods for elements that have been removed. ↵TJ VanToll2012-04-301-2/+8
| | | | Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined.
* Autocomplete: Prevent the default action on escape when the menu is open. ↵Scott González2012-04-301-0/+4
| | | | Fixes #8282 - Double escape clear IE form, continue Ticket #7643.
* Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - ↵Scott González2012-04-301-2/+3
| | | | | | jQuery UI 1.8.19 don't respect forcePlaceholderSize." This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37.
* Revert "Sortable: modified the contents of placeholder to a single " ". ↵Scott González2012-04-301-1/+1
| | | | | | Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down." This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2.
* Grunt: Read authToken from a config json file. Will be stored on Jenkins ↵Jörn Zaefferer2012-04-301-2/+3
| | | | machine, include tokens for all projects
* Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵Jörn Zaefferer2012-04-302-4/+4
| | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.
* Effects tests: Added TODO for disabled test.Scott González2012-04-301-1/+1
|
* Update grunt.jsTimo Tijhof2012-04-301-2/+2
| | | | | | | | - Raise runMax to enable automatic error-margin recovery in TestSwarm - Turn browserSets into an array (since it is) - Add "beta" to browserSets (the only difference right now is the inclusion of IE10)
* Grunt: Update to node-testswarm 0.2.0Jörn Zaefferer2012-04-302-3/+3
|
* Effects Tests: Disabling focus based test - need some help here @scottgonzalezCorey Frang2012-04-302-2/+3
|
* Effects: Updating unit tests to use some more stable logic hopefullyCorey Frang2012-04-302-36/+76
|
* Tests: LintingCorey Frang2012-04-301-1/+1
|
* Tests: Run JSHint.Scott González2012-04-295-6/+25
|
* Core tests: Coding standards.Scott González2012-04-291-30/+25
|
* Grunt: Fix testswarm urlsJörn Zaefferer2012-04-291-1/+1
|
* Grunt: Extend list of tests to run with TestSwarmJörn Zaefferer2012-04-291-4/+34
|
* Removed some unused variables.Scott González2012-04-285-18/+4
|
* Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-04-281-1/+1
|
* Grunt: Experimental testswarm integrationJörn Zaefferer2012-04-282-1/+20
|
* Grunt: Update to grunt-css 0.2.0, includes better logging and some bug fixesJörn Zaefferer2012-04-271-1/+1
|
* Merge pull request #641 from lukaszlipinski/masterRichard D. Worth2012-04-271-1/+0
|\ | | | | simulate: Removed duplicated variable declaration
| * target variable is already definedLukasz Lipinski2012-04-271-1/+0
|/
* Grunt: Ignore core unit test markup for htmlllint until that codebase ↵Jörn Zaefferer2012-04-271-1/+1
| | | | attribute can be replaced
* Partial revert to fix IE6 regression in 258a637Richard D. Worth2012-04-261-1/+1
|
* Position: Fix markup for deprecated tests. Insert/remove some new lines to ↵Jörn Zaefferer2012-04-262-16/+6
| | | | make comparision to position.html trivial
* Grunt: Ignore ajax content test files in htmllint taskJörn Zaefferer2012-04-261-1/+4
|
* tests visual position: minor refactorRichard D. Worth2012-04-263-45/+45
|
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-269-50/+119
|
* Accordion: Removed unused variables.Scott González2012-04-251-4/+2
|
* Grunt: Update to latest grunt-compare-size pluginJörn Zaefferer2012-04-241-1/+1
|
* Position: Remove at-center guards, take at:center into account instead. ↵Jörn Zaefferer2012-04-241-10/+6
| | | | Fixes #8127 - collision:flip should be supported for at:center