jzaefferer
5d3f91bcbe
Menu: Move item matching code into menu
2011-02-24 11:14:19 +01:00
jzaefferer
ee34b0dabb
Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymore
2011-02-24 10:22:50 +01:00
jzaefferer
0d659d44c3
Menu: Rename activate to focus and deactivate to blur method
2011-02-24 10:06:08 +01:00
jzaefferer
d7682daaa8
Menu: Add some testing for ensure that id-attributes aren't overwritten.
2011-02-23 17:01:19 +01:00
jzaefferer
98fef9cde5
Menu: Test page for table-based menu (hackity hack)
2011-02-23 12:26:43 +01:00
jzaefferer
ddfd5e632c
Menu: Introducing position option into flyout menu
2011-02-23 12:12:29 +01:00
jzaefferer
faa4b970a7
Menu: Rename nested.html to flyoutmenu.html, updated headers
2011-02-22 16:15:11 +01:00
jzaefferer
f8091f761c
Menu: Overhauled menubar, again starting with Michael Lang's fork. Added
...
working keyboard navigation, including nested menus. Still need to
properly style the menu buttons, e.g. highlight the button of the
currently open menu.
2011-02-22 15:14:12 +01:00
jzaefferer
68c13cd6a6
Menu: Escape characters for RegExp matching for keyboard item matching.
2011-02-22 12:09:03 +01:00
jzaefferer
355705878a
Menu: Overhauled nested menu via flyoutmenu.js backported from Michael
...
Lang's fork. Changed key input handling by setting focus to menu,
getting rid of input option.
2011-02-22 11:51:08 +01:00
jzaefferer
5082e3e971
Menu: Fix visual test to use select event (was selected)
2011-02-21 10:38:30 +01:00
jzaefferer
e724f585bf
Fixed bad references to jQuery-1.4.4.js
2010-12-22 18:59:29 +01:00
jzaefferer
3552947c19
Merge remote branch 'origin/menu'
...
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
2010-12-22 18:31:27 +01:00
Scott González
fce1f97f76
Upgraded jQuery to 1.4.4.
2010-11-12 09:19:26 -05:00
jzaefferer
c55977d2ef
Menu: Refactored next/previousPage logic and activate-scrolling, improved much!
2010-10-28 19:15:27 +02:00
Scott González
19f9c3a559
Upgraded jQuery to 1.4.3.
2010-10-21 22:29:28 -04:00
Scott González
7d9d2b551f
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
2010-10-19 23:05:13 -04:00
Scott González
a090faa833
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
2010-07-19 11:22:32 -04:00
jzaefferer
b376fa8dda
Menu: Implemented destroy method and disabled option, modified test to pass html-compare-destroy test and extended default visual test for testing destroy and disabled features
2010-06-18 10:57:20 +02:00
jzaefferer
c3d3249656
First attempt at a menubar
2010-04-30 14:46:12 +02:00
jzaefferer
adf19a1849
Renamed menu event selected to select to be consistent with naming conventions, already updated spec on wiki
2010-04-30 13:18:34 +02:00
jzaefferer
abfdb2a8b6
First attempt at integrating key handling into menu
2010-04-30 13:04:09 +02:00
jzaefferer
c9e9e0a080
Added themeswitcher to drilldown test
2010-04-30 10:18:36 +02:00
jzaefferer
5a55f3ad97
Need to pass-through event arg to activate method
2010-04-30 10:17:30 +02:00
jzaefferer
17f8079bc2
Menu: Extracted menu code from autocomplete, updated all dependencies
2010-04-21 21:01:08 +02:00
jzaefferer
885fea1f3d
Drilldown menu: First attempt at drilldown animations
2010-03-26 20:13:50 -04:00
jzaefferer
e49af16c5a
Menu prototypes: Renamed newer ones to old names
2010-03-26 20:00:54 -04:00
jzaefferer
cd32b3fc5a
Menu prototypes: Remove early nested and drilldown prototypes, to be replaced with nested2/drilldown2
2010-03-26 19:59:17 -04:00
jzaefferer
0752719de1
Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method
2010-03-25 11:27:08 -04:00
jzaefferer
37774bb516
Menu: new prototype for drilldown menu with keyboard handling
2010-03-24 23:32:37 -04:00
jzaefferer
27c5debb59
Improved drilldown keyboard handling
2010-03-24 18:01:43 -04:00
jzaefferer
b90438d90e
Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, way simpler then original approach
2010-03-24 17:53:48 -04:00
jzaefferer
b7ad981e69
Fixing styles for menu to work properly in IEs, even with nested menus (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
2010-03-24 17:01:30 -04:00
jzaefferer
7443cb8e40
Menu: Testing nested menus without the DOM restructuring, just need to fix display issue in IE6
2010-03-23 05:10:54 +01:00
jzaefferer
e7c2eb42d0
Remove width:100%; from menu-item styles (was there for icon-support, which was dropped); also fixed the nested-menu visual test to position properly in IE6
2010-03-22 21:44:32 +01:00
jzaefferer
f5a14de1b1
Cleaning up visual tests
...
Fixes #5395 - Visual Tests Cleanup
2010-03-21 21:07:25 +01:00
jzaefferer
d4ad2cb837
line-endings
2010-03-20 21:51:53 +01:00
jzaefferer
3d5adba51a
Added visual menu tests from (old) dev-branch and fixed nested-menu
2010-03-20 21:04:04 +01:00