Philip Graham [Tue, 28 Jun 2011 16:40:28 +0000 (16:40 +0000)]
Updated guard against unparsed characters to allow extra characters as long as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions.
Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
marcneuwirth [Tue, 28 Jun 2011 15:59:08 +0000 (10:59 -0500)]
Datepicker: Added onSelect.apply() call to _setDate method if onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called
marcneuwirth [Tue, 28 Jun 2011 15:49:47 +0000 (10:49 -0500)]
Datepicker: Added onSelect.apply() call to _doKeyDown method when enter button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed
Corey Frang [Thu, 23 Jun 2011 12:22:34 +0000 (07:22 -0500)]
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements
Corey Frang [Thu, 23 Jun 2011 10:29:09 +0000 (05:29 -0500)]
Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option
Scott González [Thu, 16 Jun 2011 17:35:04 +0000 (10:35 -0700)]
Merge pull request #353 from kborchers/bug_7043
Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed
gnarf [Mon, 13 Jun 2011 18:02:16 +0000 (13:02 -0500)]
Effects.scale: Update the position of the element post animation to avoid jumping - Fixed #4316 - Element jumps to wrong position after scale effect with origin: ['middle','center'] parameter
beatryder [Tue, 14 Jun 2011 01:42:45 +0000 (20:42 -0500)]
Spinner: modified _spin and _setOption to call new method _trimValue to check for min/max values. Fixed #7264 - Spinner returns values beyond min and max, off by one
tomykaira [Fri, 10 Jun 2011 01:36:48 +0000 (20:36 -0500)]
effects.core: Convert elements height/width to px and restore after animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects
Jörn Zaefferer [Thu, 9 Jun 2011 15:14:21 +0000 (17:14 +0200)]
Update menubar to forward menu option to nested menus, update default demo to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
kborchers [Fri, 27 May 2011 20:10:53 +0000 (15:10 -0500)]
Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed
Scott González [Fri, 27 May 2011 19:29:28 +0000 (12:29 -0700)]
Merge pull request #352 from kborchers/bug_5003_3
Droppable: Added dragStart and dragStop to ddmanager and call them from draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo
kborchers [Fri, 27 May 2011 17:01:42 +0000 (12:01 -0500)]
Droppable: Added dragStart and dragStop to ddmanager and call them from draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo
Jay Merrifield [Fri, 27 May 2011 03:42:51 +0000 (23:42 -0400)]
Mouse: Optimize the cancel locator, works around a bug where .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)
Jay Merrifield [Fri, 27 May 2011 03:30:56 +0000 (23:30 -0400)]
Dialog: Removed the height() tinkering which stops the dialog from shrinking. Fixes #5916 - Dialog: shrinks on drag in IE in standards mode, worse in quirksmode.
Jeff Remy [Thu, 26 May 2011 23:08:58 +0000 (19:08 -0400)]
Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width.
Scott González [Wed, 25 May 2011 20:12:37 +0000 (13:12 -0700)]
Merge pull request #294 from kborchers/bug_4088
Sortable: Changed to check the parent's length so that the dom position of the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback.