aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-244/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-25/+25
| | | | | Ref #10119 Ref gh-1528
* Resizable: Convert tests to new infrastructureScott González2015-04-091-30/+30
| | | | | Ref #10119 Ref gh-1528
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-161-4/+6
| | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210
* Resizable: modified to allow resizing when resizables are nested.Jyoti Deka2013-12-141-0/+33
| | | | | Fixes #5025 Closes gh-1149
* Resizable: Store size based on calculated helper size to prevent 1 pixel ↵Kris Borchers2013-10-181-0/+15
| | | | shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-20/+20
|
* Resizable: use css() instead of position() for absolute placement. Fixes ↵Mike Sherov2012-11-171-1/+22
| | | | #3815 - Resizable: absolutely positioned element inside scrollable element is repositioned when resized
* Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width ↵Ethan Romba2012-11-121-7/+28
| | | | | | | | 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: 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-031-16/+0
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-311-25/+27
| | | | test suite to pass
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-25/+25
|
* resizable unit tests: split tests into individual filesRichard Worth2009-02-041-2/+138
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets