aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/menu/flyoutmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.htmljzaefferer2011-02-241-110/+0
| | | | testmenu into contextmenu.html
* Menu: Refactoring flyout menu in prepartion for merging into menujzaefferer2011-02-241-10/+6
|
* Menu: Fix filter matching to work with flyout menujzaefferer2011-02-241-39/+2
|
* Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymorejzaefferer2011-02-241-4/+1
|
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-241-2/+2
|
* Menu: Introducing position option into flyout menujzaefferer2011-02-231-5/+17
|
* Menu: Rename nested.html to flyoutmenu.html, updated headersjzaefferer2011-02-221-7/+4
|
* Menu: Overhauled menubar, again starting with Michael Lang's fork. Addedjzaefferer2011-02-221-14/+8
| | | | | | working keyboard navigation, including nested menus. Still need to properly style the menu buttons, e.g. highlight the button of the currently open menu.
* Menu: Escape characters for RegExp matching for keyboard item matching.jzaefferer2011-02-221-3/+5
|
* Menu: Overhauled nested menu via flyoutmenu.js backported from Michaeljzaefferer2011-02-221-0/+149
Lang's fork. Changed key input handling by setting focus to menu, getting rid of input option.