Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Bind to mouseenter instead of mouseover to avoid use of ↵ | kborchers | 2012-04-19 | 1 | -2/+1 |
| | | | | stopImmediatePropagation | ||||
* | Menu: Lint. | Scott González | 2012-04-19 | 1 | -2/+2 |
| | |||||
* | Menu: Whitespace | kborchers | 2012-04-18 | 1 | -4/+5 |
| | |||||
* | Menu: Modified interactions to allow keyboard navigation to disabled items ↵ | kborchers | 2012-04-16 | 1 | -17/+13 |
| | | | | so that they are announced by screen readers but prevent selection of and navigation to sub-menus of disabled items | ||||
* | Menu: Fixed typo in comment | kborchers | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | Menu: Add aria-disabled attribute to disabled items, namespace and cleanup ↵ | kborchers | 2012-04-16 | 1 | -4/+12 |
| | | | | the currentEventTarget click event | ||||
* | Menu: Check that the event object is defined before checking type | kborchers | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Menu: Remove most event.stopImmediatePropagation() to allow proper event ↵ | kborchers | 2012-04-14 | 1 | -34/+27 |
| | | | | bubbling | ||||
* | Menu: Cleanup. | Scott González | 2012-04-10 | 1 | -165/+178 |
| | |||||
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -3/+8 |
| | |||||
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵ | Jörn Zaefferer | 2012-04-04 | 1 | -1/+1 |
| | | | | lint in those remaining | ||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -19/+23 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Menu: Better disabled item handling using preventDefault() for the click ↵ | kborchers | 2012-03-18 | 1 | -0/+3 |
| | | | | event on anchors inside of disabled menu items and change the pointer to default | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Menu: Add default null callbacks and update unit tests | kborchers | 2012-02-26 | 1 | -1/+6 |
| | |||||
* | Use jQuery.css() instead of deprecated jQuery.curCSS(). | Scott González | 2012-02-12 | 1 | -2/+2 |
| | |||||
* | 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 |
|\ |