]>
source.dussan.org Git - jquery-ui.git/log
Shannon [Wed, 23 Nov 2011 18:39:45 +0000 (13:39 -0500)]
Autocomplete: Making sure we do not show search menu after a blur. Fixed #7423 - Tab out of autocomplete with remote source can leave menu showing.
Scott González [Tue, 22 Nov 2011 13:43:09 +0000 (08:43 -0500)]
Upgrade jQuery to 1.7.1.
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.
Scott González [Mon, 21 Nov 2011 21:32:30 +0000 (13:32 -0800)]
Merge pull request #463 from jason-oster/master
Merge #463.
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.
Scott González [Mon, 21 Nov 2011 16:31:51 +0000 (11:31 -0500)]
Widget: Simplify data normalization in _trigger().
Scott González [Mon, 21 Nov 2011 16:14:19 +0000 (11:14 -0500)]
Widget: Don't use $.event.props when creating events.
Scott González [Mon, 21 Nov 2011 13:43:08 +0000 (08:43 -0500)]
Widget tests: Fixed _super() call in redefine test.
Jörn Zaefferer [Fri, 18 Nov 2011 11:19:32 +0000 (12:19 +0100)]
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
Kris Borchers [Thu, 17 Nov 2011 22:38:28 +0000 (14:38 -0800)]
Merge pull request #493 from solarprominence/patch-1
Datepicker: Corrected translation of the weekHeader in Ukrainian localization. Fixes #7896 Datepicker: Fix Ukrainian localization's week header
Kris Borchers [Thu, 17 Nov 2011 22:17:17 +0000 (14:17 -0800)]
Merge pull request #527 from kborchers/localization
Datepicker: Added and updated a number of localizations based on pull requests. Fixes #7891, #7892, #7893, #7894 and #7895
Richard D. Worth [Thu, 17 Nov 2011 20:51:21 +0000 (12:51 -0800)]
Merge pull request #511 from basti1253/master
build: removes disturbing error outputs on which call
David De Sloovere [Thu, 17 Nov 2011 19:43:02 +0000 (13:43 -0600)]
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
David Soms [Thu, 17 Nov 2011 19:30:01 +0000 (13:30 -0600)]
Datepicker: Updated catalan translation using globalize.js as a reference (https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.ca.js). Fixes #7894 Datepicker: Update Catalan Localization
stojce [Thu, 17 Nov 2011 18:45:36 +0000 (12:45 -0600)]
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
William Griffiths [Thu, 17 Nov 2011 18:34:33 +0000 (12:34 -0600)]
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
Michel Weimerskirch [Thu, 17 Nov 2011 17:52:32 +0000 (11:52 -0600)]
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
Scott González [Thu, 17 Nov 2011 15:31:03 +0000 (07:31 -0800)]
Merge pull request #501 from maljub01/master
Fixed ticket #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop
Jörn Zaefferer [Thu, 17 Nov 2011 14:56:45 +0000 (06:56 -0800)]
Merge pull request #469 from polomoshnov/patch-1
Resizable: Removed unnecessary code.
Scott González [Thu, 17 Nov 2011 13:52:24 +0000 (05:52 -0800)]
Merge pull request #429 from ckdake/master
Just a small typo fix
Jörn Zaefferer [Thu, 10 Nov 2011 19:42:03 +0000 (20:42 +0100)]
Tooltip: Add demo with custom tooltip style.
Scott González [Wed, 16 Nov 2011 17:07:33 +0000 (12:07 -0500)]
Spinner: Handle changes to numberFormat and currency options.
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
Scott González [Wed, 16 Nov 2011 12:59:21 +0000 (07:59 -0500)]
Accordion: Fixed back-compat for icons.headerSelected when icons option is null.
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
Scott González [Thu, 10 Nov 2011 12:58:44 +0000 (07:58 -0500)]
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes under jQuery 1.7.
Richard D. Worth [Wed, 9 Nov 2011 17:57:52 +0000 (12:57 -0500)]
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
Scott González [Wed, 9 Nov 2011 16:38:16 +0000 (11:38 -0500)]
Effects tests: Proper detection of fixed position support in jQuery 1.7.
Scott González [Wed, 9 Nov 2011 15:18:33 +0000 (10:18 -0500)]
Upgrade jQuery to 1.7.
Richard D. Worth [Wed, 9 Nov 2011 13:45:10 +0000 (08:45 -0500)]
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough
Richard D. Worth [Mon, 7 Nov 2011 20:49:20 +0000 (15:49 -0500)]
Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events
Scott González [Mon, 7 Nov 2011 13:39:22 +0000 (08:39 -0500)]
Widget: Define this.document properly when instantiating a widget on a document or window. Fixes #7835 - Undefined property when creating widgets.
Scott González [Mon, 7 Nov 2011 12:11:32 +0000 (04:11 -0800)]
Merge pull request #517 from MGaetan89/bug_7238
Accordion: Fixed #7238 - Problem with accordion slide animation fixed wid
Gaëtan Muller [Sun, 6 Nov 2011 14:21:22 +0000 (15:21 +0100)]
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation
Scott González [Thu, 3 Nov 2011 13:01:15 +0000 (09:01 -0400)]
Tests: Removed unnecessary visual tests for button.
Scott González [Thu, 3 Nov 2011 12:45:04 +0000 (08:45 -0400)]
Tests: Removed visual tests for plugins that are being rewritten.
kborchers [Wed, 2 Nov 2011 17:22:58 +0000 (12:22 -0500)]
Tests: Change the input in the effects test to a text input. This fixes failing tests in IE8 that could not focus the input.
Scott González [Wed, 2 Nov 2011 15:09:00 +0000 (11:09 -0400)]
Position: Check for fraction support.
Scott González [Wed, 2 Nov 2011 13:35:20 +0000 (09:35 -0400)]
Tabs test: Increase delay in load test.
Scott González [Wed, 2 Nov 2011 12:53:42 +0000 (08:53 -0400)]
Position tests: Changed DOM structure to fix dimensions of within container.
Scott González [Tue, 1 Nov 2011 22:16:04 +0000 (18:16 -0400)]
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.
Scott González [Tue, 1 Nov 2011 20:35:49 +0000 (16:35 -0400)]
Tests (Simulate): Make the blur event async to deal with IE's native blur being async.
Scott González [Tue, 1 Nov 2011 20:26:31 +0000 (16:26 -0400)]
Autocomplete tests: Fixed typo.
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.
Before: http://imagebin.org/181889
After: http://imagebin.org/181890
Scott González [Mon, 31 Oct 2011 21:28:00 +0000 (17:28 -0400)]
Tests (Simulate): Added focus and blur support.
Scott González [Mon, 31 Oct 2011 19:06:05 +0000 (15:06 -0400)]
Tests (Simulate): Whitespace cleanup.
Scott González [Fri, 28 Oct 2011 19:58:33 +0000 (15:58 -0400)]
Tests: Added ability to run tests against minified files via ?min=1
Scott González [Tue, 25 Oct 2011 23:34:42 +0000 (16:34 -0700)]
Merge pull request #505 from midlis/globaljsfix
Demos: replace global.js with globalize.js.
midlis [Tue, 25 Oct 2011 22:41:11 +0000 (23:41 +0100)]
Demos: replace global.js with globalize.js.
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
Scott González [Tue, 25 Oct 2011 21:19:26 +0000 (17:19 -0400)]
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.
Scott González [Fri, 21 Oct 2011 13:26:07 +0000 (09:26 -0400)]
Widget: Use parentWindow if defaultView doesn't exist.
Thanks ronchalant
Scott González [Thu, 20 Oct 2011 20:57:47 +0000 (16:57 -0400)]
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
Scott González [Thu, 20 Oct 2011 17:28:31 +0000 (13:28 -0400)]
Button: Create text span in correct document.
Corey Frang [Wed, 19 Oct 2011 17:54:08 +0000 (12:54 -0500)]
Widget: Refactoring setOptions loop to remove unnesecary closure / that reference
kborchers [Wed, 19 Oct 2011 15:18:33 +0000 (10:18 -0500)]
Menu: Added the new trigger option to the defaults unit test
kborchers [Wed, 19 Oct 2011 15:13:05 +0000 (10:13 -0500)]
Popup: Remove any references to "that" and use _delay instead of setTimeout.
Jörn Zaefferer [Wed, 19 Oct 2011 10:40:07 +0000 (12:40 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui
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).
kborchers [Wed, 19 Oct 2011 02:02:45 +0000 (21:02 -0500)]
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
Corey Frang [Tue, 18 Oct 2011 17:09:38 +0000 (12:09 -0500)]
Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes per build, and actually produces slightly smaller files
Scott González [Tue, 18 Oct 2011 13:38:27 +0000 (09:38 -0400)]
Upgraded jQuery to 1.6.4.
Corey Frang [Mon, 17 Oct 2011 22:04:14 +0000 (17:04 -0500)]
Build: For some reason, using parallel for gzip is causing some truncation issues
Corey Frang [Mon, 17 Oct 2011 20:32:01 +0000 (15:32 -0500)]
Build: Fixing the sizer script to handle this many files
Corey Frang [Mon, 17 Oct 2011 19:58:42 +0000 (14:58 -0500)]
Build: whitespace
(cherry picked from commit
6cd672b6608089907445fbd553b9186bf42b4694 )
Corey Frang [Mon, 17 Oct 2011 19:36:22 +0000 (14:36 -0500)]
Build: `ant size` will now give you a report detailing differences in size since the last time you ran the report
Marwan Al Jubeh [Mon, 17 Oct 2011 16:14:54 +0000 (19:14 +0300)]
Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop
Scott González [Mon, 17 Oct 2011 14:12:35 +0000 (10:12 -0400)]
Spinner: Re-enable autocomplete if the page is unloaded so the browser will remember the current value when navigating through history.
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.
Scott González [Mon, 17 Oct 2011 12:09:53 +0000 (08:09 -0400)]
Autocomplete: Avoid handling keypress when keydown modified the search term. Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome.
Corey Frang [Thu, 13 Oct 2011 21:06:19 +0000 (16:06 -0500)]
Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top
Florian Gutmann [Fri, 14 Oct 2011 15:12:21 +0000 (18:12 +0300)]
Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - Small memory leak in ui dialog.
Scott González [Thu, 13 Oct 2011 20:47:01 +0000 (16:47 -0400)]
Spinner: Fixed mousewheel stop timer.
Scott González [Thu, 13 Oct 2011 20:38:56 +0000 (16:38 -0400)]
Spinner: Adjust height check for IE 6 rendering.
Scott González [Thu, 13 Oct 2011 17:23:58 +0000 (10:23 -0700)]
Merge pull request #497 from dmethvin/fix-7788-ui-autocomplete
Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.
Dave Methvin [Thu, 13 Oct 2011 17:18:30 +0000 (13:18 -0400)]
Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.
jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.
kborchers [Wed, 12 Oct 2011 18:01:19 +0000 (13:01 -0500)]
Menu: Check if menu is scrolling to prevent inadvertent mouseover events from being fired on scroll
Scott González [Wed, 12 Oct 2011 20:25:59 +0000 (16:25 -0400)]
Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires.
Scott González [Wed, 12 Oct 2011 17:58:02 +0000 (13:58 -0400)]
Autocomplete: Added missing semicolon.
Scott González [Wed, 12 Oct 2011 17:53:50 +0000 (13:53 -0400)]
Autocomplete: Use strict equality check.
Scott González [Wed, 12 Oct 2011 17:38:38 +0000 (13:38 -0400)]
Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur should not change the value of the input.
Scott González [Wed, 12 Oct 2011 14:25:55 +0000 (10:25 -0400)]
Tooltip tests: Adjust test to deal with blurring being async in IE.
kborchers [Tue, 11 Oct 2011 05:06:09 +0000 (00:06 -0500)]
Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content.
igor milla [Mon, 10 Oct 2011 23:09:08 +0000 (02:09 +0300)]
jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.
Scott González [Mon, 10 Oct 2011 19:34:47 +0000 (15:34 -0400)]
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE.
Scott González [Mon, 10 Oct 2011 18:01:12 +0000 (14:01 -0400)]
Spinner: Simulate keyup at the end of incremental tests to stop the repeat timer.
Scott González [Sat, 8 Oct 2011 11:36:35 +0000 (07:36 -0400)]
Tooltip demo: Use position option in tracking demo.
kborchers [Fri, 7 Oct 2011 03:58:19 +0000 (22:58 -0500)]
Popup: Added tooltip style demo and link to demos index
Marian Rudzynski [Sat, 1 Oct 2011 14:56:49 +0000 (10:56 -0400)]
Menubar: moved mouseleave _bind call into existing _bind block, added the mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
Scott González [Sat, 1 Oct 2011 11:36:46 +0000 (04:36 -0700)]
Merge pull request #484 from david/master
Fix for autocomplete on contenteditable divs.
David Leal [Sat, 1 Oct 2011 11:06:40 +0000 (12:06 +0100)]
Autocomplete: Fix stray reference to element.val().
Scott González [Fri, 30 Sep 2011 21:06:06 +0000 (17:06 -0400)]
Accordion: Fixed nested accordions.
Corey Frang [Fri, 30 Sep 2011 00:45:23 +0000 (20:45 -0400)]
Effects: fixing an animateClass issue when the class was empty
Corey Frang [Thu, 29 Sep 2011 22:55:58 +0000 (18:55 -0400)]
Effect core: Making animate class cross-frame safe, style guidence
kborchers [Thu, 29 Sep 2011 19:08:42 +0000 (14:08 -0500)]
Menubar: Fixed an issue with autoExpand binding that caused the menu to close on fast mouseenter by changing to _bind on the parent menubar item
Scott González [Wed, 28 Sep 2011 22:30:58 +0000 (18:30 -0400)]
Spinner: Added culture option.
Scott González [Wed, 28 Sep 2011 14:00:25 +0000 (10:00 -0400)]
Effects tests: Ignore leading/trailing whitespace when comparing style properties.
Scott González [Wed, 28 Sep 2011 13:32:11 +0000 (09:32 -0400)]
Tooltip: Fixed defaults in tests.
Scott González [Tue, 27 Sep 2011 16:10:17 +0000 (12:10 -0400)]
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
Richard D. Worth [Tue, 27 Sep 2011 11:57:06 +0000 (07:57 -0400)]
Sortable: replaced hard-coded sortable with this.widgetName, and removed lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended