index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-384b59e5c3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
draggable
/
draggable_core.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Rename files
Scott González
2015-04-09
1
-346
/
+0
*
Tests: Widget test helpers extend the main helper
Scott González
2015-04-09
1
-15
/
+14
*
Draggable: Convert tests to new infrastructure
Scott González
2015-04-09
1
-19
/
+22
*
Tests: Convert closeEnough() to a proper QUnit assertion
Scott González
2015-04-09
1
-3
/
+3
*
Revert "Draggable: Set explicit width/height instead of right/bottom"
TJ VanToll
2015-04-08
1
-34
/
+2
*
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
*
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
*
Draggable: Set explicit width/height instead of right/bottom css.
Uri Gilad
2014-08-18
1
-2
/
+33
*
Draggable: Only focus the draggable if the event occurs on a handle
Mike Sherov
2014-08-17
1
-7
/
+15
*
Draggable: consider offsets from overflow:hidden parents
Mike Sherov
2014-08-12
1
-30
/
+36
*
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
*
Slider & Interactions: Add Windows 8 touch support
TJ VanToll
2014-01-15
1
-0
/
+14
*
Draggable Unit Tests: Ensure IFRAMEs can be written to
Mike Sherov
2013-12-14
1
-5
/
+9
*
Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #...
Mike Sherov
2013-12-03
1
-1
/
+36
*
Draggable Tests: Test both position and offset of draggable element in all ap...
Mike Sherov
2013-10-21
1
-2
/
+4
*
Draggable Tests: Add position asserts to drag tests
Mike Sherov
2013-10-20
1
-2
/
+2
*
Draggable Tests: consolidate drag tests and provide error messages for all as...
Mike Sherov
2013-10-20
1
-3
/
+3
*
Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...
Mike Sherov
2013-10-19
1
-15
/
+7
*
Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...
Mike Sherov
2013-08-12
1
-0
/
+25
*
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...
Steven Luscher
2013-06-19
1
-0
/
+16
*
Clicking on a draggable anchor without moving it should make it the active el...
Steven Luscher
2013-06-19
1
-0
/
+14
*
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can...
Brian Grinstead
2013-05-20
1
-0
/
+16
*
Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ca...
Mike Sherov
2013-04-14
1
-0
/
+1
*
Draggable: allow draggable to defer destroying itself upon DOM removal until ...
Mike Sherov
2013-04-12
1
-2
/
+6
*
Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 te...
Mike Sherov
2013-04-07
1
-5
/
+10
*
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
*
Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #...
Mike Sherov
2013-04-02
1
-0
/
+35
*
Draggable Tests: Minor style fixes and removing unnecessary setup and teardow...
Mike Sherov
2013-03-26
1
-16
/
+5
*
Draggable Tests: Test that removing an element on drop doesn't cause a dragga...
Mike Sherov
2013-03-26
1
-0
/
+20
*
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: Re...
mathias.stenbom
2012-11-19
1
-0
/
+29
*
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...
Mike Sherov
2012-11-09
1
-2
/
+3
*
Dev: fix IE fails in draggable and selectable - Fixed #8770 Dev: Remove globa...
Mike Sherov
2012-11-04
1
-2
/
+2
*
Dev: remove globals from tests and moved test helpers to correct location - F...
Mike Sherov
2012-11-03
1
-69
/
+8
*
Dev: Fix test failures in oldIE. Fixed #8748 - Dev: Get draggable test suite ...
Mike Sherov
2012-10-31
1
-2
/
+5
*
Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ...
Mike Sherov
2012-10-30
1
-23
/
+61
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-3
/
+2
*
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