Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a ↵ | kborchers | 2011-07-14 | 1 | -4/+4 |
| | | | | reference to left in Menubar to collapse. | ||||
* | Menu: Fix formatting and whitespace (was supposed to update previous commit) | Jörn Zaefferer | 2011-07-14 | 1 | -4/+7 |
| | |||||
* | Menu: Check if submenu is already open and if so, don't call open again. ↵ | kborchers | 2011-07-14 | 1 | -0/+4 |
| | | | | Fixes Firefox bug where a mouseover of an icon adjusted the position of a submenu by a half pixel | ||||
* | Menu: Remove the ui-state-active class from the siblings of the newly ↵ | kborchers | 2011-07-13 | 1 | -0/+2 |
| | | | | activated menu item without a delay to fix a bug where mouseover of a menu item directly adjacent to the active item would cause a 1 pixel jump due to both items having a class with a border (ui-state-active and ui-state-focus) | ||||
* | Menu: Added close on click outside using technique from popup | kborchers | 2011-07-12 | 1 | -0/+8 |
| | |||||
* | Menu: Changed left and right methods to collapse and expand respectively. | kborchers | 2011-07-05 | 1 | -6/+6 |
| | |||||
* | menu: Second pass style guidance | gnarf | 2011-06-10 | 1 | -70/+98 |
| | |||||
* | menu: Partial Style Guidance - Fixing JSLint Warnings | gnarf | 2011-06-10 | 1 | -45/+54 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -2/+1 |
| | | | | version numbers on instances. | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Jörn Zaefferer | 2011-05-11 | 1 | -6/+7 |
|\ | |||||
| * | Menu: Fixed variable name. | Scott González | 2011-05-11 | 1 | -2/+2 |
| | | |||||
| * | Menu: Use appropriate methods for getting scroll values for .prop()/.attr() ↵ | Scott González | 2011-05-11 | 1 | -4/+5 |
| | | | | | | | | compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6. | ||||
* | | Menu: Remove default preventDefault. Add more meaningful href's on menu | Jörn Zaefferer | 2011-05-11 | 1 | -2/+0 |
| | | | | | | | | | | and menubar demos. Change doesn't seem to affect autocomplete as that doesn't use href-attributes anyway. | ||||
* | | Autocomplete: Revert fix for #7024, broke regular menu selection. | Jörn Zaefferer | 2011-05-11 | 1 | -3/+1 |
|/ | | | | Disabled test for now (need to reopen ticket). | ||||
* | Autocomplete: Added check to determine if menu has just been created to ↵ | kborchers | 2011-05-09 | 1 | -1/+3 |
| | | | | override mouseover event and reset that variable from autocomplete on close. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved | ||||
* | Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID | Jörn Zaefferer | 2011-05-03 | 1 | -1/+1 |
| | | | | | (can get generated, but removing only generated ideas hopefully isn't necessary). May have to fix that later. | ||||
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 1 | -4/+9 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| * | Menu: Add ui-state-active to parent item when submenu item receives focus. | jzaefferer | 2011-04-23 | 1 | -2/+3 |
| | | |||||
| * | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -1/+4 |
| | | |||||
| * | Menu: Make keyboard focus matching take submenus into account | jzaefferer | 2011-04-20 | 1 | -2/+2 |
| | | |||||
* | | Fix collapsing submenus issue | Hans Hillen | 2011-04-22 | 1 | -3/+1 |
| | | |||||
* | | Prevent branch menuitems from firing select event | Hans Hillen | 2011-04-22 | 1 | -2/+9 |
| | | |||||
* | | Fix "menubar does not collapse when clicking on other menubar" + minor changes | Hans Hillen | 2011-04-18 | 1 | -0/+1 |
| | | |||||
* | | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ↵ | Hans Hillen | 2011-04-15 | 1 | -30/+43 |
|/ | | | | handled | ||||
* | Menu: Close submenu on ESCAPE keypress | jzaefferer | 2011-03-17 | 1 | -0/+6 |
| | |||||
* | Menu: Implement delaying of opening and closing submenus | jzaefferer | 2011-03-17 | 1 | -4/+18 |
| | |||||
* | Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵ | Scott González | 2011-03-15 | 1 | -2/+7 |
| | | | | - Menu click when no mouseover causes error. | ||||
* | Menu: Cleanup | jzaefferer | 2011-02-28 | 1 | -3/+0 |
| | |||||
* | Menu: Move addClass(active) call to _open to make it work for both mouse | jzaefferer | 2011-02-28 | 1 | -1/+2 |
| | | | | and keyboard interactions | ||||
* | Removed active state when menu closes | maggiewachs | 2011-02-24 | 1 | -1/+3 |
| | |||||
* | Added active state toggle to items with submenus to provide "breadcrumb" ↵ | maggiewachs | 2011-02-24 | 1 | -4/+7 |
| | | | | feedback | ||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 1 | -15/+88 |
| | | | | testmenu into contextmenu.html | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -1/+18 |
| | |||||
* | Menu: Fix filter matching to work with flyout menu | jzaefferer | 2011-02-24 | 1 | -2/+3 |
| | |||||
* | Menu: Move item matching code into menu | jzaefferer | 2011-02-24 | 1 | -0/+36 |
| | |||||
* | Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks | jzaefferer | 2011-02-24 | 1 | -2/+2 |
| | | | | the same. | ||||
* | Menu: Rename activate to focus and deactivate to blur method | jzaefferer | 2011-02-24 | 1 | -14/+14 |
| | |||||
* | Menu: Overhauled nested menu via flyoutmenu.js backported from Michael | jzaefferer | 2011-02-22 | 1 | -4/+1 |
| | | | | | Lang's fork. Changed key input handling by setting focus to menu, getting rid of input option. | ||||
* | Menu: Remove ui-state-hover class from menu items on destroy | jzaefferer | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | Menu: Fix unit tests and set the right menu1-activedescendant attribute | jzaefferer | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+2 |
| | |||||
* | All: Define defaultElement for non-div widgets. | Scott González | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵ | Scott González | 2011-01-14 | 1 | -3/+1 |
| | | | | widgets with simple destroy methods. | ||||
* | Menu: Update license header. | jzaefferer | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | Menu: Implemented new (experimental) ARIA based on discussions on the ↵ | jzaefferer | 2010-11-16 | 1 | -7/+20 |
| | | | | jquery-a11y list. | ||||
* | Menu: Good enough | jzaefferer | 2010-10-28 | 1 | -3/+1 |
| | |||||
* | Menu: Further refactoring of next/previousPage | jzaefferer | 2010-10-28 | 1 | -16/+8 |
| | |||||
* | Menu: Refactored next/previousPage logic and activate-scrolling, improved much! | jzaefferer | 2010-10-28 | 1 | -30/+29 |
| | |||||
* | Menu: Refactored menu to use .first()/.last() instead of :first/:last ↵ | jzaefferer | 2010-10-28 | 1 | -17/+21 |
| | | | | whereever possible |