Commit Graph

1312 Commits

Author SHA1 Message Date
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
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
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
Felix Nagel
30ac35afb1 Selectmenu: fixed ENTER event on closed button, fixed demo events.html 2011-10-05 00:45:53 +02:00
Felix Nagel
a9aef0974b Selectmenu: removed option wrapperElement 2011-09-30 21:51:37 +02:00
Felix Nagel
40393353bb Selectmenu: improved events.html demo 2011-09-30 21:17:46 +02:00
Scott González
c2f036277c Spinner: Added culture option. 2011-09-28 18:30:58 -04:00
Scott González
39b452e1be Effects tests: Ignore leading/trailing whitespace when comparing style properties. 2011-09-28 10:00:25 -04:00
Scott González
04e5b103ca Tooltip: Fixed defaults in tests. 2011-09-28 09:32:11 -04:00
Felix Nagel
4d56732195 Selectmenu: improved value option, added demo file 2011-09-27 23:52:44 +02:00
Felix Nagel
9c43d64312 Selectmenu: improved events and added test file with callbacks 2011-09-27 22:06:03 +02:00
Felix Nagel
257067c81b Selectmenu: improved disable method, added and improved demo files 2011-09-27 21:46:29 +02:00