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-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7...
David Petersen
2011-03-26
7
-10
/
+186
*
Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...
Scott González
2011-03-24
1
-0
/
+24
*
Progressbar: Removed visual test pages.
Scott González
2011-03-23
1
-28
/
+0
*
Tabs: Removed visual test pages.
Scott González
2011-03-23
1
-32
/
+0
*
Autocomplete: Removed visual test pages.
Scott González
2011-03-23
1
-80
/
+0
*
Accordion: Removed visual test pages.
Scott González
2011-03-23
17
-758
/
+0
*
Static tests: Removed highlight/error, overlay and index pages.
Scott González
2011-03-23
3
-152
/
+0
*
Tabs: Removed static test pages.
Scott González
2011-03-23
2
-66
/
+0
*
Progressbar: Removed static test pages.
Scott González
2011-03-23
2
-38
/
+0
*
Interactions: Removed static test pages.
Scott González
2011-03-23
5
-96
/
+0
*
Dialog: Removed static test pages.
Scott González
2011-03-23
2
-71
/
+0
*
Accordion: Removed static test pages. Added unit tests for dl markup structure.
Scott González
2011-03-23
6
-137
/
+54
*
Accordion tests: Fixed indentation.
Scott González
2011-03-23
2
-76
/
+64
*
Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...
Scott González
2011-03-22
1
-2
/
+8
*
Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...
Scott González
2011-03-22
1
-11
/
+29
*
Position: Split out tests for deprecated offset option.
Scott González
2011-03-22
4
-41
/
+105
*
Position: Coding standards.
Scott González
2011-03-22
1
-285
/
+285
*
Position: Merged offset option into my and at options and added support for p...
Scott González
2011-03-22
1
-1
/
+35
*
Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui
Scott González
2011-03-21
3
-11
/
+44
|
\
|
*
Tabs: Fix disable and enable methods to correctly handle when index is undefi...
David Petersen
2011-03-21
3
-11
/
+44
*
|
Use QUnit.push instead of assertion method for custom assertions to get
jzaefferer
2011-03-20
1
-1
/
+2
*
|
Menubar: Don't close active menu on mouseenter of associated button
jzaefferer
2011-03-17
1
-1
/
+1
*
|
Menubar: on a single-button menubar, ignore reopening the same menu
jzaefferer
2011-03-17
1
-0
/
+4
*
|
Menubar: Another fix for tab/focus handling
jzaefferer
2011-03-17
1
-5
/
+7
*
|
Menubar: Fix closing with escape key
jzaefferer
2011-03-17
1
-5
/
+9
*
|
Menubar: Focus/tab handling, improved much
jzaefferer
2011-03-17
1
-12
/
+45
*
|
Menubar: Put focus back to button when closing menu
jzaefferer
2011-03-17
1
-2
/
+4
*
|
Menubar: Close submenus on Escape first, only close all when on top-level
jzaefferer
2011-03-17
1
-1
/
+3
*
|
Menubar: Handle cursor UP/DOWN to open menu
jzaefferer
2011-03-17
1
-0
/
+9
*
|
Menubar: Handle ESCAPE to close and refactor document-click code to also use ...
jzaefferer
2011-03-17
1
-2
/
+11
*
|
Menu: menubar cleanup
jzaefferer
2011-03-17
1
-1
/
+1
*
|
Menu: Fix menubar tab and focus handling
jzaefferer
2011-03-17
2
-10
/
+15
*
|
Menu: More test markup
jzaefferer
2011-03-17
1
-2
/
+16
*
|
Autocomplete unit test: corrected name and argument order of equal() call in ...
Richard Worth
2011-03-15
1
-1
/
+1
*
|
Autocomplete: refactored unit tests for autoFocus option
Richard Worth
2011-03-15
1
-14
/
+8
*
|
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...
Richard Worth
2011-03-15
1
-0
/
+27
*
|
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...
Richard Worth
2011-03-15
3
-1
/
+4
*
|
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...
Richard Worth
2011-03-15
1
-0
/
+1
*
|
Accordion: set aria-selected to true on selected header, false on others. Fix...
Richard Worth
2011-03-15
1
-1
/
+5
|
/
*
Menu: Add menubar-with-one-button-in-table example.
jzaefferer
2011-03-11
1
-8
/
+67
*
Menu: Improve CSS on testpage
jzaefferer
2011-03-11
1
-1
/
+1
*
Button: find associated label even without common ancestor. Fixes #7092 - but...
ddstreet
2011-03-11
1
-0
/
+22
*
Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into gnarf...
Scott González
2011-03-09
2
-6
/
+31
|
\
|
*
Mouse visual test: Bump jQuery version.
Scott González
2011-03-08
1
-2
/
+2
|
*
Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed aft...
awgy
2011-03-08
1
-0
/
+67
|
*
Dialog: Added a class to dialog wrapper when it is currently displaying butto...
Douglas Neiner
2011-03-08
1
-1
/
+9
|
*
Switched to latest stable jQuery 1.5.1
Richard Worth
2011-03-08
205
-205
/
+205
|
*
Adding fade to the tests
gnarf
2011-03-06
2
-3
/
+12
|
*
Should add a visual test for the standard show/hide method to make sure we do...
gnarf
2011-03-02
2
-3
/
+19
*
|
Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip
Richard Worth
2011-03-08
4
-20
/
+0
[next]