aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/position/position.html
Commit message (Collapse)AuthorAgeFilesLines
* Position tests: Work around IE6 bug with forced heights on small elements.Scott González2012-05-041-2/+2
|
* Position: Fix markup for deprecated tests. Insert/remove some new lines to ↵Jörn Zaefferer2012-04-261-8/+1
| | | | make comparision to position.html trivial
* Position: Fix scrollbar calculcation to correctly take overflow:scroll into ↵Jörn Zaefferer2012-04-241-1/+1
| | | | account, along with unit tests
* Position tests: Simplify logic and reduce tests.Scott González2012-04-231-14/+12
|
* Position tests: Removed unused elements.Scott González2012-04-231-8/+0
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Position tests: Changed DOM structure to fix dimensions of within container.Scott González2011-11-021-4/+4
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-1/+6
|
* Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-121-25/+29
| | | | 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ález2011-08-031-4/+1
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-27/+34
|\ | | | | | | | | | | | | | | | | 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
| * The qunit-fixture were preventing the results from being clicked. Make the ↵David Murdoch2011-05-121-8/+9
| | | | | | | | results appear on top of the qunit-fixture
| * Add tests for position's `within`David Murdoch2011-05-121-19/+25
| |
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Position: Split out tests for deprecated offset option.Scott González2011-03-221-10/+13
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Position tests: Set a line-height on elements with a height less than 10px. ↵Scott González2010-09-021-6/+11
| | | | Fixes failing tests in IE6.
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-0/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-261-0/+4
| | | | Fixes #5280 - ui.position generates different position in static context.
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-3/+10
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* eol-styleRichard Worth2010-01-011-29/+29
|
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-1/+1
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* removed ui.core.js from position testsuite - position may only depend on ↵Jörn Zaefferer2009-09-161-1/+0
| | | | jQuery core
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* Copied position plugin from /branches/dev/positionTo r2971.Scott González2009-07-241-0/+40