Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Style updates | Alexander Schmitz | 2015-08-21 | 2 | -3/+3 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Menu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -7/+7 |
| | |||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 6 | -4/+4 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 5 | -20/+23 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Menu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -53/+53 |
| | | | | | 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 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Tests: Handle jQuery git returning `null` for empty attributes | Scott González | 2015-03-25 | 1 | -2/+2 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516 | ||||
* | Menu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -28/+34 |
| | |||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 2 | -8/+31 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 3 | -28/+26 |
| | |||||
* | 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 | ||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 2 | -2/+2 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 7 | -213/+244 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 1 | -4/+0 |
| | | | | | Fixes #9838 Closes gh-1365 | ||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 2 | -2/+4 |
| | | | | | 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 | 2 | -0/+26 |
| | | | | | Fixes #10571 Closes gh-1329 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -4/+4 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | 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: Fix line height issue in IE7 | Scott González | 2013-12-03 | 1 | -0/+4 |
| | |||||
* | Menu tests: Force line height to ensure we know how many items will be scrolled. | Scott González | 2013-11-20 | 2 | -6/+10 |
| | |||||
* | Menu: Update unit test that regressed from style changes (see ↵ | Jörn Zaefferer | 2013-11-15 | 3 | -13/+10 |
| | | | | 9910e938aad1090339a2c7f60693093ee18aba82) | ||||
* | Menu: More precise removal of ui-state-active class for easier CSS ↵ | Kris Borchers | 2013-10-18 | 1 | -0/+13 |
| | | | | overrides. Fixes #9532 - Need a way in Menu to keep ui-state-active class on selected item | ||||
* | Menu: Add items option for better definition of menu items in non ↵ | Kris Borchers | 2013-10-05 | 3 | -0/+75 |
| | | | | parent-child structures | ||||
* | Menu: Remove the requirement to use anchors in menu items | Kris Borchers | 2013-10-05 | 5 | -191/+179 |
| | |||||
* | Menu: Only focus menu after click if focus is on an element within menu. ↵ | Kris Borchers | 2013-09-17 | 1 | -0/+18 |
| | | | | Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget | ||||
* | 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 | 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. |