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
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
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
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
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
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
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
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.
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.
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.
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.
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.
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.
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.
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.
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