Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -346/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -15/+14 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -19/+22 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Convert closeEnough() to a proper QUnit assertion | Scott González | 2015-04-09 | 1 | -3/+3 |
| | | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528 | ||||
* | Revert "Draggable: Set explicit width/height instead of right/bottom" | TJ VanToll | 2015-04-08 | 1 | -34/+2 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Draggable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -12/+11 |
| | |||||
* | Draggable: Check all parents for fixed positioning when scrolling | Mike Sherov | 2014-08-23 | 1 | -12/+20 |
| | | | | Fixes #9612 | ||||
* | Draggable Tests: Ensure scrolling and dragging tests assert correctly | Dave Stein | 2014-08-22 | 1 | -2/+3 |
| | |||||
* | Draggable Tests: Fix failures due to fractional widths | Mike Sherov | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 1 | -0/+17 |
| | | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 1 | -2/+33 |
| | | | | Fixes #7772 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 1 | -7/+15 |
| | | | | Refs #10527 | ||||
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 1 | -30/+36 |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | ||||
* | Draggable Tests: Fix several whitespace issues. | Mike Sherov | 2014-08-12 | 1 | -2/+1 |
| | |||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -0/+13 |
| | |||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -2/+6 |
| | | | | | Fixes #10212 Closes gh-1284 | ||||
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 1 | -0/+14 |
| | | | | | | Fixes #9709 Fixes #9710 Closes gh-1152 | ||||
* | Draggable Unit Tests: Ensure IFRAMEs can be written to | Mike Sherov | 2013-12-14 | 1 | -5/+9 |
| | | | | Draggable tests were failing in IE because the frame needs to be written to to be accessible to further DOM manipulation. | ||||
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵ | Mike Sherov | 2013-12-03 | 1 | -1/+36 |
| | | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers. | ||||
* | Draggable Tests: Test both position and offset of draggable element in all ↵ | Mike Sherov | 2013-10-21 | 1 | -2/+4 |
| | | | | applicable tests. | ||||
* | Draggable Tests: Add position asserts to drag tests | Mike Sherov | 2013-10-20 | 1 | -2/+2 |
| | | | | They're currently disabled however due to bugs both in the tests and in the actual widget. | ||||
* | Draggable Tests: consolidate drag tests and provide error messages for all ↵ | Mike Sherov | 2013-10-20 | 1 | -3/+3 |
| | | | | assertions. | ||||
* | Tests: extract TestHelpers.forceScrollableWindow for tests that need the ↵ | Mike Sherov | 2013-10-19 | 1 | -15/+7 |
| | | | | window to scroll | ||||
* | Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - ↵ | Mike Sherov | 2013-08-12 | 1 | -0/+25 |
| | | | | Draggable: jumps down with offset of scrollbar | ||||
* | Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵ | Steven Luscher | 2013-06-19 | 1 | -0/+16 |
| | | | | Draggable: Inputs do not blur when clicking on a draggable | ||||
* | Clicking on a draggable anchor without moving it should make it the active ↵ | Steven Luscher | 2013-06-19 | 1 | -0/+14 |
| | | | | element (Fixes #8399). | ||||
* | Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵ | Brian Grinstead | 2013-05-20 | 1 | -0/+16 |
| | | | | cannot drag element inside iframe | ||||
* | Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵ | Mike Sherov | 2013-04-14 | 1 | -0/+1 |
| | | | | cases for old Opera and old Safari. | ||||
* | Draggable: allow draggable to defer destroying itself upon DOM removal until ↵ | Mike Sherov | 2013-04-12 | 1 | -2/+6 |
| | | | | after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed. | ||||
* | Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 ↵ | Mike Sherov | 2013-04-07 | 1 | -5/+10 |
| | | | | tests by accounting for a bug in $.contains on disconnected Elements. | ||||
* | Draggable Tests: fix copypasta'd assertion messages. | Mike Sherov | 2013-04-06 | 1 | -2/+2 |
| | |||||
* | Draggable: Don't cache parent offset if the parent position is fixed. Fixes ↵ | Mike Sherov | 2013-04-03 | 1 | -0/+30 |
| | | | | #5009 - Draggable: scroll not working with parent's position fixed | ||||
* | Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes ↵ | Mike Sherov | 2013-04-02 | 1 | -0/+35 |
| | | | | #6258 - Draggable: not following mouse when scrolled and using overflow-y: scroll. | ||||
* | Draggable Tests: Minor style fixes and removing unnecessary setup and ↵ | Mike Sherov | 2013-03-26 | 1 | -16/+5 |
| | | | | teardown for core tests. | ||||
* | Draggable Tests: Test that removing an element on drop doesn't cause a ↵ | Mike Sherov | 2013-03-26 | 1 | -0/+20 |
| | | | | draggable error. Fixes #9159 - Draggable Tests: Write test case for #8269 | ||||
* | Draggable Tests: Add test coverage for supported options | Mike Sherov | 2013-03-04 | 1 | -27/+42 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -12/+12 |
| | |||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 1 | -13/+10 |
| | |||||
* | Dev: Change incorrect references in test suite from #main to #qunit-fixture. | Mike Sherov | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | Draggable: made handles work with complex markup. Fixes #8757 - Draggable: ↵ | mathias.stenbom | 2012-11-19 | 1 | -0/+29 |
| | | | | Resizable handle with inner element does not work, when its also draggable | ||||
* | Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵ | Mike Sherov | 2012-11-09 | 1 | -2/+3 |
| | | | | re-enable the dialog test suite | ||||
* | Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove ↵ | Mike Sherov | 2012-11-04 | 1 | -2/+2 |
| | | | | globals and Standardize Test Suite | ||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -69/+8 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ↵ | Mike Sherov | 2012-10-31 | 1 | -2/+5 |
| | | | | to pass | ||||
* | Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵ | Mike Sherov | 2012-10-30 | 1 | -23/+61 |
| | | | | test suite to pass | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -9/+9 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | draggable unit tests: typo in 'addClasses: false' test | Richard Worth | 2009-02-02 | 1 | -5/+1 |
| | |||||
* | draggable unit tests: cleanup | Richard Worth | 2009-02-02 | 1 | -0/+71 |