aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-242/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-10/+10
| | | | | Ref #10119 Ref gh-1528
* Resizable: Convert tests to new infrastructureScott González2015-04-091-14/+15
| | | | | Ref #10119 Ref gh-1528
* Resizable: Fix size/position changes in resize eventScott González2014-07-241-0/+21
| | | | | Fixes #10351 Closes gh-1292
* Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵Christian Klammer2013-05-291-0/+47
| | | | Erratic behavior of contained elements within scrollable grandparents
* Dev: update jquery.simulate.js to latest version from ↵Mike Sherov2012-12-121-21/+25
| | | | http://github.com/jquery/jquery-simulate
* Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width ↵Ethan Romba2012-11-121-3/+160
| | | | | | | | 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
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Resizable tests: Remove all bad tests.Scott González2012-04-201-12/+0
|
* resizable unit tests: split tests into individual filesRichard Worth2009-02-041-1/+9
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets