Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Menu tests: Whitespace and general cleanup | Kris Borchers | 2013-07-15 | 3 | -21/+21 | |
| | ||||||
* | Menu tests: Check default is prevented on any click on disabled menus | Kris Borchers | 2013-07-14 | 1 | -0/+21 | |
| | ||||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 | |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | |||||
* | Menu tests: Fix lint error | Jörn Zaefferer | 2013-06-20 | 1 | -1/+1 | |
| | ||||||
* | Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵ | TJ VanToll | 2013-06-16 | 1 | -0/+13 | |
| | | | | should recheck for menu icons | |||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -1/+4 | |
| | | | | change icons option after init | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 | |
| | ||||||
* | Menu tests: Better handling of async focus in IE. | Scott González | 2012-12-11 | 1 | -91/+108 | |
| | ||||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵ | Jörn Zaefferer | 2012-11-05 | 1 | -0/+9 | |
| | | | | refresh() doesn't refresh existing submenus. | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 3 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 | |
| | ||||||
* | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵ | Scott González | 2012-09-05 | 1 | -7/+11 | |
| | | | | value overwritten/not correctly set. | |||||
* | 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 ↵ | Scott González | 2012-07-17 | 1 | -18/+0 | |
| | | | | focus (illogical test). | |||||
* | 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 ↵ | kborchers | 2012-06-01 | 1 | -0/+3 | |
| | | | | and add a test for this functionality | |||||
* | 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 | |
| | | | | that have been generated | |||||
* | 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 | |
| | | | | #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 | |
|/ |