]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoMerge remote branch 'upstream/selectmenu' into selectmenu
gcko [Wed, 22 Dec 2010 15:22:40 +0000 (07:22 -0800)]
Merge remote branch 'upstream/selectmenu' into selectmenu

Conflicts:
themes/base/jquery.ui.selectmenu.css

13 years agoproblems with Git
Felix Nagel [Mon, 20 Dec 2010 22:13:57 +0000 (23:13 +0100)]
problems with Git

13 years agofixed: small follow-up for refresh functionality
Felix Nagel [Mon, 20 Dec 2010 21:27:59 +0000 (22:27 +0100)]
fixed: small follow-up for refresh functionality
fixed: cleaned background image demo
fixed: small follow-up to height of the widget to match jQuery UI button height

13 years agoadded: display-inline (selectmenus side-by-side) support for modern browsers, works...
Felix Nagel [Mon, 20 Dec 2010 17:22:11 +0000 (18:22 +0100)]
added: display-inline (selectmenus side-by-side) support for modern browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20
changed: height of the widget to match jQuery UI button height
fixed: small margin issue for background image example

13 years agodding in the ability to disable an option by passing in the particular index of the...
gcko [Mon, 20 Dec 2010 15:46:49 +0000 (07:46 -0800)]
dding in the ability to disable an option by passing in the particular index of the option you want to disabl
e. This change is backwards compatible, so if you don't want to use this feature it will not affect any of your existing code or coding practices.

Enhancements include:
* Ability to disable an option
* Key events correctly skip disabled option
* Styling for disabled options
* Change and select events ignore disabled option
* index function correctly ignores disabled option
* disable and enable function call _setOption, keeping code modular

13 years agofixed: issue when resizing window, thx to crob611, see https://github.com/fnagel...
Felix Nagel [Wed, 15 Dec 2010 16:20:23 +0000 (17:20 +0100)]
fixed: issue when resizing window, thx to crob611, see https://github.com/fnagel/jquery-ui/issues#issue/44

13 years agoadded: possibility to refresh from original select element, please see https://github...
Felix Nagel [Wed, 1 Dec 2010 22:42:28 +0000 (23:42 +0100)]
added: possibility to refresh from original select element, please see https://github.com/fnagel/jquery-ui/issues#issue/17 for usage, please test and report feedback as this feature needed major refactoring
fixed: problem when manually selecting an option from original select element
fixed: demo wrapper class

13 years agoadded: option to wrap all added elements which allows us to use different jQuery...
Felix Nagel [Wed, 1 Dec 2010 22:42:28 +0000 (23:42 +0100)]
added: option to wrap all added elements which allows us to use different jQuery UI themes, see https://github.com/fnagel/jquery-ui/issues/closed#issue/31
added: nicer themeswitcher test implementation

13 years agofixed: tab issue in Opera, thx to phazei, see https://github.com/fnagel/jquery-ui...
Felix Nagel [Wed, 1 Dec 2010 20:30:32 +0000 (21:30 +0100)]
fixed: tab issue in Opera, thx to phazei, see https://github.com/fnagel/jquery-ui/issues/#issue/43

13 years agoadded: improved index and value methods, if you used value method in your scripts...
Felix Nagel [Mon, 29 Nov 2010 02:22:07 +0000 (03:22 +0100)]
added: improved index and value methods, if you used value method in your scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33
fixed: forgotten console debug

13 years agofixed: focus problem when toggle menu, thx to phazei for reporting this issue, see...
Felix Nagel [Mon, 29 Nov 2010 00:46:38 +0000 (01:46 +0100)]
fixed: focus problem when toggle menu, thx to phazei for reporting this issue, see https://github.com/fnagel/jquery-ui/issues#issue/22

13 years agoadded: some more demo files
Felix Nagel [Sun, 28 Nov 2010 23:35:47 +0000 (00:35 +0100)]
added: some more demo files

