Commit Graph

2207 Commits

Author SHA1 Message Date
Felix Nagel
85a34ebedb Selectmenu: basic popop support, code cleanup 2011-09-23 00:17:24 +02:00
Felix Nagel
8120b0d6df Selectmenu: improved visual style 2011-09-22 21:20:49 +02:00
Felix Nagel
e70092f602 Selectmenu: fixed dependencies 2011-09-22 01:35:54 +02:00
Felix Nagel
ecd8ea4a1c Selectmenu: basic implementation 2011-09-22 01:34:49 +02: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
6c1bf56029 Spinner: Moved all event handlers into an object. 2011-08-12 22:33:44 -04:00
Scott González
4587f2de68 Widget: Use this.widget() for event delegation. 2011-08-12 22:10:31 -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
ac04462d22 Tabs: Cleanup. 2011-08-10 09:30:52 -04:00
Scott González
de7fd4c130 Spinner: Fixed integration with globalize. 2011-08-10 09:15:47 -04:00
Jörn Zaefferer
56e9cd7119 Replace $.global with Globalize, update Spinner to use it. Related demos currently broken due to previous changes. 2011-08-10 14:55:16 +02:00
Scott González
bb79b41871 Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8.
This reverts commit 5f0a2f01c4.
2011-08-10 07:55:19 -04:00
Scott González
7c7d3df8e7 Spinner: Return formatted value when using value method. 2011-08-09 21:38:19 -04:00
Scott González
92766654ae Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery.data throws a script error in certain circumstances. 2011-08-09 11:45:41 -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
7f812f8be9 Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs. 2011-08-09 09:32:01 -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
Jörn Zaefferer
f8f38e86c4 Merge remote branch 'kou/autocomplete-destroy-search-timeout' 2011-08-09 12:09:52 +02:00
Scott González
8c5a6f7241 Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping. 2011-08-07 19:21:23 -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
6c84531d7c Spinner: Fixed double firing of change event when setting the value option directly. 2011-08-07 12:38:01 -04:00
Scott González
6c9dac29a5 Spinner: Don't need to call _format() and _aria() in _setOptions() since it's wrapped as a modifier. 2011-08-07 12:30:33 -04:00
Scott González
dd0a436c37 Spinner: Trigger change event when the value is changed programmatically. 2011-08-07 12:27:14 -04:00
Scott González
bea9933a8b Spinner: Re-render value if numberFormat option changes. 2011-08-07 11:35:38 -04:00
Scott González
051b9e07d9 Spinner: Use _getCreateOptions() for value. 2011-08-07 08:20:14 -04:00
Kouhei Sutou
b83a2063cf Autocomplete: ensure clear searching timeout on destroy. 2011-08-07 15:50:34 +09: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
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
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
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
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
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
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
0ff3396e88 Widget delegation: Small if-simplify refactoring 2011-07-28 21:55:38 +02:00
Jörn Zaefferer
a57c435257 Whitespace 2011-07-28 15:56:57 +02:00