Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Position: Apply IE6 line-height workaround to deprecated tests, too | Jörn Zaefferer | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Position tests: Work around IE6 bug with forced heights on small elements. | Scott González | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -0/+2 |
| | |||||
* | Position: Fix markup for deprecated tests. Insert/remove some new lines to ↵ | Jörn Zaefferer | 2012-04-26 | 2 | -16/+6 |
| | | | | make comparision to position.html trivial | ||||
* | Merge branch 'position-notification' | Jörn Zaefferer | 2012-04-24 | 2 | -5/+88 |
|\ | |||||
| * | Position: Fix scrollbar calculcation to correctly take overflow:scroll into ↵ | Jörn Zaefferer | 2012-04-24 | 2 | -1/+62 |
| | | | | | | | | account, along with unit tests | ||||
| * | Position: Extend unit test for using to check feedback properties | Jörn Zaefferer | 2012-04-24 | 1 | -4/+26 |
| | | |||||
* | | Position tests: Fixed typo. | Scott González | 2012-04-24 | 1 | -1/+1 |
|/ | |||||
* | Position: Added tests for flipfit. | Scott González | 2012-04-23 | 1 | -3/+57 |
| | |||||
* | Position tests: Simplify logic and reduce tests. | Scott González | 2012-04-23 | 4 | -762/+224 |
| | |||||
* | Position tests: Removed unused elements. | Scott González | 2012-04-23 | 2 | -16/+0 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 2 | -14/+10 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Lint | Scott González | 2012-04-19 | 2 | -89/+84 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 3 | -66/+66 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Position tests: Changed DOM structure to fix dimensions of within container. | Scott González | 2011-11-02 | 1 | -4/+4 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 2 | -2/+12 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Position: Added the missing div required for the fraction tests that were ↵ | kborchers | 2011-08-19 | 1 | -0/+4 |
| | | | | added to fix the broken test | ||||
* | Position: Added better collision detection for flip and fit, added visual ↵ | kborchers | 2011-08-12 | 3 | -128/+151 |
| | | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit! | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -7/+3 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 2 | -2/+2 |
| | | | | jQuery core. | ||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 3 | -27/+653 |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵ | Benjamin Sterling | 2011-07-11 | 2 | -0/+176 |
| | | | | | | | | if the element is flipped via css | ||||
| * | Fix visual test in IE6 and move the new helper functions for getting ↵ | David Murdoch | 2011-05-26 | 1 | -31/+6 |
| | | | | | | | | scrollbar properties to $.position | ||||
| * | updated tests to account for scrollbar width/height | David Murdoch | 2011-05-26 | 1 | -6/+31 |
| | | |||||
| * | Removing unnecessary variables, caching 'within' in tests where its ↵ | David Murdoch | 2011-05-16 | 2 | -189/+75 |
| | | | | | | | | beneficial, and making some other changes based on the code review | ||||
| * | position now passes all tests! 0/ | David Murdoch | 2011-05-13 | 2 | -6/+5 |
| | | |||||
| * | The qunit-fixture were preventing the results from being clicked. Make the ↵ | David Murdoch | 2011-05-12 | 2 | -10/+9 |
| | | | | | | | | results appear on top of the qunit-fixture | ||||
| * | Another whitespace fix | David Murdoch | 2011-05-12 | 1 | -103/+103 |
| | | |||||
| * | Add tests for position's `within` | David Murdoch | 2011-05-12 | 2 | -19/+585 |
| | | |||||
| * | Whitespace fix | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in original tests | David Murdoch | 2011-05-12 | 1 | -3/+2 |
| | | |||||
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 2 | -2/+2 |
| | | |||||
* | | Tests: Fixed trailing commas. | Scott González | 2011-07-25 | 1 | -2/+1 |
|/ | |||||
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵ | Jean-Francois Remy | 2011-05-03 | 1 | -5/+22 |
| | | | | - Position: Collision: fit doesn't work at top of window when scrolled. | ||||
* | Tests: Renamed files for deprecated tests now that TestSwarm is setup to ↵ | Scott González | 2011-04-04 | 1 | -0/+0 |
| | | | | properly handle them. | ||||
* | Position: Split out tests for deprecated offset option. | Scott González | 2011-03-22 | 4 | -41/+105 |
| | |||||
* | Position: Coding standards. | Scott González | 2011-03-22 | 1 | -285/+285 |
| | |||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 1 | -1/+35 |
| | | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Position: Test for window scrollTop support and run scrolled window test | jzaefferer | 2011-02-26 | 1 | -12/+20 |
| | | | | | only when support is there. Should exclude mobile devices, getting the position testsuite to produce more useful results. | ||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| |