Commit Graph

4445 Commits

Author SHA1 Message Date
kborchers
c88add2269 Menu: Fix close delay and increase the default delay 2011-12-20 11:49:48 -06:00
Scott González
76c7bf6c3f Merge pull request #553 from AlbertoMonteiro/master
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
2011-12-15 12:59:39 -08:00
Alberto Monteiro
a4b7feabd3 Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position 2011-12-15 17:52:49 -03:00
kborchers
672218bfec Merge branch 'master' into selectmenu 2011-12-15 13:32:02 -06:00
kborchers
cf1470dcef Menu: Replace accidentally removed scroll-handling code in focus 2011-12-15 13:28:33 -06:00
kborchers
a53916b454 Merge branch 'master' into selectmenu 2011-12-15 12:57:11 -06:00
kborchers
a8d0e4c804 Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown 2011-12-15 12:43:28 -06:00
Dan Wellman
d02f6063e2 Selectmenu: updated options and events unit tests 2011-12-13 22:24:12 +00:00
Dan Wellman
a6fbbc5739 Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu 2011-12-12 23:50:15 +00:00
Dan Wellman
c1c0827c67 Selectmenu: updated options and events unit tests 2011-12-12 23:39:06 +00:00
kborchers
aa8c4770a9 Menu: Update the default visual test to use the new menus option that replaced the items option 2011-12-07 14:51:46 -06:00
Kris Borchers
1748b5f404 Merge pull request #541 from kborchers/menubar_otherStructures
Menubar: Allow structures other than just UL/LI and combine the _next, _prev, _right and _left into _move
2011-12-07 10:19:55 -08:00
kborchers
aa267fb606 Menubar: Fix font-weight and spacing of disabled menu items 2011-12-01 14:51:23 -06:00
Felix Nagel
c00b685cb8 Selectmenu: added visual test for themeswitcher 2011-12-01 20:31:52 +01:00
Felix Nagel
9810d2d7f6 Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu 2011-12-01 20:10:48 +01:00
Felix Nagel
aef2d2fc6c Selectmenu: improved visual tests (title and merging widget compatibility tests) 2011-12-01 20:09:57 +01:00
kborchers
65f5d9073d Menubar: Update the items option in Menu to the renamed menus option 2011-12-01 12:57:31 -06:00
kborchers
490dc4d36b Merge branch 'master' into menubar_otherStructures 2011-12-01 12:53:35 -06:00
kborchers
c3369365c3 Merge branch 'master' into selectmenu 2011-12-01 12:49:01 -06:00
kborchers
ce7918fc73 Menu: Change items option to menus 2011-12-01 12:39:16 -06:00
Jörn Zaefferer
8b9ec2b861 Build: Also minify i18n files. 2011-12-01 17:05:58 +01:00
Dan Wellman
041de0716c Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu 2011-12-01 15:56:36 +00:00
Dan Wellman
7d5238ad63 Selectmenu: removed duplicates from options unit tests and added new options and events tests 2011-12-01 15:52:12 +00:00
Dan Wellman
716bf407d2 removed duplicates from options unit tests and added new options and events tests 2011-12-01 15:36:49 +00:00
Dan Wellman
f381749ed7 Updates to events and options unit tests 2011-12-01 15:12:03 +00:00
kborchers
b539e2e5c8 Merge branch 'master' into selectmenu 2011-11-30 10:49:13 -06:00
kborchers
afdc577e9c Menu: Remove the isScrolling check which nolonger seems necessary. 2011-11-30 08:39:10 -06:00
Scott González
a3a5c65d4d Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. 2011-11-29 15:01:04 -05:00
Scott González
fea9caac15 Merge pull request #537 from RobLoach/master
Remove whitespace at the end of Dialog title CSS definition.
2011-11-29 05:08:35 -08:00
Rob Loach
439f877516 Remove whitespace at the end of the Dialog title CSS definition. 2011-11-28 18:57:57 -05:00
James Khoury
ce0afde900 Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set. 2011-11-28 16:52:10 -05:00
meh-cfl
06f6fa8524 Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. 2011-11-28 16:33:23 -05:00
Dan Wellman
a4fd5449b2 Merge remote-tracking branch 'upstream/selectmenu' into selectmenu 2011-11-28 08:38:34 +00:00
Felix Nagel
53ea93327e Selectmenu: improved method unit tests 2011-11-28 01:22:41 +01:00
Dan Wellman
fce4725a8a Selectmenu: added option unit tests 2011-11-25 10:32:44 +00:00
Dan Wellman
63d77ae477 Selectmenu: Added event unit tests 2011-11-24 15:50:20 +00:00
Jörn Zaefferer
769abbabc3 Upgrade jQuery to 1.7.1. 2011-11-24 11:27:35 +01:00
Jörn Zaefferer
9bd08798c2 Merge branch 'master' into selectmenu 2011-11-24 11:25:24 +01:00
kborchers
74a3f2ce08 Menu: Move mousedown handler into _bind and fix focusing of the Menu after click. Fixes focus issues with Selectmenu and Autocomplete. 2011-11-23 22:37:55 -06:00
Scott González
2b9b2f28ec Autocomplete: Removed commented out test. 2011-11-23 14:26:52 -05:00
Shannon
2445e20a85 Autocomplete: Making sure we do not show search menu after a blur. Fixed #7423 - Tab out of autocomplete with remote source can leave menu showing. 2011-11-23 13:39:45 -05:00
Scott González
54fb1441fe Upgrade jQuery to 1.7.1. 2011-11-22 08:43:09 -05:00
Scott González
35dd0417bd Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working. 2011-11-22 08:31:11 -05:00
Felix Nagel
d97b6db2cd Selectmenu: added basic method unit tests 2011-11-22 00:35:27 +01:00
Felix Nagel
e79700eb28 Selectmenu: fixed aria-hidden attribute 2011-11-22 00:11:23 +01:00
Scott González
24fc8d6827 Merge pull request #463 from jason-oster/master
Merge #463.
2011-11-21 13:32:30 -08:00
Michael P. Jung
fdc332ed5f Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. 2011-11-21 16:16:32 -05:00
Felix Nagel
74b8a504bc Selectmenu: added state synchronization unit test 2011-11-21 21:54:04 +01:00
Felix Nagel
0d064bba4e Selectmenu: fixed jQuery version 2011-11-21 21:43:52 +01:00
Felix Nagel
80ba251a9b Selectmenu: remove markup unit test 2011-11-21 21:06:20 +01:00