aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-116/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-5/+5
| | | | | Ref #10119 Ref gh-1528
* Menu: Convert tests to new infrastructureScott González2015-04-091-9/+13
| | | | | Ref #10119 Ref gh-1528
* Menu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-7/+7
|
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-041-7/+1
|
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-2/+3
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-2/+2
|
* Menu tests: Whitespace and general cleanupKris Borchers2013-07-151-2/+2
|
* Menu tests: Fix lint errorJörn Zaefferer2013-06-201-1/+1
|
* Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵TJ VanToll2013-06-161-0/+13
| | | | should recheck for menu icons
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
|
* Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵Jörn Zaefferer2012-11-051-0/+9
| | | | refresh() doesn't refresh existing submenus.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* Menu tests: re-order tests.Scott González2012-08-261-16/+16
|
* Menu tests: Added TODOs for missing method tests.Scott González2012-07-101-0/+24
|
* Menu tests: Cleanup.Scott González2012-06-271-17/+17
|
* Menu tests: Saner output for log helper.Scott González2012-06-181-1/+1
|
* Menu tests: Cleanup.Scott González2012-06-181-37/+39
|
* Menu: Properly remove submenu carat icons and menu dividers during destroy ↵kborchers2012-06-011-0/+3
| | | | and add a test for this functionality
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-1/+5
|
* Menu: Extend test for destroy methodJörn Zaefferer2012-05-211-0/+6
|
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-7/+10
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-4/+4
|
* Menu: Added unit tests for the enable, disable and refresh methods as well ↵kborchers2012-01-221-0/+30
| | | | as the disabled option. Cleaned up some variable names in unit tests.
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Menu:the first set of unit test files.dominiquevincent2010-05-061-0/+19
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>