Commit Graph

4601 Commits

Author SHA1 Message Date
Jörn Zaefferer
efe53f586f Grunt: Add copy:dist_units_images target to get rid of 404s when running unit tests against minified files 2012-05-02 18:39:31 +02:00
Jörn Zaefferer
3577955d2c Grunt: Update to testswarm@0.2.1, fixes timeout handling 2012-05-01 13:55:06 +02:00
Scott González
dbf31da79f Tooltip: Only check if the element is active if the event that is causing the tooltip to close is not focusout. 2012-04-30 13:31:14 -04:00
Jason Moon
b8b0c52830 Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn't move when dragging outside of container element 2012-04-30 13:04:18 -04:00
TJ VanToll
27d1023553 Draggable: Don't run stop methods for elements that have been removed. Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined. 2012-04-30 12:39:06 -04:00
Scott González
4ab7d53b1c Autocomplete: Prevent the default action on escape when the menu is open. Fixes #8282 - Double escape clear IE form, continue Ticket #7643. 2012-04-30 11:48:37 -04:00
Scott González
21df5c27e3 Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize."
This reverts commit 4f19289c10.
2012-04-30 10:39:06 -04:00
Scott González
b38dd26da0 Revert "Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8.
2012-04-30 10:38:51 -04:00
Jörn Zaefferer
b579df0f09 Grunt: Read authToken from a config json file. Will be stored on Jenkins machine, include tokens for all projects 2012-04-30 15:14:33 +02:00
Jörn Zaefferer
f9e61eb617 Fully revert breaking changes to core unit tests markup (htmllint ignores it 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.
2012-04-30 14:58:03 +02:00
Scott González
fc3fc6ec2e Effects tests: Added TODO for disabled test. 2012-04-30 08:42:01 -04:00
Timo Tijhof
fab4aa13ca Update grunt.js
- 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)
2012-04-30 13:43:44 +02:00
Jörn Zaefferer
7012ba69a8 Grunt: Update to node-testswarm 0.2.0 2012-04-30 13:14:50 +02:00
Corey Frang
aacdccc394 Effects Tests: Disabling focus based test - need some help here @scottgonzalez 2012-04-30 01:05:30 -05:00
Corey Frang
fe55b6cddb Effects: Updating unit tests to use some more stable logic hopefully 2012-04-30 00:19:52 -05:00
Corey Frang
1da2bf0daf Tests: Linting 2012-04-30 00:19:26 -05:00
Scott González
27072de094 Tests: Run JSHint. 2012-04-29 20:22:52 -04:00
Scott González
24d978f833 Core tests: Coding standards. 2012-04-29 20:22:52 -04:00
Jörn Zaefferer
eb9804bc99 Grunt: Fix testswarm urls 2012-04-29 23:03:53 +02:00
Jörn Zaefferer
e7c08d0fa7 Grunt: Extend list of tests to run with TestSwarm 2012-04-29 23:01:28 +02:00
Scott González
57d18cd6b7 Removed some unused variables. 2012-04-28 17:36:38 -04:00
Scott González
c974d0fc69 Autocomplete combobox demo: Define this.wrapper for use inside destroy(). 2012-04-28 16:07:17 -04:00
Jörn Zaefferer
2017889b3c Grunt: Experimental testswarm integration 2012-04-28 14:03:13 +02:00
Jörn Zaefferer
2b1b0374c4 Grunt: Update to grunt-css 0.2.0, includes better logging and some bug fixes 2012-04-27 14:48:46 +02:00
Richard D. Worth
f032fa6b2f Merge pull request #641 from lukaszlipinski/master
simulate: Removed duplicated variable declaration
2012-04-27 05:35:43 -07:00
Lukasz Lipinski
b16780764c target variable is already defined 2012-04-27 14:09:00 +03:00
Jörn Zaefferer
7ceb7e974f Grunt: Ignore core unit test markup for htmlllint until that codebase attribute can be replaced 2012-04-27 13:06:09 +02:00
Richard D. Worth
24d06bfc4d Partial revert to fix IE6 regression in 258a637 2012-04-26 14:37:52 -04:00
Jörn Zaefferer
9938e99964 Position: Fix markup for deprecated tests. Insert/remove some new lines to make comparision to position.html trivial 2012-04-26 20:16:06 +02:00
Jörn Zaefferer
f319d07bb0 Grunt: Ignore ajax content test files in htmllint task 2012-04-26 20:04:34 +02:00
Richard D. Worth
4fd2befe94 tests visual position: minor refactor 2012-04-26 10:06:01 -04:00
Richard D. Worth
258a637cc6 Fix various issues in our html files, fifth batch 2012-04-26 09:47:05 -04:00
Scott González
d165a77027 Accordion: Removed unused variables. 2012-04-25 08:39:35 -04:00
Jörn Zaefferer
109a927b5e Grunt: Update to latest grunt-compare-size plugin 2012-04-24 18:13:43 +02:00
Jörn Zaefferer
c660d679b1 Position: Remove at-center guards, take at:center into account instead. Fixes #8127 - collision:flip should be supported for at:center 2012-04-24 17:50:52 +02:00
Jörn Zaefferer
db72cb7e94 Merge branch 'position-notification' 2012-04-24 17:29:16 +02:00
Jörn Zaefferer
252352e124 Position: Fix scrollbar calculcation to correctly take overflow:scroll into account, along with unit tests 2012-04-24 17:23:25 +02:00
Jörn Zaefferer
1a0f2e4659 Position: Extend unit test for using to check feedback properties 2012-04-24 16:17:02 +02:00
Jörn Zaefferer
dfa89f999c Grunt: Add sizer_all to compare sizes of individual components 2012-04-24 15:48:14 +02:00
Scott González
cbc5207c41 Position tests: Fixed typo. 2012-04-24 09:04:58 -04:00
Scott González
88e141801c Tests: Check for null error objects when reporting JSHint errors. 2012-04-24 07:43:26 -04:00
Shahyar G
f3b022ddb8 Use length property, instead of the deprecated size() method. 2012-04-23 20:49:57 -04:00
Scott González
0f575e03bb Merge branch 'master' into position-notification
Conflicts:
	tests/unit/position/position_core_within.js
2012-04-23 16:33:34 -04:00
Scott González
9df981d268 Position: Added tests for flipfit. 2012-04-23 16:07:58 -04:00
Scott González
b093b6f6f7 Position tests: Simplify logic and reduce tests. 2012-04-23 15:52:20 -04:00
Jörn Zaefferer
0a6b126413 Fix various issues in our html files, fourth batch 2012-04-23 19:07:03 +02:00
Jörn Zaefferer
d40993dcf6 Fix various issues in our html files, third batch 2012-04-23 18:55:11 +02:00
Jörn Zaefferer
22edb77559 Fix various issues in our html files, second batch 2012-04-23 18:44:17 +02:00
Jörn Zaefferer
878eb54a14 Fix various issues in our html files, first batch 2012-04-23 18:29:35 +02:00
Scott González
15705723b2 Position tests: Removed unused elements. 2012-04-23 12:23:59 -04:00