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
/
menu_events.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Rename files
Scott González
2015-04-09
1
-737
/
+0
*
Tests: Widget test helpers extend the main helper
Scott González
2015-04-09
1
-5
/
+5
*
Menu: Convert tests to new infrastructure
Scott González
2015-04-09
1
-6
/
+10
*
Menu: Ignore bubbled mouseenter events on parent items
Jörn Zaefferer
2015-04-08
1
-0
/
+42
*
Menu: Use new has/lacksClasses assertions for all class checks
Alexander Schmitz
2015-03-11
1
-2
/
+2
*
Tests: Reduce timeouts to optimize testsuite runtime
Jörn Zaefferer
2015-03-04
1
-19
/
+23
*
Tests: Fix style issues with missing or multiple line breaks
Jörn Zaefferer
2015-01-24
1
-1
/
+0
*
Menu: Use ui-state-active consistently
Jörn Zaefferer
2015-01-21
1
-9
/
+9
*
Menu: Wrap menu items in a <div>
TJ VanToll
2014-10-25
1
-12
/
+12
*
Menu: Typeahead now accounts for leading whitespace
Trisha Crowley
2014-10-07
1
-1
/
+3
*
Menu: Maintain focus on already selected item during typeahead
TJ VanToll
2014-10-03
1
-0
/
+22
*
Menu: Filter out non-items when typing
Simen Bekkhus
2014-09-29
1
-0
/
+17
*
Menu: Remove click binding that was supposed to prevent default on anchor cli...
Jörn Zaefferer
2013-12-03
1
-21
/
+0
*
Menu tests: Force line height to ensure we know how many items will be scrolled.
Scott González
2013-11-20
1
-6
/
+6
*
Menu: Update unit test that regressed from style changes (see 9910e938aad1090...
Jörn Zaefferer
2013-11-15
1
-6
/
+6
*
Menu: Add items option for better definition of menu items in non parent-chil...
Kris Borchers
2013-10-05
1
-0
/
+31
*
Menu: Remove the requirement to use anchors in menu items
Kris Borchers
2013-10-05
1
-8
/
+8
*
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
*
Menu tests: Whitespace and general cleanup
Kris Borchers
2013-07-15
1
-18
/
+18
*
Menu tests: Check default is prevented on any click on disabled menus
Kris Borchers
2013-07-14
1
-0
/
+21
*
Menu tests: Better handling of async focus in IE.
Scott González
2012-12-11
1
-91
/
+108
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-15
/
+15
*
Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...
Scott González
2012-09-05
1
-7
/
+11
*
Menu tests: Removed test for key handling when the element doens't have focus...
Scott González
2012-07-17
1
-18
/
+0
*
Menu tests: Cleanup.
Scott González
2012-06-27
1
-29
/
+29
*
Menu tests: Saner output for log helper.
Scott González
2012-06-18
1
-68
/
+68
*
Menu tests: Cleanup.
Scott González
2012-06-18
1
-228
/
+225
*
Menu: Better handling of divider elements and menu items without anchors.
kborchers
2012-05-24
1
-8
/
+19
*
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
1
-36
/
+87
*
Menu: Handle SPACE same as ENTER, select items or opening submenus
Jörn Zaefferer
2012-05-22
1
-2
/
+14
*
Menu tests: Update tests to test mouseenter instead of mouseover
kborchers
2012-04-19
1
-6
/
+8
*
Menu tests: Don't pollute the global namespace with helpers.
kborchers
2012-04-19
1
-86
/
+89
*
Merge branch 'menuaria' into master
kborchers
2012-04-19
1
-0
/
+52
|
\
|
*
Menu: Add unit tests for testing disabled items
kborchers
2012-04-18
1
-0
/
+52
*
|
Tests: Lint
Scott González
2012-04-19
1
-6
/
+7
|
/
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
1
-58
/
+58
*
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
1
-6
/
+6
*
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
1
-2
/
+5
*
Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...
Corey Frang
2011-09-22
1
-1
/
+7
*
Menu: Add support for structures other than UL/LI plus visual and unit tests
kborchers
2011-09-14
1
-0
/
+57
*
Merge remote branch 'kborchers/menu_autoCollapse'
Jörn Zaefferer
2011-09-12
1
-0
/
+19
|
\
|
*
Menu: Added autoCollapse as the default and added a unit test
kborchers
2011-09-12
1
-0
/
+19
*
|
Tests: Cleanup.
Scott González
2011-08-03
1
-1
/
+1
*
|
Menu tests: Cleanup.
Scott González
2011-08-03
1
-69
/
+69
|
/
[next]