aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable
Commit message (Collapse)AuthorAgeFilesLines
* Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width ↵Ethan Romba2012-11-123-12/+202
| | | | | | | | and height when only one is changing Resizable: Trigger resize event only when element is resized. Fixes #5545 - Callbacks ignore the grid. Resizable: Added event tests. Fixes #5817 - resize event reports unconstrained ui.size
* Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not ↵Ethan Romba2012-11-091-0/+14
| | | | respect min/max dimensions
* Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: ↵Mathias Stenbom2012-11-051-0/+20
| | | | Complex markup for handles.
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-033-16/+16
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-312-51/+53
| | | | test suite to pass
* Tests: Removed old code that kept bad test suites out of TestSwarm.Scott González2012-10-261-10/+0
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-234-45/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-261-1/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* 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
|
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-0/+9
| | | | dialog does not disable resizables on the page.
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-28/+24
|
* Tests: Lint.Scott González2012-04-181-1/+1
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-293-80/+80
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-7/+12
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Tests: Cleanup.Scott González2011-08-031-27/+27
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Resizable: Removed empty tickets test file.Scott González2011-03-282-9/+0
|
* 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
|
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-191-0/+0
|
* 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
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Unit tests: Disable stale interaction tests only on testswarm, but allow ↵jzaefferer2010-04-141-4/+12
| | | | them to run locally
* Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-011-1/+1
|
* Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-011-0/+3
| | | | get 100% passing on TestSwarm now
* 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/+11
| | | | | | | 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
|
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-12/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* 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-2/+2
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935