13 years agofixed: selectmenu widget now works correct with jQuery UI dialog widegt, thx to danny...
Felix Nagel [Sun, 28 Nov 2010 23:13:49 +0000 (00:13 +0100)]
fixed: selectmenu widget now works correct with jQuery UI dialog widegt, thx to dannycohn, see https://github.com/fnagel/jquery-ui/issues#issue/23

14 years agoremoved: unnecessary refreshPosition in value method
Felix Nagel [Wed, 24 Nov 2010 18:28:21 +0000 (19:28 +0100)]
removed: unnecessary refreshPosition in value method

14 years agofixed: problem when selectmenu is positioned at the very top / bottom of a site
Felix Nagel [Wed, 24 Nov 2010 18:16:52 +0000 (19:16 +0100)]
fixed: problem when selectmenu is positioned at the very top / bottom of a site

14 years agoupdated: files to jQuery 1.4.4
Felix Nagel [Sun, 14 Nov 2010 14:48:41 +0000 (15:48 +0100)]
updated: files to jQuery 1.4.4
fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29

14 years agoUpdated core files form jQuery UI repo (to jQuery 1.4.4)
Felix Nagel [Sun, 14 Nov 2010 14:18:38 +0000 (15:18 +0100)]
Updated core files form jQuery UI repo (to jQuery 1.4.4)

Merge commit 'fce1f97f7677f29cc8ba7b146e67799027cf1995' into selectmenu

14 years agofixed: missing semicolon
Felix Nagel [Sat, 13 Nov 2010 01:13:28 +0000 (02:13 +0100)]
fixed: missing semicolon

14 years agoupdated: demos
Felix Nagel [Sat, 13 Nov 2010 01:11:55 +0000 (02:11 +0100)]
updated: demos

14 years agofixed: default max height only when address format is not defined
Felix Nagel [Sat, 13 Nov 2010 01:05:13 +0000 (02:05 +0100)]
fixed: default max height only when address format is not defined

14 years agofixed: positioning issue
Felix Nagel [Sat, 13 Nov 2010 00:41:51 +0000 (01:41 +0100)]
fixed: positioning issue
added: default max height based upon the viewport height

14 years agoupdated: positioning functionality is now based upon position plugin, this shopuld...
Felix Nagel [Fri, 12 Nov 2010 23:43:12 +0000 (00:43 +0100)]
updated: positioning functionality is now based upon position plugin, this shopuld fix a few issues, see http://jqueryui.com/demos/position/
updated: demos
added: positioning demo

14 years agoUpgraded jQuery to 1.4.4.
Scott González [Fri, 12 Nov 2010 14:19:26 +0000 (09:19 -0500)]
Upgraded jQuery to 1.4.4.

14 years agoAutocomplete: Re-position menu after resizing, not before. Fixes #6648 - Autocomplete...
Scott González [Fri, 12 Nov 2010 13:41:36 +0000 (08:41 -0500)]
Autocomplete: Re-position menu after resizing, not before. Fixes #6648 - Autocomplete menu position issue when positioned to the right.

14 years agoDialog: Make sure the overlay instance still exists before trying to remove it. Fixes...
Jay Merrifield [Fri, 12 Nov 2010 13:16:41 +0000 (08:16 -0500)]
Dialog: Make sure the overlay instance still exists before trying to remove it. Fixes #6645 - Dialog: Missing element not found check in overlay code.

14 years agoDatepicker: fixed the French translation. Fixed #6646 - Wrong French translation...
Stéphane Raimbault [Wed, 10 Nov 2010 22:33:40 +0000 (14:33 -0800)]
Datepicker: fixed the French translation. Fixed #6646 - Wrong French translation of datepicker

References
- http://fr.wikipedia.org/wiki/Mois
- http://sourceware.org/bugzilla/show_bug.cgi?id=6040
- http://code.djangoproject.com/browser/django/trunk/django/conf/locale/fr/LC_MESSAGES/djangojs.po

