Commit Graph

1778 Commits

Author SHA1 Message Date
Jason Moon
81835fab0c Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder doesn't move when dragging outside of container element
(cherry picked from commit b8b0c52830)
2012-04-30 13:04:38 -04:00
Scott González
f0c3cf6f1a Draggable: Don't run stop methods for elements that have been removed. Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined.
(cherry picked from commit 27d1023553)

Conflicts:

	ui/jquery.ui.draggable.js
2012-04-30 12:41:20 -04:00
Scott González
1ffafe65b0 Revert "Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down."
This reverts commit b6e1f25ab8.
(cherry picked from commit b38dd26da0)
2012-04-30 10:53:00 -04:00
Scott González
3752211565 Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize."
This reverts commit 4f19289c10.
(cherry picked from commit 21df5c27e3)
2012-04-30 10:52:53 -04:00
Scott González
42041f8387 Datepicker: Added missing quote in Hindi i18n.
(cherry picked from commit e55391a419)
2012-04-22 21:44:51 -04:00
TJ VanToll
8ce8b77bfc Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal dialog does not disable resizables on the page.
(cherry picked from commit 6150abae49)
2012-04-19 20:55:17 -04:00
G Karunakar
849b56238c Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Datepicker: Incorrect translations for Hindi locale.
(cherry picked from commit d783766f90)
2012-04-19 20:35:51 -04:00
Bertjh
36d44d13e7 Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize.
(cherry picked from commit 4f19289c10)
2012-04-19 09:06:55 -04:00
meh-cfl
9668cb850e 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. 2012-04-07 09:07:21 -04:00
Scott González
d040b8f42c Autocomplete: Move race condition logic from ajax requests to general response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
(cherry picked from commit 96f9c84b7b)

Conflicts:

	tests/unit/autocomplete/autocomplete_core.js
	ui/jquery.ui.autocomplete.js
2012-04-03 16:51:22 -04:00
Scott González
fc6e72bf73 Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker is stuck open if label is clicked from open state.
(cherry picked from commit 4ade13450e)

Conflicts:

	ui/jquery.ui.datepicker.js
2012-04-03 15:37:56 -04:00
Jörn Zaefferer
dc67d2c5d2 Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21d, dropped menu, spinner and tooltip)
2012-04-02 18:14:51 +02:00
Simon
8b46758f27 Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header. 2012-04-02 08:48:31 -04:00
felix
6fb584e700 Fixes #6979 - Several components are leaking variables into the global scope. 2012-03-29 18:12:47 -04:00
Scott González
c45911c98d Datepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization.
(cherry picked from commit a51451dc1b)

Conflicts:

	ui/i18n/jquery.ui.datepicker-fa.js
2012-03-29 09:58:21 -04:00
Corey Frang
e220cf2a7d Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not animating 2012-03-27 14:13:04 -05:00
Scott González
090ce4369d Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector.
(cherry picked from commit adbc2733bb)
2012-03-22 13:17:34 -04:00
stojce
c21aa07c1b Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker: Incorrect month name for Macedonian localization.
(cherry picked from commit 9bb9141f29)
2012-03-22 11:19:51 -04:00
Lado Lomidze
4451f86eda Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization.
(cherry picked from commit c12a47074e)
2012-03-22 11:12:35 -04:00
Scott González
a76366f8fc Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps mousemove and mouseup events bound.
(cherry picked from commit 94c6f9ec84)
2012-03-19 09:47:59 -04:00
Scott González
5e3ad8f160 Updated copyright year. 2012-03-19 09:25:07 -04:00
Scott González
91df42ec40 Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194 - Datepicker: Incorrect day name for Finnish localization.
(cherry picked from commit 5c53dd1bbc)

Conflicts:

	ui/i18n/jquery.ui.datepicker-fi.js
