Commit Graph

4316 Commits

Author SHA1 Message Date
Felix Nagel
38eaad39cf Selectmenu: removed forgotten console statement 2012-01-12 19:32:10 +01:00
Felix Nagel
d753f41a1f Selectmenu: fixed keyboard control (follow-up) 2012-01-12 01:05:08 +01:00
Felix Nagel
762131396e Selectmenu: improved disabled state handling 2012-01-11 21:20:24 +01:00
Felix Nagel
8c17f74a1e Selectmenu: create menu items with first opening to increase performance 2012-01-11 20:53:02 +01:00
Felix Nagel
db4acf61d1 Merge pull request #536 from danwellman/selectmenu
Selectmenu: additional unit tests
2012-01-11 11:24:13 -08:00
Jörn Zaefferer
021243bc9b Merge branch 'master' into selectmenu 2012-01-11 20:00:04 +01:00
Jörn Zaefferer
370bc00150 Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before 2012-01-11 19:58:46 +01:00
Scott González
3cf98e5ca1 Widget: Set guid on event handler proxies so direct unbinding works. 2012-01-07 20:48:42 -05:00
Scott González
31ebe7e7da Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture. 2012-01-07 09:12:27 -05:00
Corey Frang
f63820769d Effects: Whitespace fixes & using parseFloat instead of parseInt 2012-01-05 11:46:50 -06:00
rozwell
48659c643f Effects: Blind effect bugfix - Pull Request #563 - No Ticket 2012-01-05 11:43:51 -06:00
Jörn Zaefferer
85348eeebe Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them. 2012-01-04 16:42:16 +01:00
kborchers
bd7bd936d1 Merge branch 'master' into selectmenu 2011-12-23 09:53:05 -06:00
kborchers
f0007ec745 Menu: Change first() and last() to isFirstItem() and isLastItem() 2011-12-23 09:48:14 -06:00
Felix Nagel
3025c51821 Selectmenu: fixed button keyboard event handling (follow-up) 2011-12-23 01:34:12 +01:00
Felix Nagel
8e27345e5a Selectmenu: improved a11y unit test 2011-12-22 03:07:18 +01:00
Felix Nagel
6d0c7d8e88 Selectmenu: improved ARIA handling (follow-up) 2011-12-22 03:05:49 +01:00
Felix Nagel
1538f6337b Selectmenu: removed unneeded position workaround 2011-12-22 02:23:30 +01:00
Felix Nagel
0f15f8f5cb Selectmenu: removed unneeded IE7 CSS fix 2011-12-22 02:22:34 +01:00
Felix Nagel
8e4dc4017b Selectmenu: improved handing of (ARIA) attributes 2011-12-22 02:22:10 +01:00
Felix Nagel
a5560f3037 Selectmenu: improved button event handling, Home/End and Page Up/Page Down keys work now, THX to John 2011-12-22 01:54:05 +01:00
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