clear00 [Thu, 12 Jan 2012 20:01:01 +0000 (05:01 +0900)]
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation
Jörn Zaefferer [Wed, 4 Jan 2012 15:40:44 +0000 (16:40 +0100)]
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
Scott González [Thu, 15 Dec 2011 20:59:39 +0000 (12:59 -0800)]
Merge pull request #553 from AlbertoMonteiro/master
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
Alberto Monteiro [Thu, 15 Dec 2011 20:52:49 +0000 (17:52 -0300)]
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
Scott González [Tue, 29 Nov 2011 20:01:04 +0000 (15:01 -0500)]
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.
James Khoury [Mon, 28 Nov 2011 21:52:10 +0000 (16:52 -0500)]
Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
meh-cfl [Mon, 28 Nov 2011 21:33:23 +0000 (16:33 -0500)]
Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
Scott González [Tue, 22 Nov 2011 13:31:11 +0000 (08:31 -0500)]
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
Michael P. Jung [Mon, 21 Nov 2011 21:16:32 +0000 (16:16 -0500)]
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
Richard D. Worth [Wed, 16 Nov 2011 15:52:12 +0000 (10:52 -0500)]
Selectable: add ui-selectee class to elements matching filter on refresh. Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee
Richard D. Worth [Fri, 11 Nov 2011 14:24:55 +0000 (09:24 -0500)]
Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
basti [Tue, 1 Nov 2011 10:53:06 +0000 (11:53 +0100)]
build: removes disturbing error outputs on which call
By calling `which node nodejs` which reports an error even if there's an existing nodejs installation in $PATH.
It silently ignores that non existing issue now.
kborchers [Thu, 27 Oct 2011 03:54:12 +0000 (22:54 -0500)]
Menubar: Refactored _next, _prev, _right and _left into a single method called _move and then created next and previous public methods that call _move. Very similar to how Menu handles keyboard interaction.
ddstreet [Tue, 25 Oct 2011 22:40:37 +0000 (17:40 -0500)]
Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost
Hans Hillen [Wed, 19 Oct 2011 09:41:33 +0000 (11:41 +0200)]
Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
Scott González [Mon, 17 Oct 2011 13:25:36 +0000 (09:25 -0400)]
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.