Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 7 | -108/+97 |
| | | | | Don't enforce min/max on blur. | ||||
* | Spinner: Fixed precision when stepping. | Scott González | 2011-08-12 | 2 | -2/+28 |
| | | | | Thanks hughlomas | ||||
* | Spinner: Moved all event handlers into an object. | Scott González | 2011-08-12 | 1 | -84/+74 |
| | |||||
* | Widget: Use this.widget() for event delegation. | Scott González | 2011-08-12 | 2 | -12/+20 |
| | |||||
* | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 2 | -2/+9 |
| | |||||
* | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 2 | -31/+21 |
| | | | | base tag. Fixes #4836 - Self refering href only partially detected. | ||||
* | Tabs: Cleanup. | Scott González | 2011-08-10 | 1 | -7/+5 |
| | |||||
* | Spinner demo: Fixed time demo. | Scott González | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Spinner: Fixed integration with globalize. | Scott González | 2011-08-10 | 2 | -2/+2 |
| | |||||
* | Replace $.global with Globalize, update Spinner to use it. Related demos ↵ | Jörn Zaefferer | 2011-08-10 | 10 | -1489/+1773 |
| | | | | currently broken due to previous changes. | ||||
* | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵ | Scott González | 2011-08-10 | 1 | -1/+2 |
| | | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 5f0a2f01c4609315ab66158191d3f9bd420f827f. | ||||
* | Spinner: Return formatted value when using value method. | Scott González | 2011-08-09 | 1 | -15/+15 |
| | |||||
* | Widget demo: Fixed typo. | Scott González | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵ | Scott González | 2011-08-09 | 1 | -1/+4 |
| | | | | jQuery.data throws a script error in certain circumstances. | ||||
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 2 | -1/+40 |
| | | | | Ability to stop datepicker from appearing with beforeShow event handler. | ||||
* | Mouse: Work around a bug in IE 8 where disabled inputs don't have a ↵ | Scott González | 2011-08-09 | 1 | -1/+3 |
| | | | | nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs. | ||||
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 2 | -18/+0 |
| | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit effdd5d19c534f8445ebafe4212278c4366b0041. | ||||
* | Merge remote branch 'kou/autocomplete-destroy-search-timeout' | Jörn Zaefferer | 2011-08-09 | 1 | -0/+1 |
|\ | |||||
| * | Autocomplete: ensure clear searching timeout on destroy. | Kouhei Sutou | 2011-08-07 | 1 | -0/+1 |
| | | |||||
* | | Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping. | Scott González | 2011-08-07 | 1 | -10/+7 |
| | | |||||
* | | Spinner: More tests. Don't trigger spin when programmatically stepping or ↵ | Scott González | 2011-08-07 | 3 | -25/+201 |
| | | | | | | | | paging. | ||||
* | | Spinner: Added more tests. | Scott González | 2011-08-07 | 1 | -51/+90 |
| | | |||||
* | | Spinner tests: Removed IE 6 hack in destroy test. | Scott González | 2011-08-07 | 2 | -11/+7 |
| | | |||||
* | | Spinner demos: Cleanup. | Scott González | 2011-08-07 | 7 | -181/+196 |
| | | |||||
* | | 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 |
| |