Commit Graph

1321 Commits

Author SHA1 Message Date
Felix Nagel
aef2d2fc6c Selectmenu: improved visual tests (title and merging widget compatibility tests) 2011-12-01 20:09:57 +01: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
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
Felix Nagel
53ea93327e Selectmenu: improved method unit tests 2011-11-28 01:22:41 +01: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
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
Felix Nagel
d97b6db2cd Selectmenu: added basic method unit tests 2011-11-22 00:35:27 +01: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
Scott González
93214d6ddc Widget tests: Fixed _super() call in redefine test. 2011-11-21 08:43:08 -05:00
Jörn Zaefferer
d6e4d4705d Merge branch 'master' into selectmenu 2011-11-18 17:13:28 +01:00
Jörn Zaefferer
66f9e12797 Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore. 2011-11-18 17:08:40 +01:00
Scott González
924e80e576 Spinner: Handle changes to numberFormat and currency options. 2011-11-16 12:07:46 -05:00
Scott González
31b176106f Effects tests: Proper detection of fixed position support in jQuery 1.7. 2011-11-09 11:38:16 -05:00
Scott González
50dab05784 Upgrade jQuery to 1.7. 2011-11-09 10:18:33 -05:00
Richard D. Worth
b90d83c6c4 Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events 2011-11-07 15:49:20 -05:00
Scott González
416101b464 Tests: Removed unnecessary visual tests for button. 2011-11-03 09:01:15 -04:00
Scott González
95d7314bd9 Tests: Removed visual tests for plugins that are being rewritten. 2011-11-03 08:45:23 -04:00
Felix Nagel
26603de5ba Selectmenu: added basic markup and a11y unit tests 2011-11-02 21:56:37 +01:00
Felix Nagel
ce3e7c0110 Selectmenu: fixed initial unit test by adding create callback to selectmenu_defaults.js 2011-11-02 20:14:19 +01:00
Felix Nagel
eedf7e95f2 Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu 2011-11-02 20:04:51 +01:00
Felix Nagel
5cbd109792 Selectmenu: added visual tests for testing compatibility with other widgets 2011-11-02 19:46:51 +01:00
kborchers
4f9209feb0 Tests: Change the input in the effects test to a text input. This fixes failing tests in IE8 that could not focus the input. 2011-11-02 12:22:58 -05:00
Scott González
f76873c2d2 Tabs test: Increase delay in load test. 2011-11-02 09:35:20 -04:00
Scott González
253b792887 Position tests: Changed DOM structure to fix dimensions of within container. 2011-11-02 08:53:42 -04:00
Scott González
183d6a00df Tests (Simulate): Make the blur event async to deal with IE's native blur being async. 2011-11-01 16:35:49 -04:00
Scott González
63d1cbc7ab Autocomplete tests: Fixed typo. 2011-11-01 16:26:31 -04:00
Scott González
e31adf039b Tests (Simulate): Added focus and blur support. 2011-10-31 17:28:00 -04:00
Scott González
79105eeb56 Tests (Simulate): Whitespace cleanup. 2011-10-31 15:06:05 -04:00
Scott González
dcac8c1f29 Tests: Added ability to run tests against minified files via ?min=1 2011-10-28 15:58:33 -04:00
ddstreet
e3156ea286 Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost 2011-10-25 17:40:37 -05:00
Jörn Zaefferer
defc8d5f68 Selectmenu: Add placeholder for unit tests 2011-10-19 19:47:39 +02:00
kborchers
1d69181746 Menu: Added the new trigger option to the defaults unit test 2011-10-19 10:18:33 -05:00
kborchers
ab3e1c5a44 Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7 2011-10-18 21:11:03 -05:00
Scott González
efe964d86e Upgraded jQuery to 1.6.4. 2011-10-18 09:38:27 -04:00
Felix Nagel
404f4c1263 Selectmenu: added open and close method demo 2011-10-17 22:06:07 +02:00
Corey Frang
d4d8d74b10 Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top 2011-10-14 10:24:01 -05:00
Dave Methvin
9b3ada43d3 Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.
jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.
2011-10-13 13:18:30 -04:00
Scott González
56bcf885c6 Tooltip tests: Adjust test to deal with blurring being async in IE. 2011-10-12 10:26:51 -04:00
Scott González
fa26847f91 Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE. 2011-10-10 15:34:47 -04:00
Felix Nagel
2be6e70bba Selectmenu: added test for methods 2011-10-10 20:09:03 +02:00
Scott González
8961508128 Spinner: Simulate keyup at the end of incremental tests to stop the repeat timer. 2011-10-10 14:01:12 -04:00
Felix Nagel
f70a24790c Selectmenu: fixed disabled.html demo 2011-10-09 02:00:52 +02:00
Felix Nagel
ac54556fb3 Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu 2011-10-09 00:14:03 +02:00
Felix Nagel
d83f0b2de9 Selectmenu: changed button to inline element 2011-10-05 00:47:38 +02:00