Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵ | Jörn Zaefferer | 2012-05-16 | 1 | -0/+1 |
| | | | | #7840 - Autocomplete: popup results not read by screen-readers | ||||
* | 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 ↵ | kborchers | 2012-01-22 | 4 | -20/+78 |
| | | | | as the disabled option. Cleaned up some variable names in unit tests. | ||||
* | 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 ↵ | kborchers | 2011-12-15 | 2 | -3/+6 |
| | | | | around within the menu on mousedown | ||||
* | 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 |
| | |||||
* | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 2 | -2/+8 |
| | | | | Updating unit tests. Thanks @kborchers | ||||
* | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 4 | -2/+98 |
| | |||||
* | 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 | 3 | -86/+88 |
| | | |||||
* | | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -42/+39 |
| | | |||||
* | | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
|/ | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Menu tests: Removed console.log() call. | Scott González | 2011-07-26 | 1 | -1/+0 |
| | |||||
* | Merge remote branch 'kborchers/menu_home_end' | Jörn Zaefferer | 2011-07-25 | 2 | -2/+462 |
|\ | |||||
| * | Menu: Added Home moves to first item and End moves to last item in currently ↵ | kborchers | 2011-07-25 | 2 | -2/+462 |
| | | | | | | | | 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 | ||||
* | | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -0/+21 |
|\| | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Menu: Passed the original event that causes a blur through collapseAll to ↵ | kborchers | 2011-07-19 | 1 | -0/+21 |
| | | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit | ||||
* | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
|/ | |||||
* | Fix menu unit tests (regression fron Hans' branch) | Jörn Zaefferer | 2011-05-02 | 1 | -4/+7 |
| | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -11/+10 |
| | |||||
* | Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip | Richard Worth | 2011-03-08 | 2 | -9/+0 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty | jzaefferer | 2011-02-25 | 1 | -1/+1 |
| | | | | string values | ||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -7/+3 |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | ||||
* | Menu: Cleanup unit test page | jzaefferer | 2011-02-25 | 1 | -2/+1 |
| | |||||
* | Menu: Fix testsuite, new option | jzaefferer | 2011-02-24 | 1 | -1/+5 |
| | |||||
* | Menu: Update unit test to use focus instead of activate method | jzaefferer | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
| |