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
|
e4898fdfc6
|
Spinner: Added comment with formula that approximates current incrementing logic.
|
2011-08-06 17:10:09 -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
|
08a7a11a1b
|
Spinner: Don't set focus on stop, focus should already be correct. Always remove ui-state-active on blur, since we no longer blur when interacting with buttons.
|
2011-08-06 15:26:12 -04:00 |
|
Scott González
|
64cdaa82e6
|
Spinner: Keep the focus on the text field even when using the buttons.
|
2011-08-06 15:07:34 -04:00 |
|
Scott González
|
fb5cad37ce
|
Spinner: Don't clear invalid values on blur (but clear the value option).
|
2011-08-06 13:28:25 -04:00 |
|
Scott González
|
4d2ac1abca
|
Spinner: Don't stop propgation of mousedown. Added TODOs.
|
2011-08-06 13:27:42 -04:00 |
|
Scott González
|
e4c0f202c8
|
Spinner: Use _getCreateOptions() instead of custom _markupOptions().
|
2011-08-06 12:58:37 -04:00 |
|
Scott González
|
c1da941f9f
|
Spinner: Invoke _markupOptions() before _draw().
|
2011-08-06 12:53:49 -04:00 |
|
Scott González
|
c4bd14f1bb
|
Spinner: Don't stop propagation for keydown events.
|
2011-08-06 12:49:11 -04:00 |
|
Scott González
|
6981cab9c4
|
Spinner: Cleanup, use ._bind() and ._hoverable().
|
2011-08-06 12:38:59 -04:00 |
|
Scott González
|
7134033365
|
Accordion tests: Cleanup.
|
2011-08-06 11:45:12 -04:00 |
|
Jörn Zaefferer
|
e55e1fb5bf
|
Widget: Update demo to work with 1.6
|
2011-08-04 19:57:36 +02: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 |
|
kborchers
|
d912c30e22
|
Menu: Added a navigation menu demo which shows how to handle keyboard navigation
|
2011-08-03 14:55:28 -05: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
|
e7525d7686
|
Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the tabs at the bottom.
|
2011-08-03 09:57:06 -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 |
|
Scott González
|
e15c32d067
|
Merge pull request #413 from kborchers/bug_4333_3
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
|
2011-08-02 16:24:27 -07:00 |
|
Scott González
|
6ca310f49a
|
Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a tabs demo with the tabs at the bottom.
|
2011-08-02 18:21:59 -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 |
|
kborchers
|
dafc941b36
|
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
|
2011-08-02 08:36:22 -05:00 |
|
Scott González
|
70687f7955
|
Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 - Datepicker Month and Year dropdowns in IE have to click twice.
Thanks jdufresne
|
2011-08-01 15:28:37 -04:00 |
|
Scott González
|
350e4ab5b8
|
Revert "Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE"
This reverts commit 9c50bdfde0 .
|
2011-08-01 14:16:16 -04:00 |
|
Corey Frang
|
38028f6de1
|
Autocomplete: Correcting readOnly from readonly - @scottgonzalez
|
2011-07-29 13:12:34 -05:00 |
|
Jörn Zaefferer
|
982b752c35
|
Merge branch 'widget-delegation'
|
2011-07-29 14:00:00 +02:00 |
|
Jörn Zaefferer
|
0ff3396e88
|
Widget delegation: Small if-simplify refactoring
|
2011-07-28 21:55:38 +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
|
a57c435257
|
Whitespace
|
2011-07-28 15:56:57 +02:00 |
|
Jörn Zaefferer
|
5e35a0c55b
|
Widget delegation: Put back the simple click event handler where it was.
|
2011-07-28 15:55:56 +02:00 |
|
Jörn Zaefferer
|
5b45d618dc
|
Widget delegation: Further simplify menu code, blur handler also doesn't do anything
|
2011-07-28 15:53:55 +02:00 |
|
Jörn Zaefferer
|
9e2efe95b2
|
Widget delegation: Further simplify menu code
|
2011-07-28 15:52:52 +02: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
|
0ba493d3b4
|
Merge remote branch 'kborchers/menu_focus'
|
2011-07-27 21:13:41 +02:00 |
|
Jörn Zaefferer
|
da7f41948c
|
Add new topalign menu demo to index, update jquery reference. Remove TODO from contextmenu demo, it works fine.
|
2011-07-27 15:54:40 +02:00 |
|
Jörn Zaefferer
|
843481ce08
|
Merge remote branch 'kborchers/menu_topalign'
|
2011-07-27 15:50:58 +02: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 |
|