Felix Nagel
6957f9f32f
Selectmenu: fixed small typo
2012-02-23 22:55:41 +01:00
Felix Nagel
afcdd6a75c
Selectmenu: cleanup unit tests, removing mass test
2012-02-22 00:09:44 +01:00
Felix Nagel
52e43c076f
Selectmenu: re-enabled lazy loading of the menu items (menu refresh)
2012-02-21 23:41:00 +01:00
Jörn Zaefferer
59d15809a3
Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
2012-02-21 20:22:13 +01:00
Jörn Zaefferer
51bd6f8927
Selectmenu: Unit tests whitespace and linting/cleanup
2012-02-21 18:08:14 +01:00
Jörn Zaefferer
6528b48b47
Merge branch 'master' into selectmenu
2012-02-21 17:48:55 +01:00
kborchers
e2ca906141
Menu: Clean up tests to remove nested setTimeout calls
2012-02-17 16:06:14 -06:00
Scott González
f5b52a89a7
Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocomplete change event not triggered in time.
...
Thanks spekary for finding a workaround for IE.
2012-02-16 20:24:11 -05:00
Scott González
3d9f6b5bc7
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.
2012-02-16 16:51:46 -05:00
Scott González
f262a531fa
Autocomplete: Added a test for exceeding minLength, then falling below, then exceeding again.
2012-02-15 11:41:58 -05:00
Scott González
530d4cb408
Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete cancel pending request when text changes below minLength.
2012-02-11 10:12:51 -05:00
Scott González
2fd2ab23c9
Menu tests: Handle async focus events in IE.
2012-02-09 16:19:50 -05:00
kborchers
3ef4db2670
Menu: Focus the menu before performing keyboard unit tests.
2012-02-06 15:01:40 -06:00
Scott González
8cd4a8330c
Widget: Allow redefining a widget after other widgets have inherited from it.
2012-02-01 16:59:26 -05:00
Scott González
62a70da959
Autocomplete: Added test for close method.
2012-01-31 14:21:18 -05:00
Scott González
853b515e5c
Accordion: Adjusted tests for icons: false.
2012-01-31 13:11:20 -05:00
Scott González
3919256abd
Accordion: Pass header and content in create event. Fixes #7869 - Accordion: Provide header and content details in create event.
2012-01-31 11:46:31 -05:00
Felix Nagel
4dbbd0598a
Selectmenu: implement new ARIA spec
2012-01-22 19:22:57 +01:00
kborchers
4f15e66f53
Menu: Added unit tests for the enable, disable and refresh methods as well as the disabled option. Cleaned up some variable names in unit tests.
2012-01-22 11:26:41 -06:00
Felix Nagel
50c308339c
Selectmenu: fixed unit tests in IE
2012-01-22 15:44:23 +01:00
Felix Nagel
21d96f12f8
Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu
2012-01-22 14:47:21 +01:00
Felix Nagel
725023e30d
Selectmenu: revert initial refresh method changes (with unit tests)
...
This reverts commit 27049fc5dc
and d83e169424
2012-01-22 14:12:52 +01:00
Felix Nagel
d83e169424
Selectmenu: fixed unit tests due to initial refresh method changes
2012-01-22 13:47:22 +01:00
Scott González
6800e1a2f9
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event.
2012-01-21 08:46:02 -05:00
Scott González
da89fcbc07
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event.
2012-01-21 08:45:41 -05:00
Scott González
13eca299a9
Menu tests: Removed trigger option.
2012-01-18 16:51:43 -05:00
Felix Nagel
ba73886d3f
Selectmenu: improved dropdown CSS style unit test
2012-01-13 20:46:47 +01:00
Felix Nagel
5766261af2
Selectmenu: fix unit tests (with clean-up)
2012-01-13 19:49:42 +01:00
Felix Nagel
6c049f2f9a
Selectmenu: added mass (performance) unit test
2012-01-12 22:06:03 +01:00
Felix Nagel
70ba3b991e
Selectmenu: fixed unit tests, needs additional check and cleanup
2012-01-12 22:04:43 +01:00
Felix Nagel
3369ec340d
Selectmenu: removed option value
2012-01-12 22:01:49 +01:00
Felix Nagel
762131396e
Selectmenu: improved disabled state handling
2012-01-11 21:20:24 +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
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
kborchers
bd7bd936d1
Merge branch 'master' into selectmenu
2011-12-23 09:53:05 -06:00
Felix Nagel
8e27345e5a
Selectmenu: improved a11y unit test
2011-12-22 03:07:18 +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
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
c1c0827c67
Selectmenu: updated options and events unit tests
2011-12-12 23:39:06 +00: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
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