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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to pro...
Kris Borchers
2013-11-01
2
-3
/
+27
*
Draggable Tests: don't test auto scroll while testing helpers.
Mike Sherov
2013-10-31
2
-12
/
+7
*
Droppable: update ddmanager when scope changes through setOption. Fixed #9287...
Andrei Picus
2013-10-29
1
-4
/
+42
*
Draggable Tests: Ensure all combinations of helper / draggable positions / sc...
Mike Sherov
2013-10-29
1
-274
/
+49
*
Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #94...
Monika Piotrowicz
2013-10-28
1
-6
/
+6
*
Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.
Scott González
2013-10-24
1
-1
/
+1
*
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
3
-20
/
+15
*
Menu: More precise removal of ui-state-active class for easier CSS overrides....
Kris Borchers
2013-10-18
1
-0
/
+13
*
Resizable: Store size based on calculated helper size to prevent 1 pixel shif...
Kris Borchers
2013-10-18
1
-0
/
+15
*
Autocomplete: Append liveRegion to body to support detached init. Fixes #9590...
Jörn Zaefferer
2013-10-19
1
-0
/
+9
*
Widget: option-method should work as getter only when argument length is 1. F...
Jyoti Deka
2013-10-16
1
-3
/
+14
*
Autocomplete tests: Update tests now that generated menu doesn't have anchors...
Kris Borchers
2013-10-05
2
-3
/
+2
*
Menu: Add items option for better definition of menu items in non parent-chil...
Kris Borchers
2013-10-05
3
-0
/
+75
*
Menu: Remove the requirement to use anchors in menu items
Kris Borchers
2013-10-05
5
-191
/
+179
*
Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.
Jörn Zaefferer
2013-10-02
1
-4
/
+17
*
Build: Remove the build task and it's dependencies. Will bring back testing a...
Jörn Zaefferer
2013-09-20
1
-0
/
+4
*
Menu: Only focus menu after click if focus is on an element within menu. Fixe...
Kris Borchers
2013-09-17
1
-0
/
+18
*
Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method
Jörn Zaefferer
2013-09-13
1
-0
/
+32
*
Widget Bridge: Make the _init method optional. Add tests for both states. Fix...
Jörn Zaefferer
2013-09-11
1
-1
/
+12
*
Demos/tests: Losslessly recompress PNG/GIF images.
Pere Orga
2013-08-26
1
-0
/
+0
*
Tests: Fixed accidental use of comma instead of semicolon.
Scott González
2013-08-21
1
-1
/
+1
*
Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ...
Scott González
2013-08-15
2
-2
/
+2
*
Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...
Mike Sherov
2013-08-12
1
-0
/
+25
*
Dialog: Search the correct document for focus trapping. Fixes #9439 - Dialog:...
Scott González
2013-08-07
1
-5
/
+5
*
Menu tests: jshint cleanup of unused argument
TJ VanToll
2013-08-03
1
-1
/
+1
*
Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes #...
TJ VanToll
2013-08-03
1
-0
/
+15
*
Widget Factory: Fix multiple var statements in test
Alexander Schmitz
2013-07-31
1
-3
/
+3
*
Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget fa...
Alexander Schmitz
2013-07-31
1
-2
/
+3
*
Menu tests: Whitespace and general cleanup
Kris Borchers
2013-07-15
3
-21
/
+21
*
Menu tests: Check default is prevented on any click on disabled menus
Kris Borchers
2013-07-14
1
-0
/
+21
*
Core tests: Explicitly focus the body during delayed .focus() test to avoid a...
Scott González
2013-07-09
1
-0
/
+6
*
Updating jQuery to 1.10.2.
Bruno M. Custódio
2013-07-05
23
-22
/
+23
*
Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs...
Scott González
2013-07-03
1
-2
/
+7
*
Test: Update effects_core test, since puff-effect and size-effect now have it...
Rafael Xavier de Souza
2013-06-22
2
-4
/
+3
*
Menu tests: Fix lint error
Jörn Zaefferer
2013-06-20
1
-1
/
+1
*
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...
Steven Luscher
2013-06-19
3
-11
/
+29
*
Clicking on a draggable anchor without moving it should make it the active el...
Steven Luscher
2013-06-19
1
-0
/
+14
*
Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing sho...
TJ VanToll
2013-06-16
1
-0
/
+13
*
Slider Tests: Remove pointless doc blocks.
Scott González
2013-06-04
4
-12
/
+0
*
Slider: Remove range div when changing range option to false. Fixes #9355 - S...
Scott González
2013-06-03
1
-1
/
+16
*
Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests t...
Jörn Zaefferer
2013-05-31
1
-4
/
+4
*
Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: E...
Christian Klammer
2013-05-29
1
-0
/
+47
[next]