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-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draggable: append divs to iframe parent for iframefix
Mike Sherov
2014-08-24
1
-0
/
+42
*
Draggable: Check all parents for fixed positioning when scrolling
Mike Sherov
2014-08-23
1
-12
/
+20
*
Draggable: No cloning in connectToSortable and ensure correct position
Mike Sherov
2014-08-23
2
-1
/
+105
*
Draggable Tests: Ensure scrolling and dragging tests assert correctly
Dave Stein
2014-08-22
4
-12
/
+27
*
Build: Pull in jquery.simulate.js from Bower
Mike Sherov
2014-08-22
1
-1
/
+1
*
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: Ensure helper is positioned even if its the element itself
Mike Sherov
2014-08-19
1
-0
/
+19
*
Draggable: Set explicit width/height instead of right/bottom css.
Uri Gilad
2014-08-18
2
-2
/
+34
*
Draggable: Ensure overflow:visible containments are correctly measured
Mike Sherov
2014-08-17
1
-0
/
+30
*
Draggable: Only focus the draggable if the event occurs on a handle
Mike Sherov
2014-08-17
1
-7
/
+15
*
Draggable: Recalculate hash offset on start after plugins run
Mike Sherov
2014-08-16
1
-0
/
+39
*
Draggable Tests: Clarify position helper test generation
Mike Sherov
2014-08-14
1
-43
/
+44
*
Draggable: Account for margins when snapping
Mike Sherov
2014-08-14
1
-0
/
+4
*
Draggable Tests: Fix IE8 test when native scroll happens
Mike Sherov
2014-08-13
1
-3
/
+22
*
Draggable: ignore overflow:hidden containers with scroll option
Mike Sherov
2014-08-12
1
-0
/
+14
*
Draggable: consider offsets from overflow:hidden parents
Mike Sherov
2014-08-12
2
-31
/
+37
*
Draggable Tests: Fix several whitespace issues.
Mike Sherov
2014-08-12
2
-3
/
+2
*
Draggable Tests: Fix inconsistent operator spacing.
Mike Sherov
2014-08-06
1
-4
/
+4
*
Tests: Fix composite tests
Scott González
2014-08-01
1
-1
/
+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
*
Build: Reorganize external directory
Scott González
2014-06-24
2
-4
/
+4
*
All: Rename jquery.js to exclude version in filename
Jörn Zaefferer
2014-03-05
1
-1
/
+1
*
Tests: Update to sane QUnit markup
Jörn Zaefferer
2014-02-20
2
-10
/
+2
*
Draggable Tests: fix IE scroll tests affected by focus issues.
Mike Sherov
2014-02-18
1
-5
/
+12
*
Draggable Tests: fix IE offset tests affected by focus issues.
Mike Sherov
2014-02-18
1
-1
/
+1
*
Draggable: fix current JSCS violations.
Mike Sherov
2014-02-18
2
-28
/
+38
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-7
/
+7
*
Draggable: fix changing containment
Ben Higgins
2014-01-20
1
-2
/
+7
*
Tests: Fix draggable_options expected test count to be dynamic
Brian J. Dowling
2014-01-16
1
-1
/
+2
*
Slider & Interactions: Add Windows 8 touch support
TJ VanToll
2014-01-15
1
-0
/
+14
*
Draggable: Test fix regarding static scrolling
Dave Stein
2013-12-15
1
-1
/
+2
*
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
3
-4
/
+49
*
Draggable Tests: don't test auto scroll while testing helpers.
Mike Sherov
2013-10-31
2
-12
/
+7
*
Draggable Tests: Ensure all combinations of helper / draggable positions / sc...
Mike Sherov
2013-10-29
1
-274
/
+49
*
Draggable Tests: Ensure Draggable tests are correctly testing offset under sc...
Mike Sherov
2013-10-23
3
-116
/
+108
*
Draggable Tests: Test both position and offset of draggable element in all ap...
Mike Sherov
2013-10-21
4
-61
/
+73
*
Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...
Mike Sherov
2013-10-20
1
-4
/
+18
*
Draggable Tests: Fix lint error.
Mike Sherov
2013-10-20
1
-2
/
+2
*
Draggable Tests: Add position asserts to drag tests
Mike Sherov
2013-10-20
4
-60
/
+74
*
Draggable Tests: consolidate drag tests and provide error messages for all as...
Mike Sherov
2013-10-20
3
-65
/
+64
*
Draggable Tests: clarify scroll helpers.
Mike Sherov
2013-10-20
2
-66
/
+58
*
Draggable Tests: make sure offset tests are actually testing offsets
Mike Sherov
2013-10-19
3
-12
/
+14
*
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
*
Updating jQuery to 1.10.2.
Bruno M. Custódio
2013-07-05
1
-1
/
+1
*
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
[next]