aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/menu
Commit message (Expand)AuthorAgeFilesLines
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-101-2/+3
* Menu Tests: Make the elements without anchors look like group headings and re...kborchers2012-05-251-6/+6
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-2/+49
* Menu visual tests: cleanup.Scott González2012-05-181-29/+20
* Menu: Update default visual test, remove the disable/toggle buttons, that beh...Jörn Zaefferer2012-05-181-34/+16
* Menu: Update default visual test, add headings and fix disable/destroy toggle...Jörn Zaefferer2012-05-181-4/+11
* Menu: Remove tablemenu visual test, broken and not interestingJörn Zaefferer2012-05-181-68/+0
* Menu: Remove drilldown visual test, broken and superceded by James Rosen's im...Jörn Zaefferer2012-05-181-267/+0
* Fix various issues in our html files, fourth batchJörn Zaefferer2012-04-233-19/+22
* Menu: Modified interactions to allow keyboard navigation to disabled items so...kborchers2012-04-161-1/+1
* Menu: Add dividers using empty list itemskborchers2012-04-071-0/+1
* Upgrade jQuery to 1.7.2.Scott González2012-03-223-3/+3
* Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - re...Scott González2012-02-121-7/+7
* Menu: Prevent navigating to disabled menu items with the keyboard.kborchers2012-02-061-2/+3
* Menu: Prevent clicking on disabled menu items and remove unnecessary extra pa...kborchers2012-02-031-5/+5
* Menu: Update the default visual test to use the new menus option that replace...kborchers2011-12-071-2/+2
* Upgrade jQuery to 1.7.1.Scott González2011-11-223-3/+3
* Upgrade jQuery to 1.7.Scott González2011-11-093-3/+3
* Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
* Upgraded jQuery to 1.6.4.Scott González2011-10-183-3/+3
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-2/+100
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-6/+6
* Upgrade jQuery to 1.6.2.Scott González2011-07-253-3/+3
* Popup and Menubar demosJörn Zaefferer2011-05-083-599/+0
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-074-425/+2
* Popup: Better key handling on trigger, along with a few more TODO commentsJörn Zaefferer2011-05-071-4/+14
* Popup: Improve key handlingJörn Zaefferer2011-05-071-5/+5
* Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-0/+2
* Popup: If popup is a menu, focus the first menu item, as menubar does.Jörn Zaefferer2011-05-071-0/+4
* Popup: Fix the reopens-issue when clicking the trigger while popup isJörn Zaefferer2011-05-071-3/+10
* Popup: Rename open flag to isOpen to avoid name conflict with open method.Jörn Zaefferer2011-05-051-4/+4
* Menubar: Code formatting. A bit of cleanup: Replace self with that;Jörn Zaefferer2011-05-041-135/+153
* Popup: Also expose open methodJörn Zaefferer2011-05-041-2/+2
* Popup: Prevent SPACE key event on trigger from scrolling the pageJörn Zaefferer2011-05-041-0/+6
* Popup: Rename _close to close and use it when selecting something within a po...Jörn Zaefferer2011-05-042-6/+6
* Popup: Partial fix for closing popup when trigger is clicked again.Jörn Zaefferer2011-05-041-1/+9
* Menubar reviewJörn Zaefferer2011-05-041-9/+19
* Popup: Update popup testJörn Zaefferer2011-05-041-1/+1
* Popup: Add a non-menu popup exampleJörn Zaefferer2011-05-031-1/+18
* Merge branch 'master' into menubarJörn Zaefferer2011-04-262-4/+53
|\
| * Menu: Add icons supportjzaefferer2011-04-201-3/+41
| * Close popup when blurred and make sure that shift-tab when popup is openjzaefferer2011-04-181-1/+12
* | removed unbind for focusin and focusoutHans Hillen2011-04-231-1/+1
* | change self.open to this.openHans Hillen2011-04-231-2/+2
* | Fix error for Escape key on menubar itemHans Hillen2011-04-221-1/+1
* | Added focusin & focusout handler for menubarHans Hillen2011-04-221-28/+16
* | Fix menubar escape key + minor css fixHans Hillen2011-04-202-4/+3
* | Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-182-5/+9