]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoimproved: label event handling (backport of new version, see #140)
Felix Nagel [Wed, 19 Oct 2011 23:32:28 +0000 (01:32 +0200)]
improved: label event handling (backport of new version, see #140)

13 years agofixed: destroy method (issue with window event), thx to @thg2k, see #177
Felix Nagel [Mon, 17 Oct 2011 23:29:41 +0000 (01:29 +0200)]
fixed: destroy method (issue with window event), thx to @thg2k, see #177

13 years agofixed: destroy function (window event follow-up)
Felix Nagel [Mon, 17 Oct 2011 23:28:49 +0000 (01:28 +0200)]
fixed: destroy function (window event follow-up)

13 years agoid handling (follow-up), thx to @thg2k, see #176
Felix Nagel [Mon, 17 Oct 2011 23:18:11 +0000 (01:18 +0200)]
id handling (follow-up), thx to @thg2k, see #176

13 years agoimproved: id handling (follow-up), destroy method
Felix Nagel [Mon, 10 Oct 2011 20:55:48 +0000 (22:55 +0200)]
improved: id handling (follow-up), destroy method

13 years agofixed: problem with unusual chars in selector, thx to @dominicgamble
Felix Nagel [Mon, 10 Oct 2011 20:52:37 +0000 (22:52 +0200)]
fixed: problem with unusual chars in selector, thx to @dominicgamble

13 years agoadded: demo compatibility to jQuery 1.6.2
Felix Nagel [Mon, 10 Oct 2011 20:50:32 +0000 (22:50 +0200)]
added: demo compatibility to jQuery 1.6.2

13 years agoMerge commit '1.8.16' into selectmenu
Felix Nagel [Mon, 10 Oct 2011 20:38:26 +0000 (22:38 +0200)]
Merge commit '1.8.16' into selectmenu

13 years agoimproved: selector, thx to @Ninkasi
Felix Nagel [Mon, 10 Oct 2011 20:01:51 +0000 (22:01 +0200)]
improved: selector, thx to @Ninkasi

13 years agofixed: resize now forces a close the list, follow-up #147
Felix Nagel [Mon, 10 Oct 2011 19:59:43 +0000 (21:59 +0200)]
fixed: resize now forces a close the list, follow-up #147

13 years agofixed: nsufficient right padding for .ui-selectmenu-status, thx to @jfirebaugh, see...
Felix Nagel [Mon, 12 Sep 2011 23:28:55 +0000 (01:28 +0200)]
fixed: nsufficient right padding for .ui-selectmenu-status, thx to @jfirebaugh, see #161

13 years agofixed: toggle dropdown when icon is clicked, related to #147, thx to @brainTrain...
Felix Nagel [Mon, 12 Sep 2011 23:03:20 +0000 (01:03 +0200)]
fixed: toggle dropdown when icon is clicked, related to #147, thx to @brainTrain, see #159

13 years agofixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi
Felix Nagel [Sat, 20 Aug 2011 17:15:16 +0000 (19:15 +0200)]
fixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi

13 years agoTagging the 1.8.16 release. 1.8.16
Scott González [Mon, 15 Aug 2011 13:30:18 +0000 (09:30 -0400)]
Tagging the 1.8.16 release.

13 years agoDroppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element...
Scott González [Fri, 12 Aug 2011 14:06:52 +0000 (10:06 -0400)]
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.element.parentsuntil in version 1.8.14.

13 years agoDraggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Draggable...
Scott González [Fri, 12 Aug 2011 14:05:04 +0000 (10:05 -0400)]
Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Draggable: iframeFix always runs with old versions of jQuery.

13 years agoDatepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 -...
Scott González [Wed, 10 Aug 2011 11:58:17 +0000 (07:58 -0400)]
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 86a09aeb332851971bc2b2ce6bbf4d4292b12020.

13 years agofixed: disable tab index when init from disabled select, thx to @gcko, see #136
Felix Nagel [Tue, 9 Aug 2011 22:18:29 +0000 (00:18 +0200)]
fixed: disable tab index when init from disabled select, thx to @gcko, see #136

13 years agoWidget demo: Fixed typo.
Scott González [Tue, 9 Aug 2011 20:19:18 +0000 (16:19 -0400)]
Widget demo: Fixed typo.
(cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522)

13 years agofixed: problem when hiding first option by css, thx to @RobertSheaO, see #152
Felix Nagel [Tue, 9 Aug 2011 20:01:47 +0000 (22:01 +0200)]
fixed: problem when hiding first option by css, thx to @RobertSheaO, see #152

13 years agoWidget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery.data...
Scott González [Tue, 9 Aug 2011 15:51:08 +0000 (11:51 -0400)]
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery.data throws a script error in certain circumstances.

13 years agoDatepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - Ability...
Karl Kirch [Tue, 9 Aug 2011 13:55:50 +0000 (09:55 -0400)]
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - Ability to stop datepicker from appearing with beforeShow event handler.
(cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9)

13 years agoMouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes...
Scott González [Tue, 9 Aug 2011 13:32:01 +0000 (09:32 -0400)]
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.
(cherry picked from commit 7f812f8be99bf8dc483b84b12432b61a8e3d59cd)

13 years agoRevert "Datepicker: Added onSelect.apply() call to _setDate method if onSelect is...
Scott González [Tue, 9 Aug 2011 12:27:04 +0000 (08:27 -0400)]
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 b8e14e79e5bc630bf459137896c08fc37936f52f.

13 years agofixed: zIndex, follow up to #147, thx to @viskenxp, see: https://github.com/fnagel...
Felix Nagel [Fri, 5 Aug 2011 21:14:44 +0000 (23:14 +0200)]
fixed: zIndex, follow up to #147, thx to @viskenxp, see: https://github.com/fnagel/jquery-ui/issues/151

13 years agoBackport widget demo from master to get it up on jqueryui.com with the next 1.8.x... 421/head
Jörn Zaefferer [Thu, 4 Aug 2011 17:47:08 +0000 (19:47 +0200)]
Backport widget demo from master to get it up on jqueryui.com with the next 1.8.x release

13 years agoButton: Adding quotes to the attribute selector for labels - Fixes #7534 - Button...
Corey Frang [Thu, 4 Aug 2011 03:19:29 +0000 (22:19 -0500)]
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Button label selector omits quotes / fails for ids with ":"
(cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb)

Conflicts:

ui/jquery.ui.button.js

13 years agoMouse: Changed mouseHandled check to a local var rather than using originalEvent...
kborchers [Tue, 2 Aug 2011 13:36:22 +0000 (08:36 -0500)]
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
(cherry picked from commit dafc941b3632bb79823a72c36bfae7f1f985ca25)

13 years agochanged: li element creation, thx to @lephyrius, see selectOptionData[ i ].disabled
Felix Nagel [Tue, 2 Aug 2011 22:56:16 +0000 (00:56 +0200)]
changed: li element creation, thx to @lephyrius, see selectOptionData[ i ].disabled

13 years agoEffects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui animations...
Corey Frang [Tue, 2 Aug 2011 21:58:52 +0000 (16:58 -0500)]
Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy

13 years agofixed: code quality
Felix Nagel [Tue, 2 Aug 2011 20:59:20 +0000 (22:59 +0200)]
fixed: code quality

13 years agochanged: code cleanup
Felix Nagel [Tue, 2 Aug 2011 20:57:52 +0000 (22:57 +0200)]
changed: code cleanup

13 years agochanged: code quality, missing semicolon
Felix Nagel [Tue, 2 Aug 2011 00:07:23 +0000 (02:07 +0200)]
changed: code quality, missing semicolon

13 years agoMerge pull request #415 from pelme/1-8-stable
Scott González [Tue, 2 Aug 2011 17:28:57 +0000 (10:28 -0700)]
Merge pull request #415 from pelme/1-8-stable

Backport of #6966 fix (multiple dialogs and ESC)

13 years agoBackport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable. 415/head
Andreas Pelme [Tue, 2 Aug 2011 16:40:25 +0000 (18:40 +0200)]
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.

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.

13 years agoBuild: Updated release script.
Scott González [Tue, 2 Aug 2011 13:54:36 +0000 (09:54 -0400)]
Build: Updated release script.

13 years agoUpdating the 1-8-stable version to 1.8.16pre
Scott González [Tue, 2 Aug 2011 00:07:14 +0000 (20:07 -0400)]
Updating the 1-8-stable version to 1.8.16pre

13 years agoTagging the 1.8.15 release. 1.8.15
Scott González [Tue, 2 Aug 2011 00:07:14 +0000 (20:07 -0400)]
Tagging the 1.8.15 release.

13 years agoUpgrade jQuery to 1.6.2.
Scott González [Tue, 2 Aug 2011 00:03:04 +0000 (20:03 -0400)]
Upgrade jQuery to 1.6.2.

13 years agofixed: problem with disabled transfer, THX to Dimitri B., via email
Felix Nagel [Mon, 1 Aug 2011 23:57:59 +0000 (01:57 +0200)]
fixed: problem with disabled transfer, THX to Dimitri B., via email

13 years agofixed: hopefully some issues with positioning and jumping, see: https://github.com...
Felix Nagel [Mon, 1 Aug 2011 23:40:31 +0000 (01:40 +0200)]
fixed: hopefully some issues with positioning and jumping, see: https://github.com/fnagel/jquery-ui/issues/147

13 years agoDatepicker: Removed click handling for month and year dropdowns. Fixes #6198 - Datepi...
Scott González [Mon, 1 Aug 2011 19:28:37 +0000 (15:28 -0400)]
Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 - Datepicker Month and Year dropdowns in IE have to click twice.

Thanks jdufresne
(cherry picked from commit 70687f7955cb2471ad6df3a7806031245e5979cd)

13 years agoRevert "Mouse: Changed mouseHandled check to a local var rather than using originalEv...
Scott González [Mon, 1 Aug 2011 18:17:38 +0000 (14:17 -0400)]
Revert "Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE"

This reverts commit 7eda94a8c916760de4093df85f58cc694838b52b.

13 years agofixed: optimize element creation
Felix Nagel [Sun, 31 Jul 2011 21:40:42 +0000 (23:40 +0200)]
fixed: optimize element creation
fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80

13 years agoMerge pull request #145 from Netson/patch-1
Felix Nagel [Fri, 29 Jul 2011 20:55:55 +0000 (13:55 -0700)]
Merge pull request #145 from Netson/patch-1

Minor optimization

13 years agojQuery 1.6 support.
Scott González [Fri, 29 Jul 2011 18:57:06 +0000 (14:57 -0400)]
jQuery 1.6 support.

13 years agoTests: Added ability to run tests against different versions of jQuery core.
Scott González [Thu, 28 Jul 2011 14:36:42 +0000 (10:36 -0400)]
Tests: Added ability to run tests against different versions of jQuery core.

13 years agoTests: Delete everything that fails.
Scott González [Thu, 28 Jul 2011 14:20:33 +0000 (10:20 -0400)]
Tests: Delete everything that fails.

13 years agoTests: Deleted failing widget tests.
Scott González [Thu, 28 Jul 2011 13:53:36 +0000 (09:53 -0400)]
Tests: Deleted failing widget tests.

13 years agoAccordion tests: Fixed fixture id.
Scott González [Thu, 28 Jul 2011 12:55:27 +0000 (08:55 -0400)]
Accordion tests: Fixed fixture id.

13 years agoAdded compound test suite and updated QUnit.
Scott González [Thu, 28 Jul 2011 12:13:01 +0000 (08:13 -0400)]
Added compound test suite and updated QUnit.

13 years agoEdited ui/jquery.ui.selectmenu.js via GitHub
Netson [Sun, 24 Jul 2011 09:22:12 +0000 (02:22 -0700)]
Edited ui/jquery.ui.selectmenu.js via GitHub

13 years agoSlider: Fixed var statement. Fixes #7564 - alignValue Global Scope.
Scott González [Tue, 19 Jul 2011 15:42:01 +0000 (11:42 -0400)]
Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.

13 years agoDatepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 -...
Richard D. Worth [Tue, 19 Jul 2011 15:03:22 +0000 (11:03 -0400)]
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 - Dutch march name translation
(cherry picked from commit 5002bf61855ffe365f759f0b2c484188bfe4e1d6)

13 years agoDatepicker: show inline datepicker setting explicit display:block instead of using...
Richard D. Worth [Tue, 19 Jul 2011 11:59:21 +0000 (07:59 -0400)]
Datepicker: show inline datepicker setting explicit display:block instead of using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height
(cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9)

13 years agoMerge pull request #322 from kborchers/bug_5665
Corey Frang [Thu, 16 Jun 2011 07:40:10 +0000 (00:40 -0700)]
Merge pull request #322 from kborchers/bug_5665

Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: Disabled parameter doesn't work(cherry picked from commit 4bdbab9a671c1eaeaea0a2c179b74cde2f84d75e)

13 years agoadded: empty select support
Felix Nagel [Wed, 29 Jun 2011 00:08:10 +0000 (02:08 +0200)]
added: empty select support

13 years agofixed: disabled Selectmenu receives focus on tab, thx to gcko, see https://github...
Felix Nagel [Tue, 28 Jun 2011 22:38:30 +0000 (00:38 +0200)]
fixed: disabled Selectmenu receives focus on tab, thx to gcko, see https://github.com/fnagel/jquery-ui/issues/136

13 years agofixed: disabled optgroup options receive focus, thx to gcko, see https://github.com...
Felix Nagel [Tue, 28 Jun 2011 22:31:06 +0000 (00:31 +0200)]
fixed: disabled optgroup options receive focus, thx to gcko, see https://github.com/fnagel/jquery-ui/issues/105#issuecomment-1386359

13 years agoDatepicker: Added onSelect.apply() call to _setDate method if onSelect is defined...
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
(cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041)

13 years agoDatepicker: Added onSelect.apply() call to _doKeyDown method when enter button pushed...
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
(cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57)

13 years agoDatepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate...
marcneuwirth [Wed, 22 Jun 2011 09:03:55 +0000 (04:03 -0500)]
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object

13 years agoUpdating the 1-8-stable version to 1.8.15pre
Scott González [Fri, 17 Jun 2011 20:32:08 +0000 (16:32 -0400)]
Updating the 1-8-stable version to 1.8.15pre

13 years agoTagging the 1.8.14 release. 1.8.14
Scott González [Fri, 17 Jun 2011 20:32:08 +0000 (16:32 -0400)]
Tagging the 1.8.14 release.

13 years agosome code clean up
Felix Nagel [Thu, 16 Jun 2011 22:02:12 +0000 (00:02 +0200)]
some code clean up

13 years agofixed: problem with height and maxHeight, generally improved height handling
Felix Nagel [Thu, 16 Jun 2011 21:58:38 +0000 (23:58 +0200)]
fixed: problem with height and maxHeight, generally improved height handling
removed: unneeded code

13 years agoadded: demo files refresh, overlay and typeahead
Felix Nagel [Thu, 16 Jun 2011 21:51:55 +0000 (23:51 +0200)]
added: demo files refresh, overlay and typeahead

13 years agofixed: some issue with height and refresh, thx to trollix, see: https://github.com...
Felix Nagel [Thu, 16 Jun 2011 21:51:17 +0000 (23:51 +0200)]
fixed: some issue with height and refresh, thx to trollix, see: https://github.com/fnagel/jquery-ui/issues/133

13 years agoDatepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size...
kborchers [Mon, 13 Jun 2011 17:05:42 +0000 (12:05 -0500)]
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size coming from ui-widget which caused the height to be too tall in IE
(cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f)

13 years agoDatepicker: Reset this.maxRows (rows in a month) on each row in a multi-row datepicker.
kborchers [Mon, 13 Jun 2011 15:54:40 +0000 (10:54 -0500)]
Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row datepicker.
(cherry picked from commit ed7802090fc6ec8109d69c91a425adfffb8cff39)

13 years agoDatepicker: Calculate the max number of rows necessary when displaying months. Fixes...
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
(cherry picked from commit 1d984e76b79bfeda15eff392e06d8ed0eab72333)

13 years agoDatepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be used...
Scott González [Mon, 13 Jun 2011 12:46:57 +0000 (08:46 -0400)]
Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be used with jQuery 1.3.2 due to use of .delegate().

13 years agofixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and cburgdorf,...
Felix Nagel [Mon, 6 Jun 2011 23:07:04 +0000 (01:07 +0200)]
fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and cburgdorf, see: https://github.com/fnagel/jquery-ui/issues/101

13 years agopush tag and change comment
Felix Nagel [Wed, 1 Jun 2011 19:19:41 +0000 (21:19 +0200)]
push tag and change comment

13 years agoprepare tag v1.1.0 selectmenu_v1.1.0
Felix Nagel [Wed, 1 Jun 2011 19:12:53 +0000 (21:12 +0200)]
prepare tag v1.1.0

13 years agorevert: problems with popup style in multiple browsers because of this pull request...
Felix Nagel [Wed, 1 Jun 2011 19:00:55 +0000 (21:00 +0200)]
revert: problems with popup style in multiple browsers because of this pull request: https://github.com/fnagel/jquery-ui/pull/94

13 years agofixed: disable / enable issue when reinit (refresh) selectmenu
Felix Nagel [Tue, 31 May 2011 19:18:19 +0000 (21:18 +0200)]
fixed: disable / enable issue when reinit (refresh) selectmenu
fixed: mousedown/mouseup listener was bind multiple times when widget was reinitialized
both thx to czindel, see https://github.com/fnagel/jquery-ui/pull/125

13 years agoMerge pull request #126 from thg2k/fnagel-selectmenu-clean
Felix Nagel [Tue, 31 May 2011 18:47:28 +0000 (11:47 -0700)]
Merge pull request #126 from thg2k/fnagel-selectmenu-clean

Cleaning up indent and white space

13 years agofixed indentation
Giovanni Giacobbi [Mon, 30 May 2011 18:05:32 +0000 (20:05 +0200)]
fixed indentation

13 years agorunning through sed 's/[ \t]*$//' to clean trailing spaces
Giovanni Giacobbi [Mon, 30 May 2011 18:00:55 +0000 (20:00 +0200)]
running through sed 's/[ \t]*$//' to clean trailing spaces

13 years agofixed: issue with z-index, thx to juja, see: https://github.com/fnagel/jquery-ui...
Felix Nagel [Sun, 29 May 2011 18:49:42 +0000 (20:49 +0200)]
fixed: issue with z-index, thx to juja, see: https://github.com/fnagel/jquery-ui/issues/95

13 years agoEffects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo 'easding'.
Scott González [Sat, 28 May 2011 15:48:11 +0000 (11:48 -0400)]
Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo 'easding'.

13 years agoDroppable: Added dragStart and dragStop to ddmanager and call them from draggable...
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
(cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126)

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)
(cherry picked from commit 09e88d6220af2f90197c826ac3a31a0ca97f2c8f)

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.
(cherry picked from commit 981e96948f45e5c5c32d005e379a5030c98c3d8d)

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
(cherry picked from commit 597a313ab67bc10627d9c17c941776514ea5bd7c)

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
(cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579)

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
(cherry picked from commit de3fc0050ee672ce155f0dd65ee9ecdfd818c063)

13 years agoSortable: Changed to check the parent's length so that the dom position of the remove...
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.
(cherry picked from commit 8e8a7b015f4f5a76c187dfca9af7519ae356bb16)

13 years agofixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issues/121
Felix Nagel [Tue, 24 May 2011 23:02:51 +0000 (01:02 +0200)]
fixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issues/121

13 years agoimproved: background image demo
Felix Nagel [Tue, 24 May 2011 22:35:16 +0000 (00:35 +0200)]
improved: background image demo

13 years agoMerge pull request #114 from trollixx/selectmenu
Felix Nagel [Tue, 24 May 2011 22:06:03 +0000 (15:06 -0700)]
Merge pull request #114 from trollixx/selectmenu

Support for non-Latin typeahead

13 years agoSupport for non-Latin typeahead
Oleg Shparber [Tue, 24 May 2011 21:57:23 +0000 (00:57 +0300)]
Support for non-Latin typeahead

13 years agoimproved: width handling for list and newelement
Felix Nagel [Tue, 24 May 2011 21:24:30 +0000 (23:24 +0200)]
improved: width handling for list and newelement

13 years agoMerge pull request #117 from substantial/selectmenu
Felix Nagel [Tue, 24 May 2011 20:41:51 +0000 (13:41 -0700)]
Merge pull request #117 from substantial/selectmenu

add collision option to position call

13 years agoMerge pull request #119 from gcko/selectmenu
Felix Nagel [Tue, 24 May 2011 20:17:55 +0000 (13:17 -0700)]
Merge pull request #119 from gcko/selectmenu

Adding recursion for moveSelection and moveFocus

13 years agoAdding in recursion for moveSelection and moveFocus
gcko [Tue, 24 May 2011 17:28:24 +0000 (10:28 -0700)]
Adding in recursion for moveSelection and moveFocus

13 years agomerging
gcko [Tue, 24 May 2011 16:55:13 +0000 (09:55 -0700)]
merging

13 years agoadd collision option to position call
Alex May [Mon, 23 May 2011 23:02:57 +0000 (16:02 -0700)]
add collision option to position call

13 years agoupdated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)
Felix Nagel [Mon, 23 May 2011 20:22:54 +0000 (22:22 +0200)]
updated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)