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
/
dialog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: Pull in jquery.simulate.js from Bower
Mike Sherov
2014-08-22
1
-1
/
+1
*
Tests: Fix composite tests
Scott González
2014-08-01
1
-1
/
+1
*
Build: Reorganize external directory
Scott González
2014-06-24
2
-4
/
+4
*
Dialog: Honor preventDefault when managing focus
Jörn Zaefferer
2014-06-10
1
-2
/
+25
*
Dialog: Fix shift-tab handling, focus the correct element
Jörn Zaefferer
2014-06-10
1
-7
/
+9
*
All: Rename jquery.js to exclude version in filename
Jörn Zaefferer
2014-03-05
1
-1
/
+1
*
Dialog: Work around subpixel issues in dialog resizable test
Jörn Zaefferer
2014-02-20
1
-4
/
+7
*
Tests: Update to sane QUnit markup
Jörn Zaefferer
2014-02-20
2
-10
/
+2
*
Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable
Brian J. Dowling
2014-02-11
2
-3
/
+3
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-13
/
+13
*
Dialog: Keep track of instances to focus when elements outside the dialog get...
Jörn Zaefferer
2013-11-20
1
-0
/
+48
*
Dialog: Restore focus to the previously focused element when window regains f...
Jörn Zaefferer
2013-11-15
1
-14
/
+34
*
Dialog tests: Work around focus issue in IE8.
Scott González
2013-11-14
1
-0
/
+5
*
Dialog test: Ensure dialog is tall enough to be scrolled.
Scott González
2013-11-14
1
-0
/
+2
*
Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.
Jörn Zaefferer
2013-10-02
1
-4
/
+17
*
Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ...
Scott González
2013-08-15
2
-2
/
+2
*
Dialog: Search the correct document for focus trapping. Fixes #9439 - Dialog:...
Scott González
2013-08-07
1
-5
/
+5
*
Updating jQuery to 1.10.2.
Bruno M. Custódio
2013-07-05
1
-1
/
+1
*
Widget tests: Use instance method. Also replace a few instances of $.data in ...
Jörn Zaefferer
2013-03-19
1
-2
/
+2
*
Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ar...
Scott González
2013-03-15
2
-130
/
+0
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-1
/
+3
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-3
/
+1
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-1
/
+3
*
Updating 'jQuery' to 1.9.1.
Bruno M. Custódio
2013-02-05
1
-1
/
+1
*
Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: brok...
Scott González
2013-02-02
1
-0
/
+13
*
Dialog: Add effect files to deprecated testsuite to sync with non-deprecated ...
Jörn Zaefferer
2013-02-01
1
-0
/
+4
*
Dialog: Check for empty array in addition to empty object when checking if th...
Scott González
2013-02-01
1
-0
/
+10
*
Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Dou...
Scott González
2013-01-31
1
-0
/
+29
*
Dialog Tests: Cleanup el -> element
Kris Borchers
2013-01-30
6
-386
/
+386
*
Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ove...
Kris Borchers
2013-01-30
1
-0
/
+12
*
Dialog: Move call to _focusTabbable and triggering of open and focus events i...
Kris Borchers
2013-01-30
2
-0
/
+42
*
Dialog: modified _createOverlay to _appendTo instead of document.body. Fixed ...
David Sullivan
2013-01-26
1
-8
/
+28
*
Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 -...
David Petersen
2013-01-24
1
-1
/
+32
*
Updating to jQuery 1.9.0
Kris Borchers
2013-01-17
1
-1
/
+1
*
Tests: Convert single quotes to double quotes.
Mike Sherov
2012-12-26
7
-290
/
+290
*
Dialog Tests: Fix test fails due to window measurements in FF and IE7
Mike Sherov
2012-12-22
3
-57
/
+78
*
Dev: stop loading *_tickets.js in the test suite.
Mike Sherov
2012-12-22
2
-2
/
+0
*
Dev: remove todos from datepicker and dialog testsuite
Mike Sherov
2012-12-12
1
-11
/
+10
*
Dialog: Cleanup.
Scott González
2012-12-11
1
-1
/
+1
*
Dialog tests: More async focus handling to deal with IE8.
Scott González
2012-12-10
1
-29
/
+54
*
Dialog tests: Updated markup for deprecated tests to match standard tests.
Scott González
2012-12-10
1
-0
/
+2
*
Dev: remove unnecessary simulated drag delegation in test suite
Mike Sherov
2012-12-08
1
-4
/
+3
*
Dev: Change incorrect references in test suite from #main to #qunit-fixture.
Mike Sherov
2012-12-08
1
-1
/
+2
*
Dev: Remove *_tickets.js test files and move the associated tests to the prop...
Mike Sherov
2012-12-07
5
-123
/
+114
*
Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog...
Scott González
2012-12-07
1
-2
/
+2
*
Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attac...
Scott González
2012-12-07
3
-0
/
+44
*
Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: D...
Scott González
2012-12-05
1
-4
/
+11
*
Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia...
Scott González
2012-12-04
1
-0
/
+5
*
Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i...
Scott González
2012-12-04
1
-2
/
+0
*
Dialog: Remove the instance-storing for the overlay, just create one whenever...
Jörn Zaefferer
2012-12-04
1
-11
/
+0
[next]