2012-03-14 15:16:25 -04:00
gromo
fea7862ff3 Resizable: Update aspectRatio to use calculated aspectRatio in case of: containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly.
(cherry picked from commit 3e8ec7eb6b)
2012-03-02 06:16:39 -05:00
Jasvir Nagra
5c2eea3fd9 Datepicker: modified a catch variable to no longer mask an existing variable in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause
(cherry picked from commit 367da95ba5)
2012-02-25 07:12:40 -05:00
Bertjh
f0b7130a54 Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down.
(cherry picked from commit b6e1f25ab8)
2012-02-24 08:39:19 -05:00
Richard D. Worth
35e2919375 Corrected week header for et locale. Fixed #8129 - Localization error in et locale (week header)
(cherry picked from commit fa40c352af)
2012-02-23 12:12:59 -05:00
Richard D. Worth
b87a0a362b Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
(cherry picked from commit 90959389ee)
2012-02-15 10:39:59 -05:00
Douglas
d62d0004e1 Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
(cherry picked from commit 8406d97c6d)
2012-02-12 21:02:17 -05:00
Scott González
fc6d6e138c Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup.
(cherry picked from commit 041cb39a66)
2012-02-11 08:15:54 -05:00
Scott González
470030249c Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.
(cherry picked from commit 0434bce03d)
2012-02-09 14:00:40 -05:00
Scott González
dc12b4d310 Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepicker via the provided button does not work in Chrome when the button contains other non-text elements.
(cherry picked from commit c964894b9b)
2012-02-08 13:43:34 -05:00
TJ VanToll
28fb436b7b Resizable: Removed Opera relative/absolute positioning exception code. Fixed #6763 - ui.dialog & resizable & button & opera 11
(cherry picked from commit f5e5971821)
2012-02-08 11:45:38 -05:00
Scott González
988b803be3 Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - .sortable() after destroy does not work. 2012-02-02 11:43:22 -05:00
levushka
28668948df Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
(cherry picked from commit e496cde384)
2012-02-01 16:20:50 -05:00
stojce
40d9a192f5 Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
(cherry picked from commit b7af203c8e)
2012-01-20 11:33:29 -05:00
ryanolton
120ee58e5b Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event(cherry picked from commit 82cf9e297f) 2012-01-20 11:27:19 -05:00
clear00
5953d194a3 Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation(cherry picked from commit c0dfa1173c) 2012-01-20 11:14:03 -05:00
SpoonNZ
b00faa95d0 Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
(cherry picked from commit ba6916f22a)
2012-01-20 11:03:23 -05:00
Scott González
9e4455f52d Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
(cherry picked from commit 956c2cd2a5)
2012-01-19 21:38:44 -05:00
Scott González
e2a21129cb Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
(cherry picked from commit 07ec849f62)

Conflicts:

	ui/jquery.ui.position.js
2012-01-19 08:27:15 -05:00
Scott González
f7f13b5949 Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
(cherry picked from commit 3a1031e58b)

Conflicts:

	ui/jquery.ui.button.js
2012-01-18 16:39:41 -05:00
Scott González
94321cae57 Datepicker i18n (nl-BE): Removed BOM.
(cherry picked from commit eee63a2e24)
2012-01-12 16:50:18 -05:00
Scott González
ffd3f510f1 Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
(cherry picked from commit 35dd0417bd)
2011-11-22 08:31:39 -05:00
Jay Oster
63bd71f14c Datepicker: Fix this reference in _hideDatepicker(). Fixed #7722 - Datepicker: Does not properly clear current instance when hidden.
(cherry picked from commit c36b43d0ee)
2011-11-21 16:33:22 -05:00
Michael P. Jung
f7b28df288 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.
(cherry picked from commit fdc332ed5f)
2011-11-21 16:18:32 -05:00
Scott González
56422bdef5 Widget: Don't use $.event.props when creating events.
(cherry picked from commit 91ef69d750)
2011-11-21 11:36:58 -05:00
igor milla
4bff6f564b jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry picked from commit f25937b215) 2011-11-19 09:33:35 -06:00
David De Sloovere
126aafc94a Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
(cherry picked from commit dfbd9be72d)
2011-11-19 09:26:27 -06:00
stojce
ebff2f9f10 Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
(cherry picked from commit b2d05f8b76)
2011-11-19 09:25:31 -06:00
William Griffiths
a03863d017 Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
(cherry picked from commit 6525365944)
2011-11-19 09:25:21 -06:00