aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/menu
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: Move item matching code into menujzaefferer2011-02-242-33/+3
|
* Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymorejzaefferer2011-02-244-15/+2
|
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-243-6/+6
|
* Menu: Add some testing for ensure that id-attributes aren't overwritten.jzaefferer2011-02-231-6/+6
|
* Menu: Test page for table-based menu (hackity hack)jzaefferer2011-02-231-0/+67
|
* Menu: Introducing position option into flyout menujzaefferer2011-02-232-8/+30
|
* Menu: Rename nested.html to flyoutmenu.html, updated headersjzaefferer2011-02-223-13/+6
|
* Menu: Overhauled menubar, again starting with Michael Lang's fork. Addedjzaefferer2011-02-223-50/+129
| | | | | | 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-223-142/+175
| | | | | Lang's fork. Changed key input handling by setting focus to menu, getting rid of input option.
* Menu: Fix visual test to use select event (was selected)jzaefferer2011-02-211-1/+1
|
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
|
* Merge remote branch 'origin/menu'jzaefferer2010-12-225-80/+156
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * Menu: Refactored next/previousPage logic and activate-scrolling, improved much!jzaefferer2010-10-281-1/+0
| |
| * Menu: Implemented destroy method and disabled option, modified test to pass ↵jzaefferer2010-06-181-5/+21
| | | | | | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features
| * First attempt at a menubarjzaefferer2010-04-301-0/+94
| |
| * Renamed menu event selected to select to be consistent with naming ↵jzaefferer2010-04-303-6/+6
| | | | | | | | conventions, already updated spec on wiki
| * First attempt at integrating key handling into menujzaefferer2010-04-304-64/+24
| |
| * Added themeswitcher to drilldown testjzaefferer2010-04-301-0/+7
| |
| * Need to pass-through event arg to activate methodjzaefferer2010-04-301-1/+1
| |
| * Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-214-4/+4
| |
* | Upgraded jQuery to 1.4.4.Scott González2010-11-124-4/+4
| |
* | Upgraded jQuery to 1.4.3.Scott González2010-10-214-4/+4
| |
* | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-191-1/+1
| | | | | | | | in IE9 because of bgiframe.
* | Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes ↵Scott González2010-07-192-2/+2
|/ | | | #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
* Drilldown menu: First attempt at drilldown animationsjzaefferer2010-03-261-3/+27
|
* Menu prototypes: Renamed newer ones to old namesjzaefferer2010-03-262-0/+0
|
* Menu prototypes: Remove early nested and drilldown prototypes, to be ↵jzaefferer2010-03-262-489/+0
| | | | replaced with nested2/drilldown2
* Drilldown menu: Fixing type-to-search, missing event argument to ↵jzaefferer2010-03-251-1/+1
| | | | menu-activate method
* Menu: new prototype for drilldown menu with keyboard handlingjzaefferer2010-03-241-0/+235
|
* Improved drilldown keyboard handlingjzaefferer2010-03-241-8/+12
|
* Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, ↵jzaefferer2010-03-241-19/+145
| | | | way simpler then original approach
* Fixing styles for menu to work properly in IEs, even with nested menus ↵jzaefferer2010-03-241-0/+7
| | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
* Menu: Testing nested menus without the DOM restructuring, just need to fix ↵jzaefferer2010-03-231-0/+103
| | | | display issue in IE6
* Remove width:100%; from menu-item styles (was there for icon-support, which ↵jzaefferer2010-03-221-5/+10
| | | | was dropped); also fixed the nested-menu visual test to position properly in IE6
* Cleaning up visual tests jzaefferer2010-03-211-0/+0
| | | Fixes #5395 - Visual Tests Cleanup
* line-endingsjzaefferer2010-03-204-773/+773
|
* Added visual menu tests from (old) dev-branch and fixed nested-menujzaefferer2010-03-204-0/+773