14 years agofixed: updated demo files
Felix Nagel [Wed, 10 Nov 2010 18:57:34 +0000 (19:57 +0100)]
fixed: updated demo files

14 years agofixed: blocked ALT or F5 when focus the "fake" select, THX phazei for reporting,...
Felix Nagel [Tue, 9 Nov 2010 23:07:41 +0000 (00:07 +0100)]
fixed: blocked ALT or F5 when focus the "fake" select, THX phazei for reporting, see https://github.com/fnagel/jquery-ui/issues#issue/6

14 years agofixed: keyboard control, THX to bluefox, see https://github.com/fnagel/jquery-ui...
Felix Nagel [Tue, 9 Nov 2010 22:43:23 +0000 (23:43 +0100)]
fixed: keyboard control, THX to bluefox, see https://github.com/fnagel/jquery-ui/issues#issue/6

14 years agoMouse: tie the preventClickEvent property to the event target, not the container...
awgy [Wed, 3 Nov 2010 07:45:47 +0000 (02:45 -0500)]
Mouse: tie the preventClickEvent property to the event target, not the container. Fixes #4752 - link event firing on sortable with connect list

14 years agoSlide effect: Handle string values for distance. Fixes #6637 - Slide effect is jumpy...
Scott González [Tue, 9 Nov 2010 13:38:06 +0000 (08:38 -0500)]
Slide effect: Handle string values for distance. Fixes #6637 - Slide effect is jumpy with certain parameter combinations.

Thanks Jeff Roush.

14 years agoDatpicker: Fixed some failing tests.
Scott González [Fri, 5 Nov 2010 14:44:55 +0000 (10:44 -0400)]
Datpicker: Fixed some failing tests.

14 years agoDatepicker: Avoid flash during render in Firefox. Fixes #5493 - Datepicker: changeYea...
Scott González [Fri, 5 Nov 2010 14:25:06 +0000 (10:25 -0400)]
Datepicker: Avoid flash during render in Firefox. Fixes #5493 - Datepicker: changeYear + yearRange causes flash in Firefox.

Thanks israelrios.

14 years agoAutocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes...
Scott González [Thu, 4 Nov 2010 12:36:09 +0000 (08:36 -0400)]
Autocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.

14 years agoAutocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomp...
Scott González [Tue, 2 Nov 2010 17:51:29 +0000 (13:51 -0400)]
Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.

14 years agoBuild: Fix regex for relative path replacement on cdn target
jzaefferer [Thu, 28 Oct 2010 08:09:30 +0000 (10:09 +0200)]
Build: Fix regex for relative path replacement on cdn target

14 years agoDatepicker: Fixed Norwegian locale. Fixes #6086 - Error in "jquery.ui.datepicker...
Scott González [Tue, 26 Oct 2010 13:17:58 +0000 (09:17 -0400)]
Datepicker: Fixed Norwegian locale. Fixes #6086 - Error in "jquery.ui.datepicker-no.js".

14 years agoAutocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete: Don...
Scott González [Tue, 26 Oct 2010 13:05:38 +0000 (09:05 -0400)]
Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete: Don't trigger close event until after the menu is hidden.

14 years agoDatepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French...
Scott González [Tue, 26 Oct 2010 12:24:55 +0000 (08:24 -0400)]
Datepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French localization for Datepicker.

14 years agoDatepicker: Fixed month name in Thai localization. Fixes #5862 - Datepicker: wrong...
sixhead [Thu, 22 Jul 2010 10:23:44 +0000 (03:23 -0700)]
Datepicker: Fixed month name in Thai localization. Fixes #5862 - Datepicker: wrong month name for Thai locale.

14 years agoAdded: better (background) image support, see http://github.com/fnagel/jquery-ui...
Felix Nagel [Tue, 26 Oct 2010 00:20:59 +0000 (02:20 +0200)]
Added: better (background) image support, see http://github.com/fnagel/jquery-ui/issues#issue/8

