Commit Graph

3348 Commits

Author SHA1 Message Date
Martin Hoch
c0d0283b3b Sortable: Fixed container change detection. Fixes #5159 - Remove and receive events on nested sortables.
(cherry picked from commit b9ef00f0c7)

Conflicts:

	ui/jquery.ui.sortable.js
2012-08-22 22:07:10 -04:00
Martin Hoch
a4ae382489 Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists don't work properly with sortable.
(cherry picked from commit 2b899cc843)
2012-08-22 22:05:29 -04:00
Scott González
961022a736 Updating the 1-8-stable version to 1.8.24pre 2012-08-15 09:53:35 -04:00
Scott González
df707b297a Tagging the 1.8.23 release. 2012-08-15 09:53:35 -04:00
Scott González
04df2b9542 Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; Position still uses $.curCSS. 2012-08-14 17:00:07 -04:00
Scott González
e4a1c98092 Upgrade jQuery to 1.8.0. 2012-08-13 09:31:31 -04:00
Scott González
c7223b952d Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.
(cherry picked from commit c0093b599f)

Conflicts:

	ui/jquery.effects.core.js
2012-08-13 05:45:36 -04:00
Scott González
5e935ead9f Dialog: Don't use $.attrFn since it's empty in jQuery 1.8.0. Fixes #8484 - Text of buttons in dialog is not shown with jquery 1.8.0. 2012-08-10 09:28:56 -04:00
Scott González
b92965a781 Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - Datepicker 1.8.22 escaped id does not work.
(cherry picked from commit 30b579f598)
2012-08-09 16:32:34 -04:00
Scott González
25f20b18bd Mouse: Don't try to unbind delegated event handlers if they don't exist. Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed.
(cherry picked from commit e68bee9b84)
2012-07-31 16:28:12 -04:00
Scott González
7d8c99de53 Updating the 1-8-stable version to 1.8.23pre 2012-07-24 08:29:49 -04:00
Scott González
61f4d58523 Tagging the 1.8.22 release. 2012-07-24 08:29:49 -04:00
Scott González
ffd5e6efaf Effects (Bounce): Fixed call to .outerHeight/Width() for jQuery 1.8 compat. 2012-07-21 09:58:03 -04:00
Corey Frang
037a509dba Effects: Fixing call to outerHeight/Width in slide effect for compat with 1.8 core
backport of ed64ccf
2012-07-20 18:51:40 -05:00
Corey Frang
d8f45623b8 Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 core
Backport of commit 4e3d31e
2012-07-20 18:09:34 -05:00
Jörn Zaefferer
d945d297f8 Position: Fix initial positioning of cycler demo.
(cherry picked from commit 8f71accb75)
2012-07-19 22:12:49 -04:00
Scott González
a24aa8d563 Effects: Fallback from $.curCSS to $.css to support jQuery 1.8+. 2012-07-19 22:02:49 -04:00
Luis Dalmolin
9c1780f640 Datepicker: Fixed position problem when input is in a fixed element. Fixes #5626 - DatePicker doesn't work inside fixed div.
(cherry picked from commit 147ec7bd62)
2012-07-17 16:23:13 -04:00
Maciej Mroziński
fa5e7c17a8 Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog has a negative z-index.
(cherry picked from commit cb44dc6c28)
2012-07-17 16:17:07 -04:00
Baoju Yuan
347aa335f0 Sortable: Reset fromOutside property when canceling helper removal. Fixes #8430 - draggable with sortable makes sortable event receive triggered wrong.
(cherry picked from commit dcea4f043a)
2012-07-16 10:27:15 -04:00
Scott González
8fcbe502ee Core: Check if jQuery supports inner/outer/Width/Height setters.
(cherry picked from commit 033f83ffeb)

Conflicts:

	ui/jquery.ui.core.js
2012-07-11 08:48:03 -04:00
Scott González
b892b72721 Datepicker: Remove styles specifically for IE5.
(cherry picked from commit 90050c7cee)
2012-07-11 08:23:02 -04:00
Timmy Willison
7427d39b39 Core: Adjust data pseudo creation to use new Sizzle pseudo creation for pseudos with arguments.
(cherry picked from commit 2d643032c5)
2012-07-11 08:20:32 -04:00
Scott González
98772fd0a1 Core: Define $.curCSS if it doesn't exist for jQuery 1.8+ support. 2012-06-25 10:19:09 -04:00
Mike Stay
831333a10a Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does not respond to any click events in AIR, Google Sites, Windows Metro.
(cherry picked from commit 6dcc5c14c8)
2012-06-06 10:00:15 -04:00
Scott González
800ceb3794 Updating the 1-8-stable version to 1.8.22pre 2012-06-05 12:37:26 -04:00
Scott González
20afc90924 Tagging the 1.8.21 release. 2012-06-05 12:37:26 -04:00
Amir E. Aharoni
d0acccf3cc Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.
Before this change the minimal names for days of week were the same
as the long names. This caused the datepicker to be too wide.

The one-letter strings come from the CLDR:
http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html
(cherry picked from commit 8f42ab0134)
2012-06-01 10:42:36 -04:00
Scott González
bc4cb273d1 Build: Ask user to verify AUTHORS.txt is up to date before doing a release. 2012-06-01 10:38:32 -04:00
Pavel Stetina
647a9eab58 Datepicker: Corrected language code for Georgian language according to ISO 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code.
(cherry picked from commit 0bbad349b9)
2012-05-29 10:20:22 -04:00
Viktar Varvanovich
168a21d5ef Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions
(cherry picked from commit a0c18ea250)
2012-05-24 14:33:36 -04:00
Scott González
f6019dad4d Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
(cherry picked from commit cb70a5e302)
2012-05-22 12:46:38 -04:00
Scott González
b76ac3057f Sortable: calculating item positions on the fly and setting the direction variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables
(cherry picked from commit c42bdcecf8)

Conflicts:

	ui/jquery.ui.sortable.js
2012-05-22 08:04:36 -04:00
Scott González
637d102e59 Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes #8322 - Autocomplete: Combobox demo should not override .ui-button styles.
(cherry picked from commit 1b19121189)

Conflicts:

	demos/autocomplete/combobox.html
2012-05-14 21:40:12 -04:00
Eneko Illarramendi
0cbfb2ff70 Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale incorrect.
(cherry picked from commit 1304c50532)
2012-05-14 14:29:05 -04:00
Scott González
3cf2b7c45f Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position module throws uncaught exception on IE8 with jQuery 1.3.2. 2012-05-08 17:44:59 -04:00
Scott González
b676d59561 Effects: Check for anonymous content being exposed via document.activeElement. Fixes #8288 - Regression: jquery-ui animations focus fix causes Firefox Security Manager veto.
(cherry picked from commit a7e143b4fe)

Conflicts:

	ui/jquery.effects.core.js
2012-05-07 10:34:15 -04:00
Scott González
8445984ab7 Autocomplete combobox demo: Define this.wrapper for use inside destroy().
(cherry picked from commit c974d0fc69)
2012-05-07 09:49:18 -04:00
martinf55
8e899dab6c Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bottom-positioned Sortable is positioned wrong on drag start.
(cherry picked from commit 32f356bbfa)
2012-05-07 09:05:07 -04:00
Scott González
6a665a1377 Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from date in Date range datepicker.
(cherry picked from commit f6c0b71ae9)
2012-05-03 09:05:27 -04:00
Scott González
17d7f2be48 Updating the 1-8-stable version to 1.8.21pre 2012-04-30 16:21:44 -04:00
Scott González
8226f9f02c Tagging the 1.8.20 release. 2012-04-30 16:21:44 -04:00
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