aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport widget demo from master to get it up on jqueryui.com with the next ↵Jörn Zaefferer2011-08-043-1/+209
| | | | 1.8.x release
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-032-1/+7
| | | | | | | | | | Button label selector omits quotes / fails for ids with ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js
* Mouse: Changed mouseHandled check to a local var rather than using ↵kborchers2011-08-021-4/+8
| | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE (cherry picked from commit dafc941b3632bb79823a72c36bfae7f1f985ca25)
* Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui ↵Corey Frang2011-08-021-3/+20
| | | | animations will discard any focus state during the animation - Thanks @rubyruy
* Merge pull request #415 from pelme/1-8-stableScott González2011-08-022-2/+27
|\ | | | | Backport of #6966 fix (multiple dialogs and ESC)
| * Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.Andreas Pelme2011-08-022-2/+27
|/ | | | | Original commit message from f9996682b5739661c21548f0de3d4c4883c5119d: Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
* Build: Updated release script.Scott González2011-08-021-7/+8
|
* Updating the 1-8-stable version to 1.8.16preScott González2011-08-011-1/+1
|
* Tagging the 1.8.15 release.1.8.15Scott González2011-08-011-1/+1
|
* Upgrade jQuery to 1.6.2.Scott González2011-08-01309-1493/+2158
|
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ↵Scott González2011-08-011-15/+0
| | | | | | | - Datepicker Month and Year dropdowns in IE have to click twice. Thanks jdufresne (cherry picked from commit 70687f7955cb2471ad6df3a7806031245e5979cd)
* Revert "Mouse: Changed mouseHandled check to a local var rather than using ↵Scott González2011-08-011-8/+4
| | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE" This reverts commit 7eda94a8c916760de4093df85f58cc694838b52b.
* jQuery 1.6 support.Scott González2011-07-2918-54/+26812
|
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-2827-19/+61676
|
* Tests: Delete everything that fails.Scott González2011-07-2813-835/+6
|
* Tests: Deleted failing widget tests.Scott González2011-07-288-122/+6
|
* Accordion tests: Fixed fixture id.Scott González2011-07-281-1/+1
|
* Added compound test suite and updated QUnit.Scott González2011-07-2820-435/+815
|
* Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.Scott González2011-07-191-1/+1
|
* Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed ↵Richard D. Worth2011-07-191-1/+1
| | | | | | #7566 - Dutch march name translation (cherry picked from commit 5002bf61855ffe365f759f0b2c484188bfe4e1d6)
* Datepicker: show inline datepicker setting explicit display:block instead of ↵Richard D. Worth2011-07-192-1/+26
| | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height (cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9)
* Merge pull request #322 from kborchers/bug_5665Corey Frang2011-07-191-1/+10
| | | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: Disabled parameter doesn't work(cherry picked from commit 4bdbab9a671c1eaeaea0a2c179b74cde2f84d75e)
* Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵marcneuwirth2011-06-282-0/+18
| | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called (cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041)
* Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵marcneuwirth2011-06-282-0/+12
| | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed (cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57)
* Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: ↵marcneuwirth2011-06-271-2/+1
| | | | _selectDate restores focus to non-object
* Updating the 1-8-stable version to 1.8.15preScott González2011-06-171-1/+1
|
* Tagging the 1.8.14 release.1.8.14Scott González2011-06-171-1/+1
|
* Datepicker: Set font-size to 0em on ui-datepicker-row-break to override ↵kborchers2011-06-161-1/+1
| | | | | | font-size coming from ui-widget which caused the height to be too tall in IE (cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f)
* Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row ↵kborchers2011-06-161-0/+1
| | | | | | datepicker. (cherry picked from commit ed7802090fc6ec8109d69c91a425adfffb8cff39)
* Datepicker: Calculate the max number of rows necessary when displaying ↵kborchers2011-06-161-1/+7
| | | | | | months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed (cherry picked from commit 1d984e76b79bfeda15eff392e06d8ed0eab72333)
* Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be ↵Scott González2011-06-131-10/+15
| | | | used with jQuery 1.3.2 due to use of .delegate().
* Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo ↵Scott González2011-05-281-1/+1
| | | | 'easding'.
* Droppable: Added dragStart and dragStop to ddmanager and call them from ↵kborchers2011-05-272-0/+18
| | | | | | draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo (cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126)
* Mouse: Optimize the cancel locator, works around a bug where ↵Jay Merrifield2011-05-261-1/+1
| | | | | | .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog) (cherry picked from commit 09e88d6220af2f90197c826ac3a31a0ca97f2c8f)
* Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ↵Jeff Remy2011-05-261-3/+31
| | | | | | - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width. (cherry picked from commit 981e96948f45e5c5c32d005e379a5030c98c3d8d)
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵Andrew Powell2011-05-261-0/+1
| | | | | | allow clicks (cherry picked from commit 597a313ab67bc10627d9c17c941776514ea5bd7c)
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-262-7/+17
| | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579)
* Simulate: account for document scroll in findCenter function. Fixes #6859 - ↵Richard D. Worth2011-05-261-3/+3
| | | | | | Jquery.Simulate drag behaves incorrect when container scrolled (cherry picked from commit de3fc0050ee672ce155f0dd65ee9ecdfd818c063)
* Sortable: Changed to check the parent's length so that the dom position of ↵kborchers2011-05-251-1/+1
| | | | | | the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. (cherry picked from commit 8e8a7b015f4f5a76c187dfca9af7519ae356bb16)
* Resizable: Remove workaround for handles not working in IE when transparent ↵Scott González2011-05-201-6/+1
| | | | | | 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. (cherry picked from commit 42dd56de5a0d67a7db2c2f49dc665e62afce8dda)
* CSS: added support for konqueror border-radius. Fixed #6097.jgv2011-05-181-5/+5
| | | | (cherry picked from commit 0f860cdd9cd378dd9b72bb71e97cf169abb8459b)
* missing comma(cherry picked from commit ↵Jesse Baird2011-05-181-1/+1
| | | | 39fab1f39811818887e8906ede21453ef21833af)
* There's no guard against unparsed characters at the end of the date string, ↵Jörn Zaefferer2011-05-182-0/+12
| | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years (cherry picked from commit 92b0f6702a9408f4bd7d71ccca7e0e851d0efc6b)
* Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. ↵Jörn Zaefferer2011-05-181-2/+2
| | | | | | Fixed #3623 - Opening a Modal Dialog shows a horizontal scroll bar (cherry picked from commit 29b36bb4090632aaf306cc44591386c0263c9d27)
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵Scott González2011-05-181-7/+5
| | | | | | scope in formResetHandler unintentionally wide. (cherry picked from commit e0fafbb73526f60fdeab3f75532d6a4059d0d82a)
* Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵Kato Kazuyoshi2011-05-183-4/+18
| | | | | | onClose event not triggered. (cherry picked from commit 2063a113d6dbae006413896a93d46a34ebc9b155)
* Button demo: modified order of selectors. Fixed #7094 - Buttons problem in OperaBen Boyle2011-05-161-1/+1
| | | | (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678)
* Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵Jay Merrifield2011-05-162-1/+6
| | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. (cherry picked from commit 41205cef4b23749592c832605452af6575970623)
* Draggable: Changed logic to only subtract left and top offsets of ↵kborchers2011-05-131-2/+2
| | | | | | containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable (cherry picked from commit 6e6d0b749c4724955a88a0a53ae1378391991064)
* Button: Don't fire click/change events if mouse was dragged during click of ↵Kris Borchers2011-05-131-3/+26
| | | | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button. (cherry picked from commit a69a1788bc5cd67c6e627e519e20897a0c238945)