14 years agoadded: link to wiki (readme file)
Felix Nagel [Mon, 25 Oct 2010 22:08:07 +0000 (00:08 +0200)]
added: link to wiki (readme file)

14 years agofixed: issue with jQuery UI dialog (added z-index)
Felix Nagel [Mon, 25 Oct 2010 21:05:09 +0000 (23:05 +0200)]
fixed: issue with jQuery UI dialog (added z-index)

14 years agoUpdating the master version to 1.9pre
Scott González [Mon, 25 Oct 2010 18:46:02 +0000 (14:46 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.6 release. 1.8.6
Scott González [Mon, 25 Oct 2010 18:46:02 +0000 (14:46 -0400)]
Tagging the 1.8.6 release.

14 years agoBuild: Added download builder section to changelog shell.
Scott González [Mon, 25 Oct 2010 18:18:53 +0000 (14:18 -0400)]
Build: Added download builder section to changelog shell.

14 years agoBuild: Use LC_ALL='C' when sorting.
Scott González [Mon, 25 Oct 2010 15:31:37 +0000 (11:31 -0400)]
Build: Use LC_ALL='C' when sorting.

14 years agoAutocomplete: Always reset this.term after a select event, even if the select is...
Scott González [Mon, 25 Oct 2010 14:01:43 +0000 (10:01 -0400)]
Autocomplete: Always reset this.term after a select event, even if the select is cancelled. Fixes #6221 - Autocomplete: Doesn't reset after Select when textbox cleared, if same letters typed in rapidly; source function not triggered in that case.

14 years agoRevert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position...
Scott González [Fri, 22 Oct 2010 19:25:12 +0000 (15:25 -0400)]
Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox."

This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271.

14 years agoPosition: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometim...
Scott González [Fri, 22 Oct 2010 03:25:42 +0000 (23:25 -0400)]
Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox.

14 years agoUpgraded jQuery to 1.4.3.
Scott González [Fri, 22 Oct 2010 02:29:28 +0000 (22:29 -0400)]
Upgraded jQuery to 1.4.3.

14 years agoAutocomplete tests: Removed reference to non-existent menu plugin.
Scott González [Fri, 22 Oct 2010 02:16:27 +0000 (22:16 -0400)]
Autocomplete tests: Removed reference to non-existent menu plugin.

14 years agoAutocomplete: Split menu resizing logic into its own method to create a more logical...
Scott González [Fri, 22 Oct 2010 02:15:13 +0000 (22:15 -0400)]
Autocomplete: Split menu resizing logic into its own method to create a more logical method to proxy for custom sizing.

14 years agoWidget: Don't throw errors for invalid method calls (wait till 1.9 to add this back...
Scott González [Thu, 21 Oct 2010 13:52:27 +0000 (09:52 -0400)]
Widget: Don't throw errors for invalid method calls (wait till 1.9 to add this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls.

14 years agoPosition: Use a better check for determining if an object is a window. Fixes #6201...
Scott González [Thu, 21 Oct 2010 03:47:17 +0000 (23:47 -0400)]
Position: Use a better check for determining if an object is a window. Fixes #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.

14 years agoWidget: Fixed reference to element in _getCreateOptions().
Scott González [Wed, 20 Oct 2010 03:19:53 +0000 (23:19 -0400)]
Widget: Fixed reference to element in _getCreateOptions().

14 years agoExternal: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9...
Scott González [Wed, 20 Oct 2010 03:05:13 +0000 (23:05 -0400)]
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.

14 years agoCore: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWi...
Scott González [Wed, 20 Oct 2010 02:44:46 +0000 (22:44 -0400)]
Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.

14 years agoBuild: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS
jzaefferer [Tue, 19 Oct 2010 15:28:11 +0000 (17:28 +0200)]
Build: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS

14 years agoadded: added some info to the readme file
Felix Nagel [Mon, 18 Oct 2010 19:28:41 +0000 (21:28 +0200)]
added: added some info to the readme file

14 years agoBuild: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files
jzaefferer [Mon, 18 Oct 2010 14:31:42 +0000 (16:31 +0200)]
Build: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files

14 years agoMouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible...
Richard D. Worth [Fri, 15 Oct 2010 08:04:39 +0000 (01:04 -0700)]
Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec.

14 years agochanged jQuery to $ in last commit for consistency
Richard D. Worth [Thu, 14 Oct 2010 09:55:40 +0000 (02:55 -0700)]
changed jQuery to $ in last commit for consistency

14 years agoMouse: Limit mouseup out of window check to only versions of IE earlier than 9 as...
Richard D. Worth [Thu, 14 Oct 2010 09:53:20 +0000 (02:53 -0700)]
Mouse: Limit mouseup out of window check to only versions of IE earlier than 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.

14 years agoDemos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:49:00 +0000 (15:49 -0400)]
Demos: Coding standards.

14 years agoTabs demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:43:49 +0000 (15:43 -0400)]
Tabs demos: Coding standards.

14 years agoEffects (toggle) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:56 +0000 (15:29 -0400)]
Effects (toggle) demos: Coding standards.

14 years agoEffects (toggleClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:37 +0000 (15:29 -0400)]
Effects (toggleClass) demos: Coding standards.

14 years agoEffects (switchClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:24:00 +0000 (15:24 -0400)]
Effects (switchClass) demos: Coding standards.

14 years agoSortable demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:23:42 +0000 (15:23 -0400)]
Sortable demos: Coding standards.

14 years agoMouse: Always call event.preventDefault() in _mouseDown if we've met the starting...
Scott González [Wed, 13 Oct 2010 17:30:50 +0000 (13:30 -0400)]
Mouse: Always call event.preventDefault() in _mouseDown if we've met the starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.

14 years agoSlider demos: Coding standards.
Scott González [Wed, 13 Oct 2010 14:39:50 +0000 (10:39 -0400)]
Slider demos: Coding standards.

14 years agoCore: Minor cleanup.
Scott González [Tue, 12 Oct 2010 13:20:04 +0000 (09:20 -0400)]
Core: Minor cleanup.

14 years agoSelectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes ...
Scott González [Tue, 12 Oct 2010 00:58:53 +0000 (20:58 -0400)]
Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo.

14 years agoFix jQuery file name.
Scott González [Mon, 11 Oct 2010 21:37:36 +0000 (17:37 -0400)]
Fix jQuery file name.

14 years agoAutocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplet...
Scott González [Mon, 11 Oct 2010 21:23:50 +0000 (17:23 -0400)]
Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplete pops up on readOnly inputs.

14 years agoAutocomplete: Pass along some more original events.
Scott González [Mon, 11 Oct 2010 12:51:54 +0000 (08:51 -0400)]
Autocomplete: Pass along some more original events.

14 years agoButton: removed explicit call to _init() from _create(). Fixes #6165 - buttonset...
= [Fri, 8 Oct 2010 18:05:18 +0000 (02:05 +0800)]
Button: removed explicit call to _init() from  _create().  Fixes #6165 - buttonset: refresh() fires twice on create

14 years agoEffects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow...
Scott González [Fri, 8 Oct 2010 12:07:54 +0000 (08:07 -0400)]
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.

14 years agofixed: removed default case for keyboard control as its steals keyboard control form...
Felix Nagel [Thu, 7 Oct 2010 22:31:19 +0000 (00:31 +0200)]
fixed: removed default case for keyboard control as its steals keyboard control form user, thx to phazei

14 years agofixed: widget placed a the very top of a page, thx to phazei
Felix Nagel [Thu, 7 Oct 2010 22:21:05 +0000 (00:21 +0200)]
fixed: widget placed a the very top of a page, thx to phazei

14 years agoWidget: Simplified _getCreateOptions().
Scott González [Thu, 7 Oct 2010 13:06:28 +0000 (09:06 -0400)]
Widget: Simplified _getCreateOptions().

