Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -466/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -51/+51 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Resizable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -55/+56 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -0/+30 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | ||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 1 | -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 zero | Mike Sherov | 2015-01-27 | 1 | -2/+2 |
| | | | | Fixes #10590 | ||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 1 | -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 style | Mike Sherov | 2014-08-13 | 1 | -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 Sherov | 2014-08-05 | 1 | -0/+20 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 1 | -10/+48 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 1 | -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 grid | Kris Borchers | 2014-01-15 | 1 | -0/+23 |
| | | | | | Fixes #9611 Closes gh-1132 | ||||
* | Resizable: containment plugin restricts resizing within container | Jyoti Deka | 2013-12-15 | 1 | -0/+31 |
| | | | | | Fixes #7018 Fixes #9107 Closes gh-1122 | ||||
* | Resizable: containment now works with non - immediate children | Jyoti Deka | 2013-12-15 | 1 | -1/+14 |
| | | | | Fixes #7485 Closes gh-1130 | ||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -16/+16 |
| | |||||
* | Resizable: Respect containment for alsoResize option. Fixes #4603 - ↵ | Scott González | 2012-12-03 | 1 | -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ález | 2012-11-26 | 1 | -14/+0 |
| | |||||
* | Resizable: Modified the default z-index value of resizable handles. Fixed ↵ | TJ VanToll | 2012-11-26 | 1 | -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 Romba | 2012-11-09 | 1 | -0/+14 |
| | | | | respect min/max dimensions | ||||
* | Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵ | Mike Sherov | 2012-10-31 | 1 | -26/+26 |
| | | | | test suite to pass | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -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ález | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵ | TJ VanToll | 2012-04-19 | 1 | -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 Zaefferer | 2012-02-29 | 1 | -52/+52 |
| | |||||
* | resizable unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+180 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |