]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
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 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 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 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 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 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 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 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 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 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)

13 years agoMerge commit '1.8.13' into selectmenu
Felix Nagel [Mon, 23 May 2011 20:10:58 +0000 (22:10 +0200)]
Merge commit '1.8.13' into selectmenu

13 years agofixed: IE typeAhead problem, thx @bergerb, https://github.com/fnagel/jquery-ui/pull/57
Felix Nagel [Mon, 23 May 2011 18:38:52 +0000 (20:38 +0200)]
fixed: IE typeAhead problem, thx @bergerb, https://github.com/fnagel/jquery-ui/pull/57

13 years agodeleted: useless refresh position in method open, see https://github.com/fnagel/jquer...
Felix Nagel [Mon, 23 May 2011 18:04:33 +0000 (20:04 +0200)]
deleted: useless refresh position in method open, see https://github.com/fnagel/jquery-ui/issues/76

13 years agoTagging the 1.8.13 release. 1.8.13
Scott González [Thu, 12 May 2011 16:38:32 +0000 (12:38 -0400)]
Tagging the 1.8.13 release.

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

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

This reverts commit 5e1032ec74feba976c91de275605174c87710a6a.

13 years agoDatepicker: Disabled datepicker should disable own select element too. Fixed #6850...
Kato Kazuyoshi [Fri, 6 May 2011 19:28:19 +0000 (04:28 +0900)]
Datepicker: Disabled datepicker should disable own select element too. Fixed #6850 - Disable datepicker should disable month and year dropdowns.
(cherry picked from commit 4585182c703ba93e0cbb059319862c53e177f836)

13 years agoDatepicker: Removed duplicate call to _updateDatepicker when changing option in Firef...
Garrison Locke [Wed, 11 May 2011 18:20:28 +0000 (14:20 -0400)]
Datepicker: Removed duplicate call to _updateDatepicker when changing option in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option.
(cherry picked from commit a645630ebaf02febb19a5c9e28f1e46401f07ed0)

13 years agoSlider: add handles in single DOM operation. Fixed #7259 - optimize handle creation.
Adam Baratz [Wed, 11 May 2011 17:13:09 +0000 (13:13 -0400)]
Slider: add handles in single DOM operation. Fixed #7259 - optimize handle creation.
(cherry picked from commit 7fb6ca146e06b6e750f799937264a38a54ceaa64)

13 years agoDraggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable Demo...
Kato Kazuyoshi [Wed, 11 May 2011 17:06:53 +0000 (13:06 -0400)]
Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable Demo duplicates DOM Ids.
(cherry picked from commit 98fcb477d6a7091b21e9b7bc0b8c28f798954d47)

13 years agoDatepicker: Fixed #7043 - Using multiple months always renders 6 rows of dates even...
Kato Kazuyoshi [Fri, 6 May 2011 21:32:13 +0000 (06:32 +0900)]
Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of dates even if only 5 are needed.
(cherry picked from commit ac459ff7df4904cb8601d4efb95107177ecb40e0)

13 years agoAutocomplete: Use appropriate methods for getting scroll values for .prop()/.attr...
Scott González [Wed, 11 May 2011 12:40:16 +0000 (08:40 -0400)]
Autocomplete: Use appropriate methods for getting scroll values for .prop()/.attr() compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6.

13 years agoResizable: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizab...
Carson McDonald [Mon, 9 May 2011 15:00:12 +0000 (11:00 -0400)]
Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizable autoHide Doesn't Work With Resizable's disable
(cherry picked from commit 0e2bc5efe217681c006ae7a16be21520e6563da6)

13 years agoMouse: Changed mouseHandled check to a local var rather than using originalEvent...
kborchers [Mon, 9 May 2011 16:43:45 +0000 (11:43 -0500)]
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
(cherry picked from commit 9c50bdfde0260fc8412eec1c5020ed6b61558ebd)

13 years agoDatepicker: Moved the setting of _datepickerShowing to after postProcess to prevent...
Scott González [Fri, 6 May 2011 17:31:43 +0000 (13:31 -0400)]
Datepicker: Moved the setting of  _datepickerShowing to after postProcess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out

13 years agoButton: stop disabled button from firing click events. fixes #5945. Behavior was... 470/head
Eike Send [Thu, 5 May 2011 12:45:06 +0000 (14:45 +0200)]
Button: stop disabled button from firing click events. fixes #5945. Behavior was inconsisten between BUTTON and A elements.
(cherry picked from commit a7f1659cdc99222a733ed2edbd7d00dc57c30227)