14 years agoWidget: Added ability to define how to find options on init. Fixes #6158 - Widget...
Scott González [Wed, 6 Oct 2010 19:11:49 +0000 (15:11 -0400)]
Widget: Added ability to define how to find options on init. Fixes #6158 - Widget: Ability to define new methods for gathering options on init.

14 years agoAutocomplete: Prevent keypress events caused by enter key when selecting an item...
Dmitry Petrov [Wed, 6 Oct 2010 14:24:03 +0000 (10:24 -0400)]
Autocomplete: Prevent keypress events caused by enter key when selecting an item. Fixes #6055 - Autocomplete: Selecting an item by pressing enter submits the form in Opera.

14 years agoDatepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids...
m157y [Wed, 6 Oct 2010 07:09:59 +0000 (00:09 -0700)]
Datepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids with dashes

14 years agoDatepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect...
m157y [Wed, 6 Oct 2010 07:18:24 +0000 (00:18 -0700)]
Datepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect weekHeader for Russian localization

14 years agoDialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does...
Scott González [Tue, 5 Oct 2010 20:20:43 +0000 (16:20 -0400)]
Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does not work in IE6.

14 years agoAutocomplete: Make sure we have a response before trying to check the length. Fixes...
Scott González [Tue, 5 Oct 2010 15:09:39 +0000 (11:09 -0400)]
Autocomplete: Make sure we have a response before trying to check the length. Fixes #6147 - Autocomplete: Errors on empty responses.

14 years agoadded: non working single option disabled demo
Felix Nagel [Mon, 4 Oct 2010 23:35:16 +0000 (01:35 +0200)]
added: non working single option disabled demo

14 years agofixed: small typo
Felix Nagel [Mon, 4 Oct 2010 22:40:54 +0000 (00:40 +0200)]
fixed: small typo
added: demo with spaces in optgroup label

14 years agofixed: no hover when widget is disabled, thx to mad-doctor, see http://github.com...
Felix Nagel [Mon, 4 Oct 2010 22:36:38 +0000 (00:36 +0200)]
fixed: no hover when widget is disabled, thx to mad-doctor, see http://github.com/fnagel/jquery-ui/issues#issue/16

14 years agoEffects: Jump to final state and execute callbacks when $.fx.off is set to true....
Scott González [Mon, 4 Oct 2010 18:52:06 +0000 (14:52 -0400)]
Effects: Jump to final state and execute callbacks when $.fx.off is set to true. Fixes #6131 - Dialog breaks when $.fx.off. Partial fix for #5512 - jQuery.fx.off and effect on jQuery UI Effects.

14 years agoTab: modified init to display correct content of misordered div when hash present...
jenters [Wed, 29 Sep 2010 17:32:43 +0000 (12:32 -0500)]
Tab: modified init to display correct content of misordered div when hash present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
John Firebaugh [Fri, 1 Oct 2010 22:46:19 +0000 (15:46 -0700)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoRevert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...
Scott González [Mon, 4 Oct 2010 13:18:21 +0000 (09:18 -0400)]
Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7."

This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af.

Reverting so I can commit again with the proper author.

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
Scott González [Mon, 4 Oct 2010 13:15:40 +0000 (09:15 -0400)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoDialog: Don't pass props to jQuery when creating buttons.
Scott González [Fri, 1 Oct 2010 15:18:17 +0000 (11:18 -0400)]
Dialog: Don't pass props to jQuery when creating buttons.

Thanks jitter.

14 years agoDialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".
Scott González [Thu, 30 Sep 2010 17:17:52 +0000 (10:17 -0700)]
Dialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".

14 years agoWidget: Added create event. Fixes #6126 - Widget: Add create event.
Scott González [Thu, 30 Sep 2010 00:36:45 +0000 (17:36 -0700)]
Widget: Added create event. Fixes #6126 - Widget: Add create event.

14 years agoadded: link to bug
Felix Nagel [Thu, 30 Sep 2010 00:09:46 +0000 (02:09 +0200)]
added: link to bug