Jörn Zaefferer
|
d12180d1a5
|
Widget: Tests code cleanup
|
2011-09-12 23:23:54 +02:00 |
|
Scott González
|
7216c08b2f
|
Spinner: Added ability to specify custom incremental function.
|
2011-09-09 20:08:51 -04:00 |
|
Scott González
|
4387d19030
|
Spinner: Default min and max options to null.
|
2011-09-09 19:24:10 -04:00 |
|
Scott González
|
c5ba0535cf
|
Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autocomplete doesn't work with textareas.
|
2011-08-30 20:45:48 -04:00 |
|
Corey Frang
|
dfe75e1b55
|
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it would everywhere, switching back to keydown.
|
2011-08-20 18:05:39 -05:00 |
|
kborchers
|
96c2c8e639
|
Position: Added the missing div required for the fraction tests that were added to fix the broken test
|
2011-08-19 20:19:38 -05:00 |
|
Corey Frang
|
96e5c241e1
|
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog
|
2011-08-19 06:03:59 -05:00 |
|
Jörn Zaefferer
|
25f2113cc1
|
Merge remote branch 'kborchers/position_flipfit2'
|
2011-08-15 11:32:49 +02:00 |
|
Scott González
|
1aea0ff4b8
|
Spinner: Removed value option. Don't change empty values to zero on init. Don't enforce min/max on blur.
|
2011-08-13 19:05:04 -04:00 |
|
kborchers
|
80bbebd489
|
Position: Added better collision detection for flip and fit, added visual tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
|
2011-08-12 22:19:52 -05:00 |
|
Scott González
|
257021b1af
|
Spinner: Fixed precision when stepping.
Thanks hughlomas
|
2011-08-12 23:11:35 -04:00 |
|
Scott González
|
4587f2de68
|
Widget: Use this.widget() for event delegation.
|
2011-08-12 22:10:31 -04:00 |
|
Scott González
|
1729e3a32e
|
Core: Added tests for :focusable and :tabbable form elements.
|
2011-08-12 09:37:48 -04:00 |
|
Scott González
|
18a3b53988
|
Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of base tag. Fixes #4836 - Self refering href only partially detected.
|
2011-08-11 16:48:58 -04:00 |
|
Scott González
|
de7fd4c130
|
Spinner: Fixed integration with globalize.
|
2011-08-10 09:15:47 -04:00 |
|
Karl Kirch
|
d146297356
|
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - Ability to stop datepicker from appearing with beforeShow event handler.
|
2011-08-09 09:55:50 -04:00 |
|
Scott González
|
e827a0e280
|
Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called"
This reverts commit effdd5d19c .
|
2011-08-09 08:26:33 -04:00 |
|
Scott González
|
2a8a77a9b2
|
Spinner: More tests. Don't trigger spin when programmatically stepping or paging.
|
2011-08-07 19:11:49 -04:00 |
|
Scott González
|
c6c957224f
|
Spinner: Added more tests.
|
2011-08-07 18:34:03 -04:00 |
|
Scott González
|
b8976207f3
|
Spinner tests: Removed IE 6 hack in destroy test.
|
2011-08-07 13:05:04 -04:00 |
|
Scott González
|
051b9e07d9
|
Spinner: Use _getCreateOptions() for value.
|
2011-08-07 08:20:14 -04:00 |
|
Scott González
|
8799ba0822
|
Spinner tests: Fixed line endings.
|
2011-08-07 08:10:49 -04:00 |
|
Scott González
|
380c2e6fbd
|
Spinner tests: Cleanup.
|
2011-08-07 08:10:11 -04:00 |
|
Scott González
|
e9cdd576f4
|
Merge branch 'spinner-getCreateOptions'
Conflicts:
ui/jquery.ui.spinner.js
|
2011-08-06 20:08:50 -04:00 |
|
Scott González
|
b10c4cdab5
|
Spinner: Define defaults for callbacks.
|
2011-08-06 17:08:50 -04:00 |
|
Scott González
|
160a301d96
|
Spinner tests: Cleanup.
|
2011-08-06 17:07:12 -04:00 |
|
Scott González
|
2b22bbdd6a
|
Spinner: Only trigger change when the field has blurred and the value has changed.
|
2011-08-06 15:32:19 -04:00 |
|
Scott González
|
e4c0f202c8
|
Spinner: Use _getCreateOptions() instead of custom _markupOptions().
|
2011-08-06 12:58:37 -04:00 |
|
Scott González
|
7134033365
|
Accordion tests: Cleanup.
|
2011-08-06 11:45:12 -04:00 |
|
Corey Frang
|
065aef537b
|
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Button label selector omits quotes / fails for ids with ":"
|
2011-08-03 22:16:34 -05:00 |
|
Scott González
|
6fb68568be
|
Tests: Cleanup.
|
2011-08-03 21:43:52 -04:00 |
|
Scott González
|
cff6b56fd4
|
Menu tests: Cleanup.
|
2011-08-03 21:15:38 -04:00 |
|
Scott González
|
4adb9026ea
|
Tests: Cleanup.
|
2011-08-03 17:12:44 -04:00 |
|
Scott González
|
6867e0b551
|
Autocomplete tests: Fixed handling of cached ajax requests in IE.
|
2011-08-03 16:13:03 -04:00 |
|
Scott González
|
4415e992c5
|
Accordion tests: cleanup.
|
2011-08-03 13:52:36 -04:00 |
|
Scott González
|
1e9e0ed700
|
Tests: Removed some visual tests.
|
2011-08-03 10:50:20 -04:00 |
|
Scott González
|
bea74f2ae7
|
Tests: Added test suites to run individual widget tests against all supported jQuery versions.
|
2011-08-02 20:41:50 -04:00 |
|
Corey Frang
|
8108ec82db
|
Effects: Adding a check to retain focused elements after wrapping and unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy
|
2011-08-02 16:54:24 -05:00 |
|
Wesley Walser
|
8fe87e2885
|
Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.
|
2011-08-02 12:30:29 -04:00 |
|
Jörn Zaefferer
|
982b752c35
|
Merge branch 'widget-delegation'
|
2011-07-29 14:00:00 +02:00 |
|
Scott González
|
61caba7803
|
Tests: Fixed param parsing for compound test suites.
|
2011-07-28 14:50:06 -04:00 |
|
Jörn Zaefferer
|
02aad7b0ae
|
Widget delegation: Update menu to use _bind with delegation. Clean up test.
|
2011-07-28 15:47:59 +02:00 |
|
Jörn Zaefferer
|
5a45f483d7
|
Merge branch 'master' into widget-delegation
|
2011-07-28 15:16:20 +02:00 |
|
Scott González
|
cec60ab3c3
|
Slider tests: Commented out incomplete tests and fixed defaults.
|
2011-07-28 08:29:29 -04:00 |
|
Scott González
|
719db7f9b1
|
Widget tests: Fixed fragile tests.
|
2011-07-28 08:26:59 -04:00 |
|
Scott González
|
d92b61e865
|
Tests: Added ability to run tests suites against different versions of jQuery core.
|
2011-07-28 07:34:31 -04:00 |
|
Jörn Zaefferer
|
4de759ddd2
|
Merge branch 'master' of github.com:jquery/jquery-ui
|
2011-07-27 15:42:41 +02:00 |
|
Jörn Zaefferer
|
a40182917e
|
Finish jquery-1.6.2 migration
|
2011-07-27 15:41:38 +02:00 |
|
Scott González
|
3c65bc3923
|
Menu tests: Removed console.log() call.
|
2011-07-26 14:38:18 -04:00 |
|
Scott González
|
da0714e0dc
|
Accordion tests: Fixed location of expect() call.
|
2011-07-26 14:36:18 -04:00 |
|