13 years agoDatepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 -...
Kato Kazuyoshi [Wed, 4 May 2011 19:07:43 +0000 (04:07 +0900)]
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
(cherry picked from commit fc97ccd398b60525fd9e4c0e9aa1f51048984394)

13 years agoDatepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDate does...
Kato Kazuyoshi [Wed, 4 May 2011 20:06:27 +0000 (05:06 +0900)]
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.
(cherry picked from commit a891e81e06c7ce491ae9058aea2fa7fbd51eddb6)

13 years agoDatepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Kato Kazuyoshi [Wed, 4 May 2011 20:29:13 +0000 (05:29 +0900)]
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
(cherry picked from commit f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6)

13 years agoDraggable: Modified the iframe shims to load prior to dragging. Fixed #7270.
Mark Johnson [Tue, 19 Apr 2011 21:39:58 +0000 (14:39 -0700)]
Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.
(cherry picked from commit b1c8a13a1669dca4c4bde97fe2cc8b76f661b432)

13 years agoBug fix for another use case, see comment by whittet here: http://bugs.jqueryui.com...
whittet [Wed, 27 Apr 2011 14:21:29 +0000 (07:21 -0700)]
Bug fix for another use case, see comment by whittet here: http://bugs.jqueryui.com/ticket/6702
(cherry picked from commit 2bf061ea6fd3bad7d6f5a77eebb22b7cc07140e4)

13 years agoDraggable: containment now updates dynamically to handle scrolling container. Fixed...
Edward Faulkner [Thu, 28 Apr 2011 14:43:02 +0000 (10:43 -0400)]
Draggable: containment now updates dynamically to handle scrolling container. Fixed #4445 containment ignored when scrolling in overflow div
(cherry picked from commit d62074961171ea00deaae34890b78f917d21bf68)

13 years agoDatepicker: bind hover events using delegate. Fixed #7256 - minimize event binding...
adambaratz [Fri, 15 Apr 2011 14:23:46 +0000 (07:23 -0700)]
Datepicker: bind hover events using delegate. Fixed #7256 - minimize event binding in Datepicker initialization.
(cherry picked from commit 74d195e39681791545b3026a66bfa3f319237e5a)

13 years agoCore: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz [Fri, 15 Apr 2011 14:51:56 +0000 (07:51 -0700)]
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
(cherry picked from commit fe3b36b8efcabf3d1f1d60523cae87c69a882f27)

13 years agoResizable: switch data: background image to valid image file, small 1px transparent...
Richard Worth [Fri, 29 Apr 2011 11:00:58 +0000 (07:00 -0400)]
Resizable: switch data: background image to valid image file, small 1px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
(cherry picked from commit 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8)

13 years agoClass Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust...
Scott González [Wed, 27 Apr 2011 14:49:08 +0000 (10:49 -0400)]
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6.

13 years agofixed: follow-up fix for disabling / enabling functionality, thx to gcko fro reportin...
Felix Nagel [Sun, 17 Apr 2011 21:09:24 +0000 (23:09 +0200)]
fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro reporting, see https://github.com/fnagel/jquery-ui/issues/105
fixed: small issue in disable_enable.html demo file

13 years agofixed: select option when tabbing out of opened menu, thx to mjt5v, see https://githu...
Felix Nagel [Sat, 16 Apr 2011 16:07:45 +0000 (18:07 +0200)]
fixed: select option when tabbing out of opened menu, thx to mjt5v, see https://github.com/fnagel/jquery-ui/issues/98

13 years agofixed: small bug when using method disable with parameter 0, thx to scottriding,...
Felix Nagel [Sat, 16 Apr 2011 15:43:44 +0000 (17:43 +0200)]
fixed: small bug when using method disable with parameter 0, thx to scottriding, see https://github.com/fnagel/jquery-ui/pull/93

13 years agofixed: hover for disabled options, see https://github.com/fnagel/jquery-ui/issues/103
Felix Nagel [Sat, 16 Apr 2011 15:37:35 +0000 (17:37 +0200)]
fixed: hover for disabled options, see https://github.com/fnagel/jquery-ui/issues/103

13 years agofixed: keyboards loop issue, thanks to gcko, see https://github.com/fnagel/jquery...
Felix Nagel [Sat, 16 Apr 2011 15:24:49 +0000 (17:24 +0200)]
fixed: keyboards loop issue, thanks to gcko, see https://github.com/fnagel/jquery-ui/issues/89

13 years agofixed: problem with focus and positioning in IE on slow machines, thanks to greenish...
Felix Nagel [Sat, 16 Apr 2011 13:52:31 +0000 (15:52 +0200)]
fixed: problem with focus and positioning in IE on slow machines, thanks to greenish, see https://github.com/fnagel/jquery-ui/pull/94

13 years agofixed: problem within moveFocus method, thanks to i2amsam, see https://github.com...
Felix Nagel [Sat, 16 Apr 2011 13:46:17 +0000 (15:46 +0200)]
fixed: problem within moveFocus method, thanks to i2amsam, see https://github.com/fnagel/jquery-ui/issues/99

13 years agoDatepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for...
Lopo [Tue, 12 Apr 2011 10:43:19 +0000 (12:43 +0200)]
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for Slovak localization.
(cherry picked from commit 59c787fa4a975547e7789928126028bdfe132582)

13 years agoDatepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateF...
Scott González [Fri, 15 Apr 2011 04:08:03 +0000 (00:08 -0400)]
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateFormat in jquery.ui.datepicker-nl.js.
(cherry picked from commit 3af0923b73317750ac7a7e431e3fa515f18e5092)

13 years agoUpdating the 1-8-stable version to 1.8.13pre
Scott González [Wed, 13 Apr 2011 16:00:17 +0000 (12:00 -0400)]
Updating the 1-8-stable version to 1.8.13pre

13 years agoTagging the 1.8.12 release. 1.8.12
Scott González [Wed, 13 Apr 2011 16:00:17 +0000 (12:00 -0400)]
Tagging the 1.8.12 release.

13 years agoResizable: use background-image:url(data:) instead of background-image:url(about...
Richard Worth [Sun, 10 Apr 2011 03:12:53 +0000 (23:12 -0400)]
Resizable: use background-image:url(data:) instead of background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
(cherry picked from commit 08b6a2b5189f62c62a0ee725629087b445f308d7)

13 years agoResizable: Added a non-visible yet non-transparent (apparently) no-request background...
Richard Worth [Sat, 9 Apr 2011 19:54:17 +0000 (15:54 -0400)]
Resizable: Added a non-visible yet non-transparent (apparently) no-request background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
(cherry picked from commit 64f13b661a571806bdfb181d1ef511ac9e2771b3)

13 years agoProgressbar: Added unit test for #7231 - valueDiv should be hidden when value is...
Richard Worth [Sat, 9 Apr 2011 18:53:15 +0000 (14:53 -0400)]
Progressbar: Added unit test for #7231 - valueDiv should be hidden when value is at 0%
(cherry picked from commit 7272f3bdef8ebc81cc51d3749fdeb4696eda666a)

13 years agoProgressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden...
Kyle Florence [Fri, 8 Apr 2011 23:55:14 +0000 (16:55 -0700)]
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%
(cherry picked from commit 3b77ac654b079a3098d12cca04d2397bb3863b85)

13 years agoDialog: Don't use .attr( props, true ) for creating buttons since that API doesn...
Scott González [Thu, 7 Apr 2011 18:06:36 +0000 (14:06 -0400)]
Dialog: Don't use .attr( props, true ) for creating buttons since that API doesn't exist in jQueery 1.3.2. Fixes #7226 - Dialog buttons badly handled with JQuery 1.3.2.

13 years agoSortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.
Richard Worth [Thu, 7 Apr 2011 13:08:48 +0000 (09:08 -0400)]
Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.
(cherry picked from commit 54016b8469345a325e8c1ab6f8a7d17b0f0f8d01)

13 years agoAutocomplete (combobox demo): Blur the button on click to avoid a bug.
Scott González [Mon, 4 Apr 2011 12:54:09 +0000 (08:54 -0400)]
Autocomplete (combobox demo): Blur the button on click to avoid a bug.

Thanks tyron.
(cherry picked from commit 401c91418ce855b706756bdf804346d3a0d95132)

13 years agoDatepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single...
Scott González [Mon, 4 Apr 2011 11:55:42 +0000 (07:55 -0400)]
Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single year in year dropdown if numberOfMonths > 1.
(cherry picked from commit 98c53d8432990f2c674e3a1274141b64a87d8ee9)

13 years agoSlider: Properly handle value and value methods as setters. Fixes #4881 - Slider...
Scott González [Mon, 28 Mar 2011 21:34:04 +0000 (17:34 -0400)]
Slider: Properly handle value and value methods as setters. Fixes #4881 - Slider: value and values methods as setters aren't chainable.
(cherry picked from commit 2197c61f1f91a7b5046fb994d370f38ded602ee6)

13 years agoRestructured if/else's for better readability
Giovanni Giacobbi [Sun, 20 Mar 2011 02:19:36 +0000 (03:19 +0100)]
Restructured if/else's for better readability
(cherry picked from commit 3ce8429f4fce08176c8bc06d4ff4bf8830f8c916)

13 years agoTabs: Updates cookie demo to include more information on how to find cookie plugin...
Ralph Whitbeck [Sun, 20 Mar 2011 14:58:08 +0000 (07:58 -0700)]
Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.(cherry picked from commit 4d557092ffe070c0c52a852530d3947436175539)

13 years agofixed: changed CSS from visibility to display, see: https://github.com/fnagel/jquery...
Felix Nagel [Sun, 20 Mar 2011 23:44:46 +0000 (00:44 +0100)]
fixed: changed CSS from visibility to display, see: https://github.com/fnagel/jquery-ui/issues#issue/84

13 years agofixed: problem with manual focus, thx to keizie, see: https://github.com/fnagel/jquer...
Felix Nagel [Sun, 20 Mar 2011 23:23:18 +0000 (00:23 +0100)]
fixed: problem with manual focus, thx to keizie, see: https://github.com/fnagel/jquery-ui/issues#issue/66

13 years agoimproved: full disable / enable functionality for select, option, optgroup; see:...
Felix Nagel [Sun, 20 Mar 2011 18:37:26 +0000 (19:37 +0100)]
improved: full disable / enable functionality for select, option, optgroup; see: https://github.com/fnagel/jquery-ui/issues#issue/18

13 years agofixed: problem with UTF-8 non-english chars as optgroup labels
Felix Nagel [Sun, 20 Mar 2011 17:14:25 +0000 (18:14 +0100)]
fixed: problem with UTF-8 non-english chars as optgroup labels

13 years agoMerge branch '1-8-stable' of github.com:jquery/jquery-ui into 1-8-stable
Scott González [Fri, 18 Mar 2011 12:28:18 +0000 (08:28 -0400)]
Merge branch '1-8-stable' of github.com:jquery/jquery-ui into 1-8-stable

13 years agoDatepicker: Changed a comment that causes problems with YUI Compressor. Fixes #7129...
Scott González [Fri, 18 Mar 2011 12:26:08 +0000 (08:26 -0400)]
Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
(cherry picked from commit 6d0164571647e169c9674a2853f3223caf188e7e)

13 years agoUpdating the 1-8-stable version to 1.8.12pre
Scott González [Tue, 15 Mar 2011 19:43:24 +0000 (15:43 -0400)]
Updating the 1-8-stable version to 1.8.12pre

13 years agoTagging the 1.8.11 release. 1.8.11
Scott González [Tue, 15 Mar 2011 19:43:24 +0000 (15:43 -0400)]
Tagging the 1.8.11 release.

13 years agoAccordion unit test: corrected autoFocus test to check for ui-state-hover instead...
Richard Worth [Tue, 15 Mar 2011 16:53:58 +0000 (12:53 -0400)]
Accordion unit test: corrected autoFocus test to check for ui-state-hover instead of ui-state-focus. Also corrected name and argument order of equal() call

13 years agoAutocomplete: moved autoFocus implementation to after menu visible for a11y
Richard Worth [Tue, 15 Mar 2011 16:26:47 +0000 (12:26 -0400)]
Autocomplete: moved autoFocus implementation to after menu visible for a11y
(cherry picked from commit 4026d3acd70508ca285bd4eb182b8f0b43eae5c8)

13 years agoAutocomplete: refactored unit tests for autoFocus option
Richard Worth [Tue, 15 Mar 2011 13:36:36 +0000 (09:36 -0400)]
Autocomplete: refactored unit tests for autoFocus option
(cherry picked from commit c1a0f2bf6c7155e73e373818c44b06dcbe18c847)

13 years agoAutocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add option...
Richard Worth [Tue, 15 Mar 2011 12:42:28 +0000 (08:42 -0400)]
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result
(cherry picked from commit 56b7ec134d8e1203f700f99dabcdad8c50a9b0c2)

13 years agoAutocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete: Add...
Richard Worth [Tue, 15 Mar 2011 09:43:19 +0000 (05:43 -0400)]
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result

13 years agoAccordion: set aria-selected to true on selected header, false on others. Fixed ...
Richard Worth [Tue, 15 Mar 2011 08:52:24 +0000 (04:52 -0400)]
Accordion: set aria-selected to true on selected header, false on others. Fixed #7078 - Accordion: Set aria-selected

13 years agoButton: avoid .last() call to ensure compatibility with jQuery 1.3. Fixed #7089 ...
Richard Worth [Mon, 14 Mar 2011 21:18:35 +0000 (17:18 -0400)]
Button: avoid .last() call to ensure compatibility with jQuery 1.3. Fixed #7089 - Button: .last() used in ui.button but not exists in jQ 1.3