Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Make sure the next element is defined in addition to checking length != 0 | kborchers | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Menu: Whitespace | kborchers | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -21/+20 |
| | |||||
* | Menu: Remove left over debugging statement. | kborchers | 2012-02-04 | 1 | -1/+0 |
| | |||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -7/+11 |
| | | | | padding from disabled items. | ||||
* | Menu: Added check for the disabled option on create. | kborchers | 2012-01-22 | 1 | -0/+3 |
| | |||||
* | Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed ↵ | Jörn Zaefferer | 2012-01-11 | 1 | -2/+1 |
| | | | | that before | ||||
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵ | Jörn Zaefferer | 2012-01-04 | 1 | -18/+0 |
| | | | | delete on the menubar branch, while development on master can continue without them. | ||||
* | Menu: Change first() and last() to isFirstItem() and isLastItem() | kborchers | 2011-12-23 | 1 | -4/+4 |
| | |||||
* | Menu: Fix close delay and increase the default delay | kborchers | 2011-12-20 | 1 | -14/+16 |
| | |||||
* | Menu: Replace accidentally removed scroll-handling code in focus | kborchers | 2011-12-15 | 1 | -0/+15 |
| | |||||
* | Menu: Fix focus handling to keep focus on the menu and prevent jumping ↵ | kborchers | 2011-12-15 | 1 | -41/+35 |
| | | | | around within the menu on mousedown | ||||
* | Menu: Change items option to menus | kborchers | 2011-12-01 | 1 | -2/+2 |
| | |||||
* | Menu: Remove the isScrolling check which nolonger seems necessary. | kborchers | 2011-11-30 | 1 | -12/+4 |
| | |||||
* | Menu: Move mousedown handler into _bind and fix focusing of the Menu after ↵ | kborchers | 2011-11-23 | 1 | -10/+7 |
| | | | | click. Fixes focus issues with Selectmenu and Autocomplete. | ||||
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵ | Scott González | 2011-10-20 | 1 | -2/+2 |
| | | | | document and window properties. | ||||
* | Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵ | Hans Hillen | 2011-10-19 | 1 | -1/+30 |
| | | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon). | ||||
* | Menu: Check if menu is scrolling to prevent inadvertent mouseover events ↵ | kborchers | 2011-10-12 | 1 | -4/+12 |
| | | | | from being fired on scroll | ||||
* | Menu: Refactoring the collapseAll to deal with some issues selecting - ↵ | Corey Frang | 2011-09-22 | 1 | -22/+24 |
| | | | | Updating unit tests. Thanks @kborchers | ||||
* | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 1 | -11/+12 |
| | |||||
* | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵ | Jörn Zaefferer | 2011-09-13 | 1 | -21/+19 |
| | | | | unneeded temp vars | ||||
* | Merge remote branch 'kborchers/menu_autoCollapse' | Jörn Zaefferer | 2011-09-12 | 1 | -16/+29 |
|\ | |||||
| * | Menu: Added autoCollapse as the default and added a unit test | kborchers | 2011-09-12 | 1 | -16/+29 |
| | | |||||
* | | Menu: Get rid of `var self`, replacing with `that` or calls to _delay | Jörn Zaefferer | 2011-09-12 | 1 | -47/+41 |
| | | |||||
* | | Menu: Replace regular bind call with _bind | Jörn Zaefferer | 2011-09-12 | 1 | -94/+94 |
|/ | |||||
* | Whitespace | Jörn Zaefferer | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Widget delegation: Put back the simple click event handler where it was. | Jörn Zaefferer | 2011-07-28 | 1 | -5/+7 |
| | |||||
* | Widget delegation: Further simplify menu code, blur handler also doesn't do ↵ | Jörn Zaefferer | 2011-07-28 | 1 | -3/+1 |
| | | | | anything | ||||
* | Widget delegation: Further simplify menu code | Jörn Zaefferer | 2011-07-28 | 1 | -3/+1 |
| | |||||
* | Widget delegation: Update menu to use _bind with delegation. Clean up test. | Jörn Zaefferer | 2011-07-28 | 1 | -45/+32 |
| | |||||
* | Menu: Added focusing first menu item when menu receives focus and ↵ | kborchers | 2011-07-26 | 1 | -0/+12 |
| | | | | collapseAll when menu loses focus (blur). | ||||
* | Merge remote branch 'kborchers/menu_home_end' | Jörn Zaefferer | 2011-07-25 | 1 | -19/+42 |
|\ | |||||
| * | Menu: Added Home moves to first item and End moves to last item in currently ↵ | kborchers | 2011-07-25 | 1 | -19/+42 |
| | | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav | ||||
* | | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -116/+171 |
|\| | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Menu: Passed the original event that causes a blur through collapseAll to ↵ | kborchers | 2011-07-19 | 1 | -5/+7 |
| | | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit | ||||
| * | 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 |
| | | |||||
* | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -12/+12 |
| | | |||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -14/+14 |
|/ | |||||
* | 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. |