Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spinner: Fixed double firing of change event when setting the value option ↵ | Scott González | 2011-08-07 | 2 | -10/+8 |
| | | | | directly. | ||||
* | Spinner: Don't need to call _format() and _aria() in _setOptions() since ↵ | Scott González | 2011-08-07 | 1 | -2/+0 |
| | | | | it's wrapped as a modifier. | ||||
* | Spinner: Trigger change event when the value is changed programmatically. | Scott González | 2011-08-07 | 1 | -26/+61 |
| | |||||
* | Spinner: Re-render value if numberFormat option changes. | Scott González | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | Spinner demos: Fixed line endings. | Scott González | 2011-08-07 | 7 | -383/+383 |
| | |||||
* | Spinner: Use _getCreateOptions() for value. | Scott González | 2011-08-07 | 2 | -5/+5 |
| | |||||
* | Spinner tests: Fixed line endings. | Scott González | 2011-08-07 | 6 | -546/+546 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-07 | 3 | -247/+204 |
| | |||||
* | Merge branch 'spinner-getCreateOptions' | Scott González | 2011-08-06 | 2 | -24/+17 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.spinner.js | ||||
| * | Spinner: Use _getCreateOptions() instead of custom _markupOptions(). | Scott González | 2011-08-06 | 2 | -24/+17 |
| | | |||||
* | | Spinner: Added comment with formula that approximates current incrementing ↵ | Scott González | 2011-08-06 | 1 | -0/+1 |
| | | | | | | | | logic. | ||||
* | | Spinner: Define defaults for callbacks. | Scott González | 2011-08-06 | 2 | -2/+11 |
| | | |||||
* | | Spinner tests: Cleanup. | Scott González | 2011-08-06 | 6 | -156/+142 |
| | | |||||
* | | Spinner: Only trigger change when the field has blurred and the value has ↵ | Scott González | 2011-08-06 | 2 | -27/+15 |
| | | | | | | | | changed. | ||||
* | | Spinner: Don't set focus on stop, focus should already be correct. Always ↵ | Scott González | 2011-08-06 | 1 | -9/+2 |
| | | | | | | | | remove ui-state-active on blur, since we no longer blur when interacting with buttons. | ||||
* | | Spinner: Keep the focus on the text field even when using the buttons. | Scott González | 2011-08-06 | 1 | -3/+7 |
| | | |||||
* | | Spinner: Don't clear invalid values on blur (but clear the value option). | Scott González | 2011-08-06 | 1 | -1/+7 |
| | | |||||
* | | Spinner: Don't stop propgation of mousedown. Added TODOs. | Scott González | 2011-08-06 | 1 | -3/+7 |
|/ | |||||
* | Spinner: Invoke _markupOptions() before _draw(). | Scott González | 2011-08-06 | 1 | -1/+5 |
| | |||||
* | Spinner: Don't stop propagation for keydown events. | Scott González | 2011-08-06 | 1 | -8/+7 |
| | |||||
* | Spinner: Cleanup, use ._bind() and ._hoverable(). | Scott González | 2011-08-06 | 1 | -99/+80 |
| | |||||
* | Accordion tests: Cleanup. | Scott González | 2011-08-06 | 6 | -11/+11 |
| | |||||
* | Widget: Update demo to work with 1.6 | Jörn Zaefferer | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵ | Corey Frang | 2011-08-03 | 2 | -1/+7 |
| | | | | Button label selector omits quotes / fails for ids with ":" | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 10 | -103/+130 |
| | |||||
* | Menu tests: Cleanup. | Scott González | 2011-08-03 | 3 | -86/+88 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 18 | -498/+476 |
| | |||||
* | Autocomplete tests: Fixed handling of cached ajax requests in IE. | Scott González | 2011-08-03 | 1 | -2/+3 |
| | |||||
* | Menu: Added a navigation menu demo which shows how to handle keyboard navigation | kborchers | 2011-08-03 | 2 | -0/+85 |
| | |||||
* | Accordion tests: cleanup. | Scott González | 2011-08-03 | 3 | -64/+46 |
| | |||||
* | Tests: Removed some visual tests. | Scott González | 2011-08-03 | 45 | -1654/+0 |
| | |||||
* | Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the ↵ | Scott González | 2011-08-03 | 1 | -3/+10 |
| | | | | tabs at the bottom. | ||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 22 | -2/+623 |
| | | | | supported jQuery versions. | ||||
* | Merge pull request #413 from kborchers/bug_4333_3 | Scott González | 2011-08-02 | 1 | -4/+8 |
|\ | | | | | Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE | ||||
| * | Mouse: Changed mouseHandled check to a local var rather than using ↵ | kborchers | 2011-08-02 | 1 | -4/+8 |
| | | | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE | ||||
* | | Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a ↵ | Scott González | 2011-08-02 | 1 | -5/+4 |
| | | | | | | | | tabs demo with the tabs at the bottom. | ||||
* | | Effects: Adding a check to retain focused elements after wrapping and ↵ | Corey Frang | 2011-08-02 | 2 | -3/+31 |
| | | | | | | | | unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy | ||||
* | | Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit. | Wesley Walser | 2011-08-02 | 5 | -79/+98 |
|/ | |||||
* | Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ↵ | Scott González | 2011-08-01 | 1 | -15/+0 |
| | | | | | | - Datepicker Month and Year dropdowns in IE have to click twice. Thanks jdufresne | ||||
* | Revert "Mouse: Changed mouseHandled check to a local var rather than using ↵ | Scott González | 2011-08-01 | 1 | -8/+4 |
| | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE" This reverts commit 9c50bdfde0260fc8412eec1c5020ed6b61558ebd. | ||||
* | Autocomplete: Correcting readOnly from readonly - @scottgonzalez | Corey Frang | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'widget-delegation' | Jörn Zaefferer | 2011-07-29 | 3 | -53/+80 |
|\ | |||||
| * | Widget delegation: Small if-simplify refactoring | Jörn Zaefferer | 2011-07-28 | 1 | -3/+3 |
| | | |||||
| * | Whitespace | Jörn Zaefferer | 2011-07-28 | 1 | -1/+1 |
| | | |||||
| * | Widget delegation: Put back the simple click event handler where it was. | Jörn Zaefferer | 2011-07-28 | 1 | -5/+7 |
| | | |||||
| * | Widget delegation: Further simplify menu code, blur handler also doesn't do ↵ | Jörn Zaefferer | 2011-07-28 | 1 | -3/+1 |
| | | | | | | | | anything | ||||
| * | Widget delegation: Further simplify menu code | Jörn Zaefferer | 2011-07-28 | 1 | -3/+1 |
| | | |||||
| * | Widget delegation: Update menu to use _bind with delegation. Clean up test. | Jörn Zaefferer | 2011-07-28 | 2 | -48/+34 |
| | | |||||
| * | Merge branch 'master' into widget-delegation | Jörn Zaefferer | 2011-07-28 | 355 | -2504/+4226 |
| |\ | |||||
| * | | Whitespace cleanup | Jörn Zaefferer | 2011-06-20 | 1 | -7/+7 |
| | | |