aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu.html
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Don't focus dividers when wrapping via keyboard navigationScott González2017-05-021-0/+10
| | | | | Fixes #15157 Closes gh-1804
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Menu: Convert tests to new infrastructureScott González2015-04-091-25/+2
| | | | | Ref #10119 Ref gh-1528
* Menu: Add classes optionAlexander Schmitz2015-03-111-1/+14
| | | | | Ref #7053 Ref gh-1411
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-188/+209
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* All: Drop support for IE7Scott González2014-10-211-4/+0
| | | | | Fixes #9838 Closes gh-1365
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-071-1/+1
| | | | | Fixes #10649 Closes gh-1356
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-291-0/+9
| | | | | Fixes #10571 Closes gh-1329
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Menu tests: Fix line height issue in IE7Scott González2013-12-031-0/+4
|
* Menu tests: Force line height to ensure we know how many items will be scrolled.Scott González2013-11-201-0/+4
|
* Menu: Add items option for better definition of menu items in non ↵Kris Borchers2013-10-051-0/+43
| | | | parent-child structures
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-165/+156
|
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-121-5/+1
|
* Menu tests: Saner output for log helper.Scott González2012-06-181-2/+0
|
* Menu tests: Fix test id's so that they are unique to pass lintingkborchers2012-05-291-3/+3
|
* Menu tests: Add id's to some anchors to ensure destroy is only removing id's ↵kborchers2012-05-291-3/+3
| | | | that have been generated
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-0/+3
|
* Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.kborchers2012-05-221-1/+1
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Menu: Add unit tests for testing disabled itemskborchers2012-04-181-0/+16
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-5/+11
|
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-0/+38
|
* Menu tests: Cleanup.Scott González2011-08-031-17/+5
|
* Tests: Cleanup.Scott González2011-08-031-42/+39
|
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge remote branch 'kborchers/menu_home_end'Jörn Zaefferer2011-07-251-2/+157
|\
| * Menu: Added Home moves to first item and End moves to last item in currently ↵kborchers2011-07-251-2/+157
| | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-081-1/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Menu: Cleanup unit test pagejzaefferer2011-02-251-2/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵Richard Worth2011-02-111-0/+1
| | | | tests to run correctly on swarm.jquery.org
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
|
* Menu: Implemented destroy method and disabled option, modified test to pass ↵jzaefferer2010-06-181-6/+6
| | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features
* Menu:the first set of unit test files.dominiquevincent2010-05-061-0/+74
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>