aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵Jay Merrifield2012-05-071-6/+56
| | | | behavior for ESCAPE with multiple modal dialogs.
* Position: Apply IE6 line-height workaround to deprecated tests, tooJörn Zaefferer2012-05-071-2/+2
|
* 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
|
* Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵Jörn Zaefferer2012-04-301-1/+1
| | | | | | 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
|
* Effects Tests: Disabling focus based test - need some help here @scottgonzalezCorey Frang2012-04-301-1/+2
|
* Effects: Updating unit tests to use some more stable logic hopefullyCorey Frang2012-04-301-26/+67
|
* 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
|
* target variable is already definedLukasz Lipinski2012-04-271-1/+0
|
* 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
* 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
|
* Merge branch 'position-notification'Jörn Zaefferer2012-04-2410-16/+358
|\
| * Position: Fix scrollbar calculcation to correctly take overflow:scroll into ↵Jörn Zaefferer2012-04-243-2/+63
| | | | | | | | account, along with unit tests
| * Position: Extend unit test for using to check feedback propertiesJörn Zaefferer2012-04-241-4/+26
| |
| * Merge branch 'master' into position-notificationScott González2012-04-2389-1455/+892
| |\ | | | | | | | | | | | | Conflicts: tests/unit/position/position_core_within.js
| * | Position visual tests: Cleanup.Scott González2012-04-202-138/+143
| | |
| * | Merge branch 'master' into position-notificationScott González2012-04-2083-1370/+1440
| |\ \
| * | | Position: Use offsets for all calculations in feedback API.Scott González2012-04-201-1/+1
| | | |
| * | | Position: Expose target and element dimensions to allow further ↵Jörn Zaefferer2012-04-132-6/+111
| | | | | | | | | | | | | | | | customization, like calculating the angle between the two elements
| * | | Position: Extract getWithinInfo method, use that for tests that call ↵Jörn Zaefferer2012-04-131-5/+5
| | | | | | | | | | | | | | | | getScrollInfo directly, pass within info to that, gets rid of a few more DOM accesses
| * | | Position: Cleanup feedback test pageJörn Zaefferer2012-04-121-28/+14
| | | |
| * | | Position: Improve feedback API by giving the center/middle position more ↵Jörn Zaefferer2012-04-126-10/+25
| | | | | | | | | | | | | | | | weight. Also removed themeswitcher from test pages, now load faster
| * | | Position: Extend feedback test page to include two mouse-positioned ↵Jörn Zaefferer2012-04-111-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | elements, highlights the 0px center/middle limitation Also rename the demo file to match the variables names, 'feedback', instead of 'notification'
| * | | Position: Use a separate object and argument for the feedback information, ↵Jörn Zaefferer2012-04-102-9/+9
| | | | | | | | | | | | | | | | keeping position props as they were
| * | | Position: First draft for a new notification API, via using callback, ↵Jörn Zaefferer2012-04-102-4/+132
| | | | | | | | | | | | | | | | telling you were the of-element is, not just when something flipped. New test page demonstrates usage
* | | | Position tests: Fixed typo.Scott González2012-04-241-1/+1
| | | |
* | | | Tests: Check for null error objects when reporting JSHint errors.Scott González2012-04-241-0/+5
| | | |
* | | | Use length property, instead of the deprecated size() method.Shahyar G2012-04-237-115/+115
| |_|/ |/| |
* | | Position: Added tests for flipfit.Scott González2012-04-231-3/+57
| | |
* | | Position tests: Simplify logic and reduce tests.Scott González2012-04-234-762/+224
| | |
* | | Fix various issues in our html files, fourth batchJörn Zaefferer2012-04-239-101/+53
| | |
* | | Fix various issues in our html files, third batchJörn Zaefferer2012-04-233-55/+49
| | |
* | | Fix various issues in our html files, second batchJörn Zaefferer2012-04-235-85/+88
| | |
* | | Position tests: Removed unused elements.Scott González2012-04-232-16/+0
| | |
* | | Grunt: Add JSHINT to predefs for testsJörn Zaefferer2012-04-231-1/+2
| | |
* | | Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.Scott González2012-04-231-0/+2
| | |
* | | Tests: Moved loadResources to TestHelpers.Scott González2012-04-2325-209/+145
| | |
* | | Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-2334-24/+24
| | |
* | | Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ↵Scott González2012-04-232-4/+40
| | | | | | | | | | | | string.
* | | Update to latest qunit-compositeJörn Zaefferer2012-04-221-9/+9
| | |
* | | Update to official qunit composite addonJörn Zaefferer2012-04-2126-140/+159
| | |
* | | Resizable tests: Remove all bad tests.Scott González2012-04-203-68/+4
| | |
* | | Resizabe tests: Use equal() instead of equals().Scott González2012-04-201-2/+2
| | |
* | | Use .jshintrc files.Scott González2012-04-201-0/+58
| |/ |/|