aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-466/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-51/+51
| | | | | Ref #10119 Ref gh-1528
* Resizable: Convert tests to new infrastructureScott González2015-04-091-55/+56
| | | | | Ref #10119 Ref gh-1528
* Resizable: alsoResize more than one element of a jQuery selectionBen Mosher2015-03-041-0/+30
| | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-031-0/+29
| | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445
* Resizable: correct width when grid approaches zeroMike Sherov2015-01-271-2/+2
| | | | Fixes #10590
* Resizable: Whitespace CleanupMike Sherov2015-01-271-2/+2
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Resizable Tests: fix IE8 test fail due to unspecified border styleMike Sherov2014-08-131-1/+1
| | | | | IE <9 does not correctly set the height of an element if the borderWidth is non-zero but no borderStyle is specified.
* Resizable: account for padding & border in grids.Mike Sherov2014-08-051-0/+20
| | | | Fixes #10437
* Resizable: Fix containment width with relative parent.Jyoti Deka2014-08-041-10/+48
| | | | Refs #10140 Closes gh-1303
* Resizable: Fix containment calculation with relative parentMike Sherov2014-08-041-1/+15
| | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140
* Resizable: Only resize/reposition if size is greater than specified gridKris Borchers2014-01-151-0/+23
| | | | | Fixes #9611 Closes gh-1132
* Resizable: containment plugin restricts resizing within containerJyoti Deka2013-12-151-0/+31
| | | | | Fixes #7018 Fixes #9107 Closes gh-1122
* Resizable: containment now works with non - immediate childrenJyoti Deka2013-12-151-1/+14
| | | | Fixes #7485 Closes gh-1130
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-16/+16
|
* Resizable: Respect containment for alsoResize option. Fixes #4603 - ↵Scott González2012-12-031-0/+55
| | | | Resizable: alsoResize option doesn't work with containment. Fixes #5559 - Dialog: Content grows bigger than widget on resize at document edge.
* Dialog: Moved resizable handle test from resizable.Scott González2012-11-261-14/+0
|
* Resizable: Modified the default z-index value of resizable handles. Fixed ↵TJ VanToll2012-11-261-0/+14
| | | | #7960 - Dialog: Modal dialogs do not disable resizables on the page.
* Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not ↵Ethan Romba2012-11-091-0/+14
| | | | respect min/max dimensions
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-311-26/+26
| | | | test suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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.
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-52/+52
|
* resizable unit tests: split tests into individual filesRichard Worth2009-02-041-2/+180
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets