]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoTooltip: Alphabetized options.
Scott González [Sun, 29 May 2011 00:19:23 +0000 (20:19 -0400)]
Tooltip: Alphabetized options.

13 years agoTooltip: Removed click handler.
Scott González [Sun, 29 May 2011 00:15:26 +0000 (20:15 -0400)]
Tooltip: Removed click handler.

13 years agoTooltip: Fixed tracking of tooltip elements.
Scott González [Sat, 28 May 2011 23:38:01 +0000 (19:38 -0400)]
Tooltip: Fixed tracking of tooltip elements.

13 years agoTooltip: Fixed tooltipClass option and added test.
Scott González [Sat, 28 May 2011 21:55:45 +0000 (17:55 -0400)]
Tooltip: Fixed tooltipClass option and added test.

13 years agoTooltip: Allow content updates via async response regardless of whether a sync respon...
Scott González [Sat, 28 May 2011 21:36:57 +0000 (17:36 -0400)]
Tooltip: Allow content updates via async response regardless of whether a sync response came back. Added more tests.

13 years agoTooltip demos: Better tooltip content for custom animations.
Scott González [Sat, 28 May 2011 21:14:42 +0000 (17:14 -0400)]
Tooltip demos: Better tooltip content for custom animations.

13 years agoTooltip tests: Refactored and added some tests.
Scott González [Sat, 28 May 2011 20:20:46 +0000 (16:20 -0400)]
Tooltip tests: Refactored and added some tests.

13 years agoTooltip: Added a destroy method to remove generated tooltip elements.
Scott González [Sat, 28 May 2011 20:20:01 +0000 (16:20 -0400)]
Tooltip: Added a destroy method to remove generated tooltip elements.

13 years agoTooltip: Added some tests.
Scott González [Sat, 28 May 2011 19:43:22 +0000 (15:43 -0400)]
Tooltip: Added some tests.

13 years agoTests: Updated version check.
Scott González [Sat, 28 May 2011 19:42:55 +0000 (15:42 -0400)]
Tests: Updated version check.

13 years agoMenubar: Whitespace.
Scott González [Sat, 28 May 2011 19:42:28 +0000 (15:42 -0400)]
Menubar: Whitespace.

13 years agoAll: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbe...
Scott González [Sat, 28 May 2011 19:39:55 +0000 (15:39 -0400)]
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.

13 years agoTooltip: Proper handled of disabled option.
Scott González [Sat, 28 May 2011 19:25:05 +0000 (15:25 -0400)]
Tooltip: Proper handled of disabled option.

13 years agoTooltip tests: Coding standards.
Scott González [Sat, 28 May 2011 17:30:00 +0000 (13:30 -0400)]
Tooltip tests: Coding standards.

13 years agoTooltip: Cleanup.
Scott González [Sat, 28 May 2011 15:43:57 +0000 (11:43 -0400)]
Tooltip: Cleanup.

13 years agoTooltip: Changed custom animation demo and changed the logic for showing tooltips...
Scott González [Sat, 28 May 2011 14:18:39 +0000 (10:18 -0400)]
Tooltip: Changed custom animation demo and changed the logic for showing tooltips so custom position options can perform animations.

13 years agoTooltip demos: Cleanup.
Scott González [Sat, 28 May 2011 00:52:13 +0000 (20:52 -0400)]
Tooltip demos: Cleanup.

13 years agoTooltip: Coding standards.
Scott González [Sat, 28 May 2011 00:05:20 +0000 (20:05 -0400)]
Tooltip: Coding standards.

13 years agoMerge pull request #352 from kborchers/bug_5003_3
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

13 years agoDroppable: Added dragStart and dragStop to ddmanager and call them from draggable... 352/head
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

13 years agoAutocomplete: Whitespace.
Scott González [Fri, 27 May 2011 12:35:18 +0000 (08:35 -0400)]
Autocomplete: Whitespace.

13 years agoAutocomplete demos: Coding standards.
Scott González [Fri, 27 May 2011 12:32:48 +0000 (08:32 -0400)]
Autocomplete demos: Coding standards.

13 years agoMouse: Optimize the cancel locator, works around a bug where .add(event.target) in...
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)

13 years agoDialog: Removed the height() tinkering which stops the dialog from shrinking. Fixes...
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.

13 years agoDialog: Make close() a noop if the dialog is already closed. Fixes #7327 - Dialog...
David Murdoch [Thu, 26 May 2011 23:29:11 +0000 (19:29 -0400)]
Dialog: Make close() a noop if the dialog is already closed. Fixes #7327 - Dialog box size and close animation bugs.

13 years agoResizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 - Resiza...
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.

13 years agoButton: adding event.preventDefault. Fixes #5945 - Disabled buttons still allow clicks
Andrew Powell [Thu, 26 May 2011 16:22:40 +0000 (12:22 -0400)]
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still allow clicks

13 years agoButton: modified the event bindings for focus and blur. Fixed #6711 - checkbox/radio...
Glenn Goodrich [Thu, 26 May 2011 15:28:17 +0000 (11:28 -0400)]
Button: modified the event bindings for focus and blur. Fixed #6711 - checkbox/radio button do not show focused state when using Keyboard Navigation

13 years agoMerge pull request #317 from tomykaira/bug_6096
Scott González [Thu, 26 May 2011 12:40:13 +0000 (05:40 -0700)]
Merge pull request #317 from tomykaira/bug_6096

effects.scale: fix: calculate top / left by outerHeight / Width. #6096

13 years agoSimulate: account for document scroll in findCenter function. Fixes #6859 - Jquery...
Richard D. Worth [Thu, 26 May 2011 08:58:15 +0000 (04:58 -0400)]
Simulate: account for document scroll in findCenter function. Fixes #6859 - Jquery.Simulate drag behaves incorrect when container scrolled

13 years agoeffects.scale: fix: calculate top / left by outerHeight / Width. Fixed #6096 - effect... 317/head
tomykaira [Fri, 20 May 2011 01:25:34 +0000 (10:25 +0900)]
effects.scale: fix: calculate top / left by outerHeight / Width. Fixed #6096 - effects.scale origin bottom bug

13 years agoMerge pull request #294 from kborchers/bug_4088
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.

13 years agoeffects.blind: Save the wrapper status if already wrapped. Fixes #6245 - position...
tomykaira [Wed, 25 May 2011 19:52:53 +0000 (15:52 -0400)]
effects.blind: Save the wrapper status if already wrapped. Fixes #6245 - position: absolute is lost when .stop() is used with .show('blind').

13 years agoSpinner: Changed casing of option numberformat -> numberFormat.
Scott González [Fri, 20 May 2011 20:25:04 +0000 (16:25 -0400)]
Spinner: Changed casing of option numberformat -> numberFormat.

13 years agoREADME: Fixed code samples to be (markdown) indented properly with 4 spaces instead...
Richard D. Worth [Tue, 24 May 2011 14:43:44 +0000 (07:43 -0700)]
README: Fixed code samples to be (markdown) indented properly with 4 spaces instead of 2.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Fri, 20 May 2011 14:14:07 +0000 (16:14 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoUpdating the master version to 1.9pre
Scott González [Fri, 20 May 2011 14:12:12 +0000 (10:12 -0400)]
Updating the master version to 1.9pre

13 years agoTagging the 1.9m5 release. 1.9m5
Scott González [Fri, 20 May 2011 14:11:16 +0000 (10:11 -0400)]
Tagging the 1.9m5 release.

13 years agoResizable: Remove workaround for handles not working in IE when transparent with...
Scott González [Fri, 20 May 2011 13:53:50 +0000 (09:53 -0400)]
Resizable: Remove workaround for handles not working in IE when transparent with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps.

13 years agoBuilds: used ant parallel task to run the two closure compiler steps and the yui... 319/head
techtangents [Fri, 20 May 2011 11:17:30 +0000 (21:17 +1000)]
Builds: used ant parallel task to run the two closure compiler steps and the yui css compressor step in parallel. The http get requests for documentation are also run in parallel. Reduced build time by about 40%. Fixed #7404 - build.xml can run quicker.

13 years agoMerge pull request #306 from jgv/ticket-6097
Scott González [Wed, 18 May 2011 23:37:28 +0000 (16:37 -0700)]
Merge pull request #306 from jgv/ticket-6097

CSS: added support for konqueror border-radius. Fixed #6097.

13 years agoMerge pull request #310 from gnarf37/ticket-7395
Scott González [Wed, 18 May 2011 23:27:08 +0000 (16:27 -0700)]
Merge pull request #310 from gnarf37/ticket-7395

Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particula

13 years agoUnit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE,... 310/head
gnarf [Wed, 18 May 2011 23:13:37 +0000 (18:13 -0500)]
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var

13 years agoCSS: added support for konqueror border-radius. Fixed #6097. 306/head
jgv [Wed, 18 May 2011 15:54:48 +0000 (11:54 -0400)]
CSS: added support for konqueror border-radius. Fixed #6097.

13 years agoMerge remote branch 'treyhunner/topic/autocomplete-pasting'
Jörn Zaefferer [Wed, 18 May 2011 15:47:01 +0000 (17:47 +0200)]
Merge remote branch 'treyhunner/topic/autocomplete-pasting'

13 years agoThere's no guard against unparsed characters at the end of the date string, any extra...
Jörn Zaefferer [Wed, 18 May 2011 15:30:26 +0000 (17:30 +0200)]
There's no guard against unparsed characters at the end of the date string, any extra characters are just ignored

Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Wed, 18 May 2011 15:12:52 +0000 (17:12 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoMerge remote branch 'kborchers/bug_3623'
Jörn Zaefferer [Wed, 18 May 2011 15:07:02 +0000 (17:07 +0200)]
Merge remote branch 'kborchers/bug_3623'

13 years agoAccordion: Added check to not allow 0 height on empty panels causing height issues...
kborchers [Wed, 18 May 2011 14:54:36 +0000 (10:54 -0400)]
Accordion: Added check to not allow 0 height on empty panels causing height issues on non-empty panels. Fixed #7335 - Accordion: Incorrect size when a panel is empty

13 years agoButton: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh scope...
Scott González [Wed, 18 May 2011 14:32:59 +0000 (10:32 -0400)]
Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh scope in formResetHandler unintentionally wide.

13 years agoMerge remote branch 'origin/master'
Jörn Zaefferer [Wed, 18 May 2011 13:58:42 +0000 (15:58 +0200)]
Merge remote branch 'origin/master'

13 years agoMerge remote branch 'kzys/trac-6656'
Jörn Zaefferer [Wed, 18 May 2011 13:51:07 +0000 (15:51 +0200)]
Merge remote branch 'kzys/trac-6656'

13 years agoDialog: Reduce old overlay dimensions to 0x0 to avoid sizing issues. Fixes #5637...
Scott González [Wed, 18 May 2011 13:34:20 +0000 (09:34 -0400)]
Dialog: Reduce old overlay dimensions to 0x0 to avoid sizing issues. Fixes #5637 - Dialog: Dimensions of reused overlay may cause scrollbars.

13 years agoQUnit update
Jörn Zaefferer [Wed, 18 May 2011 13:14:08 +0000 (15:14 +0200)]
QUnit update

13 years agoMerge pull request #304 from jebaird/patch-1
Scott González [Wed, 18 May 2011 13:06:00 +0000 (06:06 -0700)]
Merge pull request #304 from jebaird/patch-1

missing comma

13 years agoSpinner: Coding standards.
Scott González [Wed, 18 May 2011 01:07:44 +0000 (21:07 -0400)]
Spinner: Coding standards.

13 years agomissing comma 304/head
Jesse Baird [Tue, 17 May 2011 21:10:30 +0000 (14:10 -0700)]
missing comma

13 years agoTabs: Don't cancel existing ajax requests when programmatically loading a tab. Fixes...
Scott González [Tue, 17 May 2011 20:23:10 +0000 (16:23 -0400)]
Tabs: Don't cancel existing ajax requests when programmatically loading a tab. Fixes #7204 - Tabs: Programmatically loading a tab shouldn't cancel active ajax requests.

13 years agoTabs: Fixed load event with back compat enabled.
Scott González [Tue, 17 May 2011 19:46:41 +0000 (15:46 -0400)]
Tabs: Fixed load event with back compat enabled.

13 years agoTabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS...
David Murdoch [Tue, 17 May 2011 18:12:16 +0000 (14:12 -0400)]
Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS causes problem when tabs are wrapped onto more than one line.

13 years agoTabs: Removed some animation cleanup code that doesn't appear to be necessary.
Scott González [Tue, 17 May 2011 17:15:44 +0000 (13:15 -0400)]
Tabs: Removed some animation cleanup code that doesn't appear to be necessary.

13 years agoTabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border...
Scott González [Tue, 17 May 2011 15:13:03 +0000 (11:13 -0400)]
Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border disappears in IE.

Thanks pmawhinney

13 years agoTabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 ...
Scott González [Tue, 17 May 2011 14:02:22 +0000 (10:02 -0400)]
Tabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 - Tabs: _sanitizeSelector needs to escape '.'.

13 years agoUnit Tests: Cleaning up some code in effects unit tests, removing magic numbers used...
gnarf [Mon, 16 May 2011 22:19:57 +0000 (17:19 -0500)]
Unit Tests: Cleaning up some code in effects unit tests, removing magic numbers used for animation durations

13 years agoSortable: Changed to check the parent's length so that the dom position of the remove... 294/head
kborchers [Mon, 16 May 2011 21:25:03 +0000 (16:25 -0500)]
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.

13 years agoTabs: Enable test suites for TestSwarm.
Scott González [Mon, 16 May 2011 18:42:31 +0000 (14:42 -0400)]
Tabs: Enable test suites for TestSwarm.

13 years agoTabs: Added tests for load method.
Scott González [Mon, 16 May 2011 18:41:27 +0000 (14:41 -0400)]
Tabs: Added tests for load method.

13 years agoTabs: When adding a new tab with an existing panel, don't move it. Fixes #4578 -...
David Murdoch [Mon, 16 May 2011 16:30:23 +0000 (12:30 -0400)]
Tabs: When adding a new tab with an existing panel, don't move it. Fixes #4578 - adding tab moves targeted panel.

13 years agoMerge pull request #286 from bboyle/ticket7094
Scott González [Mon, 16 May 2011 12:18:10 +0000 (05:18 -0700)]
Merge pull request #286 from bboyle/ticket7094

Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

13 years agoDatepicker: Made the day of year calculator be more accurate. Fixes #6827 - Datepicke...
Jay Merrifield [Sat, 14 May 2011 22:20:06 +0000 (18:20 -0400)]
Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - Datepicker: Incorrect value for "oo" during Daylight Saving Time.

13 years agoButton demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera 286/head
Ben Boyle [Mon, 16 May 2011 11:08:13 +0000 (21:08 +1000)]
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

13 years agoAutocomplete: Trigger search timeout on all input events. Fixes #6666 - keyboard... 275/head
Trey Hunner [Wed, 11 May 2011 03:24:21 +0000 (20:24 -0700)]
Autocomplete: Trigger search timeout on all input events. Fixes #6666 - keyboard-autorepeat on Firefox and paste event

The input event triggers after all changes to an input field including
paste/cut events.

13 years agoTabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - Fixes... 276/head
gnarf [Sat, 14 May 2011 11:26:46 +0000 (06:26 -0500)]
Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - Fixes #7357 Tabs: Remove queueing logic

13 years agoMerge pull request #263 from kborchers/bug_4995
Scott González [Fri, 13 May 2011 20:36:09 +0000 (13:36 -0700)]
Merge pull request #263 from kborchers/bug_4995

Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall

13 years agoMerge pull request #266 from kborchers/bug_4838
Scott González [Fri, 13 May 2011 19:35:18 +0000 (12:35 -0700)]
Merge pull request #266 from kborchers/bug_4838

Draggable: Changed logic to only subtract left and top offsets of containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable

13 years agoButton: Don't fire click/change events if mouse was dragged during click of toggle...
Kris Borchers [Fri, 13 May 2011 19:28:10 +0000 (15:28 -0400)]
Button: Don't fire click/change events if mouse was dragged during click of toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.

13 years agoMerge pull request #268 from kborchers/bug_6950
Scott González [Fri, 13 May 2011 19:17:33 +0000 (12:17 -0700)]
Merge pull request #268 from kborchers/bug_6950

Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error

13 years agoDraggable: Check for grid elements set to 0 to prevent divide by 0 error causing... 268/head
kborchers [Fri, 13 May 2011 15:23:44 +0000 (10:23 -0500)]
Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error

13 years agoUnit Tests: adding unit test for #7356
gnarf [Thu, 12 May 2011 16:13:25 +0000 (11:13 -0500)]
Unit Tests: adding unit test for #7356

13 years agoClass animation: Fixed handling of duration.
Scott González [Fri, 13 May 2011 01:03:42 +0000 (21:03 -0400)]
Class animation: Fixed handling of duration.

13 years agoMerge remote branch 'gnarf37/ticket-3939'
Scott González [Fri, 13 May 2011 00:56:34 +0000 (20:56 -0400)]
Merge remote branch 'gnarf37/ticket-3939'

13 years agoMerge pull request #256 from dcneiner/button-blur
Scott González [Fri, 13 May 2011 00:48:25 +0000 (17:48 -0700)]
Merge pull request #256 from dcneiner/button-blur

Fixed #6242

13 years agoMerge pull request #257 from dcneiner/buttonset-rtl
Scott González [Fri, 13 May 2011 00:44:13 +0000 (17:44 -0700)]
Merge pull request #257 from dcneiner/buttonset-rtl

Fixed #6796

13 years agoMerge pull request #260 from gnarf37/effects-unit
Scott González [Fri, 13 May 2011 00:41:02 +0000 (17:41 -0700)]
Merge pull request #260 from gnarf37/effects-unit

Unit Tests: effects: adding some animateClass tests

13 years agoMerge pull request #258 from gnarf37/ticket-7356
Scott González [Fri, 13 May 2011 00:37:09 +0000 (17:37 -0700)]
Merge pull request #258 from gnarf37/ticket-7356

#7356 - Theme: Reducing size of CSS for Corner Properties

13 years agoDraggable: Changed logic to only subtract left and top offsets of containment if... 266/head
kborchers [Thu, 12 May 2011 21:27:12 +0000 (16:27 -0500)]
Draggable: Changed logic to only subtract left and top offsets of containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable

13 years agoDialog: Create modal overlay after dialog is shown and check scrollHeight and offsetH... 263/head
kborchers [Thu, 12 May 2011 20:14:58 +0000 (15:14 -0500)]
Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall

13 years agoDialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fixed ... 262/head
kborchers [Thu, 12 May 2011 18:31:15 +0000 (13:31 -0500)]
Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fixed #3623 - Opening a Modal Dialog shows a horizontal scroll bar

13 years agoTheme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing size of... 258/head
gnarf [Thu, 12 May 2011 08:40:04 +0000 (03:40 -0500)]
Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing size of some CSS

13 years agoDatepicker: removed conditional mozilla browser check block. Fixes #7322 - Year selec...
Andrew Powell [Thu, 12 May 2011 15:28:37 +0000 (11:28 -0400)]
Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Year selector disappears after setting an option in Firefox

13 years agoUnit Tests: effects: adding some animateClass tests 260/head
gnarf [Thu, 12 May 2011 15:22:49 +0000 (10:22 -0500)]
Unit Tests: effects: adding some animateClass tests

13 years agoRevert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of...
Scott González [Thu, 12 May 2011 12:17:16 +0000 (08:17 -0400)]
Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of dates even if only 5 are needed."

This reverts commit ac459ff7df4904cb8601d4efb95107177ecb40e0.

13 years agoeffects.core: Rework animateClass to support a 'children' option - Fixes #3939 -... 154/head
gnarf [Thu, 12 May 2011 08:26:41 +0000 (03:26 -0500)]
effects.core: Rework animateClass to support a 'children' option - Fixes #3939 - Option to animate children elements in animateClass

13 years agoEffects.core: Style Commit - double-quotes and threeqals and whitespace
gnarf [Thu, 12 May 2011 07:51:06 +0000 (02:51 -0500)]
Effects.core: Style Commit - double-quotes and threeqals and whitespace

13 years agoButton: Added rtl detection so corner classes would properly be applied to buttonsets... 257/head
Doug Neiner [Thu, 12 May 2011 05:51:05 +0000 (01:51 -0400)]
Button: Added rtl detection so corner classes would properly be applied to buttonsets. Fixed #6796. jQueryui - buttonset on rtl

13 years agoButton: no longer calls _resetButton() after changing the disabled option. Fixed... 256/head
Doug Neiner [Thu, 12 May 2011 05:16:06 +0000 (01:16 -0400)]
Button: no longer calls _resetButton() after changing the disabled option. Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari)

13 years agoClass animation: Cleaned up detection of what we can animate and fixed border styles...
gnarf [Wed, 11 May 2011 21:09:05 +0000 (17:09 -0400)]
Class animation: Cleaned up detection of what we can animate and fixed border styles. Fixes #7109 - animateClass doesn't like going from borderStyle: none to borderStyle: *.

13 years agoMerge pull request #242 from gnarf37/effects-unit
Scott González [Wed, 11 May 2011 20:14:13 +0000 (13:14 -0700)]
Merge pull request #242 from gnarf37/effects-unit

Effects unit tests - Partial fix for #7353

13 years agoUpdate QUnit
Jörn Zaefferer [Wed, 11 May 2011 19:34:57 +0000 (21:34 +0200)]
Update QUnit

13 years agoMerge pull request #220 from kzys/trac-6850
Scott González [Wed, 11 May 2011 19:32:29 +0000 (12:32 -0700)]
Merge pull request #220 from kzys/trac-6850

Fixed #6850 - Disable datepicker should disable month and year dropdowns.