Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -737/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -5/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Menu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -6/+10 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 1 | -0/+42 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | 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 |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | ||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 1 | -9/+9 |
| | | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692 | ||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 1 | -12/+12 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 1 | -1/+3 |
| | | | | | Fixes #10649 Closes gh-1356 | ||||
* | Menu: Maintain focus on already selected item during typeahead | TJ VanToll | 2014-10-03 | 1 | -0/+22 |
| | | | | | Fixes #10644 Closes gh-1354 | ||||
* | Menu: Filter out non-items when typing | Simen Bekkhus | 2014-09-29 | 1 | -0/+17 |
| | | | | | Fixes #10571 Closes gh-1329 | ||||
* | Menu: Remove click binding that was supposed to prevent default on anchor ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -21/+0 |
| | | | | clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets | ||||
* | 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 ↵ | Jörn Zaefferer | 2013-11-15 | 1 | -6/+6 |
| | | | | 9910e938aad1090339a2c7f60693093ee18aba82) | ||||
* | Menu: Add items option for better definition of menu items in non ↵ | Kris Borchers | 2013-10-05 | 1 | -0/+31 |
| | | | | parent-child structures | ||||
* | 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 |
| | | | | | | #9469: on( "menuselect" ) not firing every time. | ||||
* | 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 ↵ | Mike Sherov | 2012-10-23 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | 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: Removed test for key handling when the element doens't have ↵ | Scott González | 2012-07-17 | 1 | -18/+0 |
| | | | | focus (illogical test). | ||||
* | 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 ↵ | kborchers | 2012-01-22 | 1 | -6/+6 |
| | | | | as the disabled option. Cleaned up some variable names in unit tests. | ||||
* | 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 | 1 | -2/+5 |
| | | | | around within the menu on mousedown | ||||
* | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 1 | -1/+7 |
| | | | | Updating unit tests. Thanks @kborchers | ||||
* | 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 |
|/ |