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
/
menu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Menu tests: Added test for widget() method.
Scott González
2012-08-26
1
-0
/
+8
*
Menu tests: re-order tests.
Scott González
2012-08-26
1
-16
/
+16
*
Upgrade jQuery to 1.8.0.
Scott González
2012-08-13
1
-1
/
+1
*
Menu tests: Removed test for key handling when the element doens't have focus...
Scott González
2012-07-17
1
-18
/
+0
*
Menu: Rename icon option to icons.submenu
Jörn Zaefferer
2012-07-12
3
-7
/
+19
*
Menu tests: Added TODOs for missing method tests.
Scott González
2012-07-10
1
-0
/
+24
*
Menu tests: Proper detection for absence of ui-state-disabled class.
Scott González
2012-07-10
1
-2
/
+2
*
Menu tests: More complete role option tests.
Scott González
2012-07-10
1
-3
/
+30
*
Menu: Alphabetize options.
Scott González
2012-07-10
1
-1
/
+1
*
Menu: Expose the submenu indicator icon as an icon option
kborchers
2012-07-10
1
-0
/
+1
*
Menu tests: Split out markup structure and accessibility assertions.
Scott González
2012-06-28
1
-12
/
+18
*
Menu tests: Cleanup.
Scott González
2012-06-27
4
-71
/
+71
*
Menu tests: Saner output for log helper.
Scott González
2012-06-18
5
-75
/
+73
*
Menu tests: Cleanup.
Scott González
2012-06-18
5
-321
/
+334
*
Menu: Properly remove submenu carat icons and menu dividers during destroy an...
kborchers
2012-06-01
1
-0
/
+3
*
Menu tests: Anchor the regex for aria-activedescendant check.
Scott González
2012-05-30
1
-1
/
+1
*
Menu tests: Fix test id's so that they are unique to pass linting
kborchers
2012-05-29
1
-3
/
+3
*
Menu tests: Add id's to some anchors to ensure destroy is only removing id's ...
kborchers
2012-05-29
1
-3
/
+3
*
Menu tests: Modify test to check for id's generated by the new uniqueId method
kborchers
2012-05-29
1
-1
/
+1
*
Menu: Better handling of divider elements and menu items without anchors.
kborchers
2012-05-24
3
-9
/
+27
*
Menu Tests: Increase timeout on page up/down test
kborchers
2012-05-23
1
-1
/
+1
*
Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.
kborchers
2012-05-22
2
-37
/
+88
*
Menu: Handle SPACE same as ENTER, select items or opening submenus
Jörn Zaefferer
2012-05-22
1
-2
/
+14
*
Menu: Extend test for destroy method
Jörn Zaefferer
2012-05-21
1
-0
/
+6
*
Menu: Tests for role option
Jörn Zaefferer
2012-05-18
2
-13
/
+26
*
Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...
Jörn Zaefferer
2012-05-16
1
-0
/
+1
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-7
/
+5
*
Tests: Rename {widget}_defaults.js -> {widget}_common.js
Scott González
2012-04-23
2
-1
/
+1
*
Update to official qunit composite addon
Jörn Zaefferer
2012-04-21
1
-2
/
+2
*
Menu tests: Update tests to test mouseenter instead of mouseover
kborchers
2012-04-19
1
-6
/
+8
*
Tests: Move commonWidgetTests() to TestHelpers.
Scott González
2012-04-19
1
-1
/
+1
*
Menu tests: Don't pollute the global namespace with helpers.
kborchers
2012-04-19
4
-114
/
+125
*
Merge branch 'menuaria' into master
kborchers
2012-04-19
2
-0
/
+68
|
\
|
*
Menu: Add unit tests for testing disabled items
kborchers
2012-04-18
2
-0
/
+68
*
|
Tests: Lint
Scott González
2012-04-19
2
-10
/
+12
|
/
*
Upgrade jQuery to 1.7.2.
Scott González
2012-03-22
1
-1
/
+1
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
4
-70
/
+70
*
Menu: Add default null callbacks and update unit tests
kborchers
2012-02-26
1
-1
/
+4
*
Menu: Clean up tests to remove nested setTimeout calls
kborchers
2012-02-17
1
-123
/
+143
*
Menu tests: Handle async focus events in IE.
Scott González
2012-02-09
1
-99
/
+101
*
Menu: Focus the menu before performing keyboard unit tests.
kborchers
2012-02-06
1
-8
/
+15
*
Menu: Added unit tests for the enable, disable and refresh methods as well as...
kborchers
2012-01-22
4
-20
/
+78
*
Menu tests: Removed trigger option.
Scott González
2012-01-18
1
-2
/
+1
*
Menu: Fix close delay and increase the default delay
kborchers
2011-12-20
1
-17
/
+23
*
Menu: Fix focus handling to keep focus on the menu and prevent jumping around...
kborchers
2011-12-15
2
-3
/
+6
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
1
-1
/
+1
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
1
-1
/
+1
*
Tests: Added ability to run tests against minified files via ?min=1
Scott González
2011-10-28
1
-5
/
+11
*
Menu: Added the new trigger option to the defaults unit test
kborchers
2011-10-19
1
-0
/
+1
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
1
-1
/
+1
[next]